Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion stdlib/public/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ set(SWIFTLIB_ESSENTIAL
CTypes.swift
DebuggerSupport.swift
Dictionary.swift
DictionaryBridging.swift
DictionaryBuilder.swift
DictionaryCasting.swift
DictionaryStorage.swift
DictionaryVariant.swift
DropWhile.swift
Dump.swift
EmptyCollection.swift
Expand All @@ -69,7 +74,6 @@ set(SWIFTLIB_ESSENTIAL
# if we do so, the compiler crashes.
AnyHashable.swift
# END WORKAROUND
HashedCollectionsAnyHashableExtensions.swift
Hasher.swift
Hashing.swift
HashTable.swift
Expand All @@ -92,6 +96,8 @@ set(SWIFTLIB_ESSENTIAL
Mirrors.swift.gyb
Misc.swift
MutableCollection.swift
NativeDictionary.swift
NativeSet.swift
NewtypeWrapper.swift
NormalizedCodeUnitIterator.swift
ObjectIdentifier.swift
Expand All @@ -118,6 +124,12 @@ set(SWIFTLIB_ESSENTIAL
SequenceWrapper.swift
Set.swift
SetAlgebra.swift
SetAnyHashableExtensions.swift
SetBridging.swift
SetBuilder.swift
SetCasting.swift
SetStorage.swift
SetVariant.swift
ShadowProtocols.swift
Shims.swift
Slice.swift
Expand Down
Loading