Skip to content

Commit 2c5d0af

Browse files
authored
Merge pull request #1180 from spevans/pr_xcode_release
2 parents 7520ded + f6c0f2e commit 2c5d0af

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Foundation.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,6 +2686,7 @@
26862686
OTHER_LDFLAGS = (
26872687
"-twolevel_namespace",
26882688
"-Wl,-alias_list,CoreFoundation/Base.subproj/SymbolAliases",
2689+
"-Wl,-all_load",
26892690
"-sectcreate",
26902691
__UNICODE,
26912692
__csbitmaps,

Foundation/Data.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,7 @@ public final class _DataStorage {
790790
}
791791
}
792792

793+
@_versioned
793794
internal class _NSSwiftData : NSData {
794795
var _backing: _DataStorage!
795796
var _range: Range<Data.Index>!

Foundation/NSSwiftRuntime.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,13 @@ internal func _CFZeroUnsafeIvars<T>(_ arg: inout T) {
8080
}
8181
}
8282

83+
@_versioned
8384
@_cdecl("__CFSwiftGetBaseClass")
8485
internal func __CFSwiftGetBaseClass() -> UnsafeRawPointer {
8586
return unsafeBitCast(__NSCFType.self, to:UnsafeRawPointer.self)
8687
}
8788

89+
@_versioned
8890
@_cdecl("__CFInitializeSwift")
8991
internal func __CFInitializeSwift() {
9092

0 commit comments

Comments
 (0)