-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SSDK-736] fix SDK import through SPM (#213)
### Description Fixes SSDK-736 - This fixes a "SILFunction type mistmatch" when using SPM and Xcode 15.3. - More on SILFunction type mismatch: swiftlang/swift#65849 > I'm asking because @_implementationOnly is only compatible with resilient modules. You can build resilient modules using a classic Xcode project and by enabling the build setting Build Library for Distribution. I believe packages don't yet have a way to enable this feature without using unsafe flags. > > Using @_implementationOnly without resilience may lead to runtime crashes and memory corruption. Very recent compilers warn about this configuration. > > Considering @_implementationOnly is an unofficial feature you may still hit compiler crashes even in supported configurations. While there's not much we can do for crashes without resilience, if you still see a crash after enabling resilience I may be able to help on that front. ### Checklist - [x] Update `CHANGELOG`
- Loading branch information
Showing
7 changed files
with
8 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
Sources/MapboxSearch/InternalAPI/Offline/CoreOfflineIndexChangeEventType.swift
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
Tests/MapboxSearchTests/Common/Stubs&Models/CoreUserRecordsLayerStub.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters