Build Information
Failed to build Haversack, reference main (a02118
), with Swift 6.1 for Wasm on 29 May 2025 02:17:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jamf/Haversack.git
Reference: main
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/jamf/Haversack
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a02118c Improve HaversackEphemeralStrategy ergonomics
Cloned https://github.com/jamf/Haversack.git
Revision (git rev-parse @):
a02118c07e17acc916cadda05b9f6b15f0968ac3
SUCCESS checkout https://github.com/jamf/Haversack.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jamf/Haversack.git
https://github.com/jamf/Haversack.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Haversack",
"name" : "Haversack",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "5.0"
}
],
"products" : [
{
"name" : "Haversack",
"targets" : [
"Haversack"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HaversackCryptoKit",
"targets" : [
"HaversackCryptoKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HaversackMock",
"targets" : [
"HaversackMock"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HaversackTests",
"module_type" : "SwiftTarget",
"name" : "HaversackTests",
"path" : "Tests/HaversackTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HaversackTests/TestResources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CertificateIntegrationTests.swift",
"Data+X501NameTests.swift",
"EphemeralStrategyTests.swift",
"GenericPasswordConvertibleTests.swift",
"GenericPasswordIntegrationTests.swift",
"HaversackAsyncAwaitTests.swift",
"HaversackTests.swift",
"IdentityIntegrationTests.swift",
"InternetPasswordIntegrationTests.swift",
"KeyGenerationConfigTests.swift",
"KeyGenerationIntegrationTests.swift",
"KeychainExportConfigTests.swift",
"KeychainExportIntegrationTests.swift",
"KeychainFileIntegrationTests.swift",
"KeychainImportConfigTests.swift",
"KeychainImportIntegrationTests.swift",
"QueryCertificateTests.swift",
"QueryIdentityTests.swift",
"QueryKeyTests.swift",
"QueryPasswordTests.swift",
"SystemKeychainIntegrationTests.swift",
"XCTestCase+TestResources.swift"
],
"target_dependencies" : [
"HaversackMock"
],
"type" : "test"
},
{
"c99name" : "HaversackMock",
"module_type" : "SwiftTarget",
"name" : "HaversackMock",
"path" : "Sources/HaversackMock",
"product_memberships" : [
"HaversackMock"
],
"sources" : [
"HaversackEphemeralStrategy+mocking.swift",
"HaversackEphemeralStrategy.swift"
],
"target_dependencies" : [
"Haversack"
],
"type" : "library"
},
{
"c99name" : "HaversackCryptoKit",
"module_type" : "SwiftTarget",
"name" : "HaversackCryptoKit",
"path" : "Sources/HaversackCryptoKit",
"product_memberships" : [
"HaversackCryptoKit"
],
"sources" : [
"GenericPasswordConvertible+CryptoKit.swift",
"SecKeyConvertible.swift"
],
"target_dependencies" : [
"Haversack"
],
"type" : "library"
},
{
"c99name" : "Haversack",
"module_type" : "SwiftTarget",
"name" : "Haversack",
"path" : "Sources/Haversack",
"product_dependencies" : [
"OrderedCollections"
],
"product_memberships" : [
"Haversack",
"HaversackCryptoKit",
"HaversackMock"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Haversack/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Entities/CertificateEntity.swift",
"Entities/Data+X501Name.swift",
"Entities/GenericPasswordEntity.swift",
"Entities/IdentityEntity.swift",
"Entities/InternetPasswordEntity.swift",
"Entities/KeyEntity.swift",
"Entities/KeychainStorable.swift",
"Entities/PasswordBaseEntity.swift",
"GenericPasswordConvertible.swift",
"Haversack+AsyncAwait.swift",
"Haversack.swift",
"HaversackConfiguration.swift",
"HaversackError.swift",
"HaversackStrategy.swift",
"ImportExport/KeychainExportConfig.swift",
"ImportExport/KeychainImportConfig.swift",
"ImportExport/KeychainPortable.swift",
"ImportExport/PassphraseStrategy.swift",
"ImportExport/PrivateKeyImporting.swift",
"KeyGenerationConfig.swift",
"Logs.swift",
"Queries/CertificateBaseQuerying.swift",
"Queries/CertificateQuery.swift",
"Queries/GenericPasswordQuery.swift",
"Queries/IdentityQuery.swift",
"Queries/InternetPasswordQuery.swift",
"Queries/KeyBaseQuerying.swift",
"Queries/KeyQuery.swift",
"Queries/KeychainQueryOptions.swift",
"Queries/KeychainQuerying.swift",
"Queries/PasswordBaseQuerying.swift",
"Security/ItemSecurity.swift",
"Security/KeychainFile.swift",
"Security/KeychainItemRetrievability.swift",
"Security/RetrievabilityLevel.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[247/18640] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (1.79s)
Fetched https://github.com/apple/swift-collections from cache (1.82s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (3.90s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.53s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.08s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.59s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
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
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Write sources
[2/9] Copying PrivacyInfo.xcprivacy
[2/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/23] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/23] Compiling InternalCollectionsUtilities Debugging.swift
[12/23] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[13/23] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/24] Compiling InternalCollectionsUtilities Descriptions.swift
[15/24] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/24] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/24] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/24] Emitting module InternalCollectionsUtilities
[21/24] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/24] Compiling InternalCollectionsUtilities UInt+reversed.swift
[23/24] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/24] Compiling InternalCollectionsUtilities Integer rank.swift
[26/80] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[27/80] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[28/80] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[29/80] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[30/80] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[31/80] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[32/80] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[33/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[34/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[35/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[36/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[37/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[38/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[39/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[40/87] Compiling OrderedCollections OrderedDictionary+Codable.swift
[41/87] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[42/87] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[43/87] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[44/87] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[45/87] Compiling OrderedCollections OrderedDictionary+Elements.swift
[46/87] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[47/87] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[48/87] Compiling OrderedCollections OrderedSet+Initializers.swift
[49/87] Compiling OrderedCollections OrderedSet+Insertions.swift
[50/87] Compiling OrderedCollections OrderedSet+Invariants.swift
[51/87] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[52/87] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[53/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[54/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[55/87] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[56/87] Compiling OrderedCollections OrderedDictionary.swift
[57/87] Compiling OrderedCollections OrderedSet+Codable.swift
[58/87] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[59/87] Compiling OrderedCollections OrderedSet+Descriptions.swift
[60/87] Compiling OrderedCollections OrderedSet+Diffing.swift
[61/87] Compiling OrderedCollections OrderedSet+Equatable.swift
[62/87] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[63/87] Compiling OrderedCollections OrderedSet+Hashable.swift
[64/87] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[65/87] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[66/87] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[67/87] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[68/87] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[69/87] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[70/87] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[71/87] Compiling OrderedCollections OrderedDictionary+Values.swift
[72/87] Compiling OrderedCollections OrderedSet+Sendable.swift
[73/87] Compiling OrderedCollections OrderedSet+SubSequence.swift
[74/87] Compiling OrderedCollections OrderedSet+Testing.swift
[75/87] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[76/87] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[77/87] Compiling OrderedCollections OrderedSet.swift
[78/87] Compiling OrderedCollections _UnsafeBitset.swift
[79/87] Compiling OrderedCollections _HashTable+Bucket.swift
[80/87] Compiling OrderedCollections _HashTable+BucketIterator.swift
[81/87] Compiling OrderedCollections _HashTable+Constants.swift
[82/87] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[83/87] Compiling OrderedCollections _HashTable+Testing.swift
[84/87] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[85/87] Compiling OrderedCollections _HashTable.swift
[86/87] Compiling OrderedCollections _Hashtable+Header.swift
[87/87] Emitting module OrderedCollections
error: emit-module command failed with exit code 1 (use -v to see invocation)
[89/121] Emitting module Haversack
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[90/121] Compiling Haversack KeychainImportConfig.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[91/121] Compiling Haversack KeychainPortable.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[92/121] Compiling Haversack PassphraseStrategy.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[93/121] Compiling Haversack PrivateKeyImporting.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[94/121] Compiling Haversack KeyGenerationConfig.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[95/121] Compiling Haversack CertificateEntity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[96/121] Compiling Haversack Data+X501Name.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[97/121] Compiling Haversack GenericPasswordEntity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[98/121] Compiling Haversack IdentityEntity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[99/121] Compiling Haversack InternetPasswordEntity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[100/125] Compiling Haversack Logs.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[101/125] Compiling Haversack CertificateBaseQuerying.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[102/125] Compiling Haversack CertificateQuery.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[103/125] Compiling Haversack GenericPasswordQuery.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[104/125] Compiling Haversack Haversack.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[105/125] Compiling Haversack HaversackConfiguration.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[106/125] Compiling Haversack HaversackError.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[107/125] Compiling Haversack HaversackStrategy.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[108/125] Compiling Haversack KeychainExportConfig.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[109/125] Compiling Haversack IdentityQuery.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[110/125] Compiling Haversack InternetPasswordQuery.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[111/125] Compiling Haversack KeyBaseQuerying.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[112/125] Compiling Haversack KeyQuery.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[113/125] Compiling Haversack KeyEntity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[114/125] Compiling Haversack KeychainStorable.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[115/125] Compiling Haversack PasswordBaseEntity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[116/125] Compiling Haversack GenericPasswordConvertible.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[117/125] Compiling Haversack Haversack+AsyncAwait.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[118/125] Compiling Haversack KeychainQueryOptions.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[119/125] Compiling Haversack KeychainQuerying.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[120/125] Compiling Haversack PasswordBaseQuerying.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[121/125] Compiling Haversack ItemSecurity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[122/125] Compiling Haversack KeychainFile.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[123/125] Compiling Haversack KeychainItemRetrievability.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[124/125] Compiling Haversack RetrievabilityLevel.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[125/125] Compiling Haversack resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/17] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[5/17] Compiling InternalCollectionsUtilities Debugging.swift
[6/18] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/18] Compiling InternalCollectionsUtilities Descriptions.swift
[8/18] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[9/18] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/18] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[11/18] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/18] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/18] Compiling InternalCollectionsUtilities Integer rank.swift
[14/18] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/18] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/18] Emitting module InternalCollectionsUtilities
[17/18] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/18] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[21/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[22/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[23/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[24/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[25/74] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[26/74] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[27/81] Compiling OrderedCollections OrderedDictionary+Codable.swift
[28/81] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[29/81] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[30/81] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[31/81] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[32/81] Compiling OrderedCollections OrderedDictionary+Elements.swift
[33/81] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[34/81] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[35/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[36/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[37/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[38/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[39/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[40/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[41/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[42/81] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[43/81] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[44/81] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[45/81] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[46/81] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[47/81] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[48/81] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[49/81] Compiling OrderedCollections OrderedDictionary+Values.swift
[50/81] Compiling OrderedCollections OrderedSet+Initializers.swift
[51/81] Compiling OrderedCollections OrderedSet+Insertions.swift
[52/81] Compiling OrderedCollections OrderedSet+Invariants.swift
[53/81] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[54/81] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[55/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[56/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[57/81] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[58/81] Emitting module OrderedCollections
[59/81] Compiling OrderedCollections OrderedDictionary.swift
[60/81] Compiling OrderedCollections OrderedSet+Codable.swift
[61/81] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[62/81] Compiling OrderedCollections OrderedSet+Descriptions.swift
[63/81] Compiling OrderedCollections OrderedSet+Diffing.swift
[64/81] Compiling OrderedCollections OrderedSet+Equatable.swift
[65/81] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[66/81] Compiling OrderedCollections OrderedSet+Hashable.swift
[67/81] Compiling OrderedCollections _HashTable+Bucket.swift
[68/81] Compiling OrderedCollections _HashTable+BucketIterator.swift
[69/81] Compiling OrderedCollections _HashTable+Constants.swift
[70/81] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[71/81] Compiling OrderedCollections _HashTable+Testing.swift
[72/81] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[73/81] Compiling OrderedCollections _HashTable.swift
[74/81] Compiling OrderedCollections _Hashtable+Header.swift
[75/81] Compiling OrderedCollections OrderedSet+Sendable.swift
[76/81] Compiling OrderedCollections OrderedSet+SubSequence.swift
[77/81] Compiling OrderedCollections OrderedSet+Testing.swift
[78/81] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[79/81] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[80/81] Compiling OrderedCollections OrderedSet.swift
[81/81] Compiling OrderedCollections _UnsafeBitset.swift
[83/115] Compiling Haversack KeychainImportConfig.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[84/115] Compiling Haversack KeychainPortable.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[85/115] Compiling Haversack PassphraseStrategy.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[86/115] Compiling Haversack PrivateKeyImporting.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[87/115] Compiling Haversack KeyGenerationConfig.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[88/115] Compiling Haversack Haversack.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[89/115] Compiling Haversack HaversackConfiguration.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[90/115] Compiling Haversack HaversackError.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[91/115] Compiling Haversack HaversackStrategy.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[92/115] Compiling Haversack KeychainExportConfig.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[93/119] Compiling Haversack IdentityQuery.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[94/119] Compiling Haversack InternetPasswordQuery.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[95/119] Compiling Haversack KeyBaseQuerying.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[96/119] Compiling Haversack KeyQuery.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[97/119] Compiling Haversack KeyEntity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[98/119] Compiling Haversack KeychainStorable.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[99/119] Compiling Haversack PasswordBaseEntity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[100/119] Compiling Haversack GenericPasswordConvertible.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[101/119] Compiling Haversack Haversack+AsyncAwait.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[102/119] Emitting module Haversack
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[103/119] Compiling Haversack CertificateEntity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[104/119] Compiling Haversack Data+X501Name.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[105/119] Compiling Haversack GenericPasswordEntity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[106/119] Compiling Haversack IdentityEntity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[107/119] Compiling Haversack InternetPasswordEntity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[108/119] Compiling Haversack Logs.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[109/119] Compiling Haversack CertificateBaseQuerying.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[110/119] Compiling Haversack CertificateQuery.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[111/119] Compiling Haversack GenericPasswordQuery.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[112/119] Compiling Haversack KeychainQueryOptions.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[113/119] Compiling Haversack KeychainQuerying.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[114/119] Compiling Haversack PasswordBaseQuerying.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[115/119] Compiling Haversack ItemSecurity.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[116/119] Compiling Haversack KeychainFile.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[117/119] Compiling Haversack KeychainItemRetrievability.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[118/119] Compiling Haversack RetrievabilityLevel.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
[119/119] Compiling Haversack resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Haversack/GenericPasswordConvertible.swift:5:8: error: no such module 'os.log'
3 |
4 | import Foundation
5 | import os.log
| `- error: no such module 'os.log'
6 |
7 | /// Protocol to use with any type that can be converted to a [Data](https://developer.apple.com/documentation/Foundation/Data) representation.
BUILD FAILURE 6.1 wasm