We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5469cd2 commit eb8bd16Copy full SHA for eb8bd16
stdlib/public/core/CMakeLists.txt
@@ -40,6 +40,7 @@ set(SWIFTLIB_ESSENTIAL
40
BuiltinMath.swift
41
Character.swift
42
CocoaArray.swift
43
+ Codable.swift
44
Collection.swift
45
CollectionAlgorithms.swift
46
Comparable.swift
@@ -186,7 +187,6 @@ set(SWIFTLIB_ESSENTIAL
186
187
188
set(SWIFTLIB_ESSENTIAL_GYB_SOURCES
189
AtomicInt.swift.gyb
- Codable.swift.gyb
190
FloatingPointParsing.swift.gyb
191
FloatingPointTypes.swift.gyb
192
IntegerTypes.swift.gyb
0 commit comments