Build Information
Failed to build Boutique, reference 3.0.1 (9379e6
), with Swift 6.0 for Linux on 19 Apr 2025 01:12:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mergesort/Boutique.git
Reference: 3.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mergesort/Boutique
* tag 3.0.1 -> FETCH_HEAD
HEAD is now at 9379e6a Merge pull request #78 from mergesort/dynamic-property
Cloned https://github.com/mergesort/Boutique.git
Revision (git rev-parse @):
9379e6a0b13bfb01c2ae655b65962d8479b63428
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mergesort/Boutique.git at 3.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/mergesort/Boutique.git
https://github.com/mergesort/Boutique.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "bodega",
"requirement" : {
"exact" : [
"2.1.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mergesort/Bodega.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Boutique",
"name" : "Boutique",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Boutique",
"targets" : [
"Boutique"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BoutiqueTests",
"module_type" : "SwiftTarget",
"name" : "BoutiqueTests",
"path" : "Tests/BoutiqueTests",
"sources" : [
"AsyncStoreTests.swift",
"BoutiqueItem.swift",
"SecurelyStoredValueTests.swift",
"StoreEvent.Tests.Requirements.swift",
"StoreTests.swift",
"StoredTests.swift",
"StoredValueTests.swift"
],
"target_dependencies" : [
"Boutique"
],
"type" : "test"
},
{
"c99name" : "Boutique",
"module_type" : "SwiftTarget",
"name" : "Boutique",
"path" : "Sources/Boutique",
"product_dependencies" : [
"Bodega",
"OrderedCollections"
],
"product_memberships" : [
"Boutique"
],
"sources" : [
"Internal/AsyncValueSubject.swift",
"Internal/BoxedValue.swift",
"Internal/CachedValue.swift",
"Internal/JSONCoders.swift",
"Internal/Keychain.swift",
"Internal/Store.ItemRemovalStrategy.swift",
"SecurelyStoredValue.swift",
"StorableItem.swift",
"Store+Identifiable.swift",
"Store+Observation.swift",
"Store.Operation.swift",
"Store.swift",
"StoreEvent.swift",
"Stored.swift",
"StoredValue+Array.swift",
"StoredValue+Binding.swift",
"StoredValue+Bool.swift",
"StoredValue+Dictionary.swift",
"StoredValue+KeypathSetter.swift",
"StoredValue.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/mergesort/Bodega.git
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-docc-plugin
[1/1992] Fetching bodega
[1476/4041] Fetching bodega, swift-docc-plugin
[2506/20170] Fetching bodega, swift-docc-plugin, swift-collections
Fetched https://github.com/mergesort/Bodega.git from cache (1.06s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.06s)
Fetched https://github.com/apple/swift-collections from cache (1.08s)
Computing version for https://github.com/mergesort/Bodega.git
Computed https://github.com/mergesort/Bodega.git at 2.1.3 (2.18s)
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9607] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.85s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (0.58s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.18s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (3.60s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.13s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3366] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.55s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.95s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.83s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/mergesort/Bodega.git
Working copy of https://github.com/mergesort/Bodega.git resolved at 2.1.3
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/58] Emitting module InternalCollectionsUtilities
[10/60] Emitting module SQLite
[11/64] Compiling SQLite Backup.swift
[12/64] Compiling SQLite Blob.swift
[13/64] Compiling SQLite Connection+Aggregation.swift
[14/64] Compiling InternalCollectionsUtilities Debugging.swift
[15/64] Compiling InternalCollectionsUtilities Descriptions.swift
[16/64] Compiling SQLite FTS5.swift
[17/64] Compiling SQLite RTree.swift
[18/64] Compiling SQLite Foundation.swift
[19/64] Compiling SQLite Value.swift
[20/64] Compiling SQLite Cipher.swift
[21/64] Compiling SQLite Helpers.swift
[22/64] Compiling SQLite Connection+Schema.swift
[23/64] Compiling SQLite Statement.swift
[24/64] Compiling SQLite URIQueryParameter.swift
[25/64] Compiling SQLite Connection+Attach.swift
[26/64] Compiling SQLite Connection+Pragmas.swift
[27/64] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/64] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[31/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[32/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[33/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[34/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[35/120] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[36/120] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[37/127] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[38/127] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[39/127] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[40/127] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[41/127] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[42/127] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[43/127] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[44/127] Compiling OrderedCollections OrderedDictionary+Values.swift
[45/127] Compiling OrderedCollections OrderedDictionary+Codable.swift
[46/127] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[47/127] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[48/127] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[49/127] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[50/127] Compiling OrderedCollections OrderedDictionary+Elements.swift
[51/127] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[52/127] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[53/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[54/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[55/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[56/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[57/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[58/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[59/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[60/127] Compiling OrderedCollections OrderedDictionary.swift
[61/127] Compiling OrderedCollections OrderedSet+Codable.swift
[62/127] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[63/127] Compiling OrderedCollections OrderedSet+Descriptions.swift
[64/127] Compiling OrderedCollections OrderedSet+Diffing.swift
[65/127] Compiling OrderedCollections OrderedSet+Equatable.swift
[66/127] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[67/127] Compiling OrderedCollections OrderedSet+Hashable.swift
[68/127] Compiling OrderedCollections OrderedSet+Initializers.swift
[69/127] Compiling OrderedCollections OrderedSet+Insertions.swift
[70/127] Compiling OrderedCollections OrderedSet+Invariants.swift
[71/127] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[72/127] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[73/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[74/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[75/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[76/127] Compiling OrderedCollections _HashTable+Bucket.swift
[77/127] Compiling OrderedCollections _HashTable+BucketIterator.swift
[78/127] Compiling OrderedCollections _HashTable+Constants.swift
[79/127] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[80/127] Compiling OrderedCollections _HashTable+Testing.swift
[81/127] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[82/127] Compiling OrderedCollections _HashTable.swift
[83/127] Compiling OrderedCollections _Hashtable+Header.swift
[98/127] Compiling OrderedCollections OrderedSet+Sendable.swift
[99/127] Compiling OrderedCollections OrderedSet+SubSequence.swift
[100/127] Compiling OrderedCollections OrderedSet+Testing.swift
[101/127] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[102/127] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[103/127] Compiling OrderedCollections OrderedSet.swift
[104/127] Compiling OrderedCollections _UnsafeBitset.swift
[128/136] Emitting module OrderedCollections
[130/137] Compiling Bodega ObjectStorage.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[131/138] Compiling Bodega StorageEngine.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[132/138] Compiling Bodega FileManager.Directory.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[133/138] Emitting module Bodega
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[134/138] Compiling Bodega DiskStorageEngine.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[135/138] Compiling Bodega CacheKey.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[136/138] Compiling Bodega SQLiteStorageEngine+Default.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[137/138] Compiling Bodega SQLiteStorageEngine.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[138/138] Compiling Bodega String+Formatting.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/53] Compiling SQLite Connection.swift
[5/53] Compiling SQLite Errors.swift
[6/53] Compiling SQLite Result.swift
[7/55] Compiling SQLite SQLiteFeature.swift
[8/55] Compiling SQLite SQLiteVersion.swift
[9/55] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/55] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/55] Compiling SQLite Helpers.swift
[12/55] Compiling SQLite Connection+Schema.swift
[13/55] Compiling SQLite Backup.swift
[14/55] Compiling SQLite RTree.swift
[15/55] Compiling SQLite Foundation.swift
[16/55] Compiling SQLite FTS5.swift
[21/59] Compiling SQLite FTS4.swift
[23/59] Compiling SQLite Value.swift
[24/59] Compiling SQLite Cipher.swift
[25/59] Emitting module InternalCollectionsUtilities
[26/59] Compiling SQLite Statement.swift
[27/59] Compiling SQLite URIQueryParameter.swift
[29/60] Emitting module SQLite
[40/115] Compiling OrderedCollections OrderedDictionary+Values.swift
[41/115] Compiling OrderedCollections OrderedSet+Initializers.swift
[42/115] Compiling OrderedCollections OrderedSet+Insertions.swift
[43/115] Compiling OrderedCollections OrderedSet+Invariants.swift
[44/115] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[45/115] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[46/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[47/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[48/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[49/115] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[50/115] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[51/115] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[52/115] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[53/115] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[54/115] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[55/115] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[57/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[58/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[59/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[60/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[61/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[62/115] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[63/115] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[64/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[65/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[66/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[67/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[68/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[69/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[70/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[71/122] Compiling OrderedCollections OrderedDictionary+Codable.swift
[72/122] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[73/122] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[74/122] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[75/122] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[76/122] Compiling OrderedCollections OrderedDictionary+Elements.swift
[77/122] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[78/122] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[87/122] Compiling OrderedCollections OrderedDictionary.swift
[88/122] Compiling OrderedCollections OrderedSet+Codable.swift
[89/122] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[90/122] Compiling OrderedCollections OrderedSet+Descriptions.swift
[91/122] Compiling OrderedCollections OrderedSet+Diffing.swift
[92/122] Compiling OrderedCollections OrderedSet+Equatable.swift
[93/122] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[94/122] Compiling OrderedCollections OrderedSet+Hashable.swift
[95/122] Compiling OrderedCollections _HashTable+Bucket.swift
[96/122] Compiling OrderedCollections _HashTable+BucketIterator.swift
[97/122] Compiling OrderedCollections _HashTable+Constants.swift
[98/122] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[99/122] Compiling OrderedCollections _HashTable+Testing.swift
[100/122] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[101/122] Compiling OrderedCollections _HashTable.swift
[102/122] Compiling OrderedCollections _Hashtable+Header.swift
[103/122] Compiling OrderedCollections OrderedSet+Sendable.swift
[104/122] Compiling OrderedCollections OrderedSet+SubSequence.swift
[105/122] Compiling OrderedCollections OrderedSet+Testing.swift
[106/122] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[107/122] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[108/122] Compiling OrderedCollections OrderedSet.swift
[109/122] Compiling OrderedCollections _UnsafeBitset.swift
[110/122] Emitting module OrderedCollections
[125/132] Compiling Bodega ObjectStorage.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[126/133] Compiling Bodega StorageEngine.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[127/133] Compiling Bodega SQLiteStorageEngine+Default.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[128/133] Emitting module Bodega
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[129/133] Compiling Bodega CacheKey.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[130/133] Compiling Bodega FileManager.Directory.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[131/133] Compiling Bodega DiskStorageEngine.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[132/133] Compiling Bodega SQLiteStorageEngine.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[133/133] Compiling Bodega String+Formatting.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
BUILD FAILURE 6.0 linux