Build Information
Failed to build Haversack, reference 1.1.1 (4d58a3
), with Swift 6.1 for Linux on 28 Apr 2025 05:15:43 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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jamf/Haversack.git
Reference: 1.1.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/jamf/Haversack
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at 4d58a33 Merge pull request #4 from mlink/main
Cloned https://github.com/jamf/Haversack.git
Revision (git rev-parse @):
4d58a33d989d5ed318cc0ccc88f9ad6d064fbc68
SUCCESS checkout https://github.com/jamf/Haversack.git at 1.1.1
========================================
Build
========================================
Selected platform: linux
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.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.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" : "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.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"
],
"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.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.39s)
[1/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.34s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.93s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.99s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.76s)
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/25] Emitting module InternalCollectionsUtilities
[10/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[11/27] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[12/27] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[13/27] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/27] Compiling InternalCollectionsUtilities Specialize.swift
[15/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/27] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/27] Compiling InternalCollectionsUtilities Debugging.swift
[18/27] Compiling InternalCollectionsUtilities Descriptions.swift
[19/27] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/27] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/27] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[23/27] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/27] Compiling InternalCollectionsUtilities Integer rank.swift
[25/27] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/27] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[30/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[31/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[32/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[33/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[34/83] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[35/83] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[36/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[37/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[38/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[39/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[40/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[41/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[42/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[43/90] Compiling OrderedCollections OrderedDictionary.swift
[44/90] Compiling OrderedCollections OrderedSet+Codable.swift
[45/90] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[46/90] Compiling OrderedCollections OrderedSet+Descriptions.swift
[47/90] Compiling OrderedCollections OrderedSet+Diffing.swift
[48/90] Compiling OrderedCollections OrderedSet+Equatable.swift
[49/90] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[50/90] Compiling OrderedCollections OrderedSet+Hashable.swift
[51/90] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[52/90] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[53/90] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[54/90] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[55/90] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[56/90] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[57/90] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[58/90] Compiling OrderedCollections OrderedDictionary+Values.swift
[59/90] Compiling OrderedCollections OrderedSet+Initializers.swift
[60/90] Compiling OrderedCollections OrderedSet+Insertions.swift
[61/90] Compiling OrderedCollections OrderedSet+Invariants.swift
[62/90] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[63/90] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[64/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[65/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[66/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[67/90] Compiling OrderedCollections OrderedDictionary+Codable.swift
[68/90] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[69/90] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[70/90] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[71/90] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[72/90] Compiling OrderedCollections OrderedDictionary+Elements.swift
[73/90] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[74/90] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[75/90] Compiling OrderedCollections _HashTable+Bucket.swift
[76/90] Compiling OrderedCollections _HashTable+BucketIterator.swift
[77/90] Compiling OrderedCollections _HashTable+Constants.swift
[78/90] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[79/90] Compiling OrderedCollections _HashTable+Testing.swift
[80/90] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[81/90] Compiling OrderedCollections _HashTable.swift
[82/90] Compiling OrderedCollections _Hashtable+Header.swift
[83/90] Compiling OrderedCollections OrderedSet+Sendable.swift
[84/90] Compiling OrderedCollections OrderedSet+SubSequence.swift
[85/90] Compiling OrderedCollections OrderedSet+Testing.swift
[86/90] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[87/90] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[88/90] Compiling OrderedCollections OrderedSet.swift
[89/90] Compiling OrderedCollections _UnsafeBitset.swift
[90/90] Emitting module OrderedCollections
error: emit-module command failed with exit code 1 (use -v to see invocation)
[92/123] 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.
[93/127] 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.
[94/127] 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.
[95/127] 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.
[96/127] 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.
[97/127] 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.
[98/127] 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.
[99/127] 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.
[100/127] 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.
[101/127] 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.
[102/127] 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.
[103/127] 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.
[104/127] 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.
[105/127] 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.
[106/127] 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.
[107/127] 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.
[108/127] 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.
[109/127] 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.
[110/127] 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.
[111/127] 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.
[112/127] 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.
[113/127] 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.
[114/127] 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.
[115/127] 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.
[116/127] 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.
[117/127] 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.
[118/127] 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.
[119/127] 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.
[120/127] 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.
[121/127] 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.
[122/127] 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.
[123/127] 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.
[124/127] 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.
[125/127] 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.
[126/127] 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.
[127/127] 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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/20] Compiling InternalCollectionsUtilities _SortedCollection.swift
[5/20] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/20] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/20] Compiling InternalCollectionsUtilities Specialize.swift
[8/22] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/22] Emitting module InternalCollectionsUtilities
[11/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[12/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[13/22] Compiling InternalCollectionsUtilities Debugging.swift
[14/22] Compiling InternalCollectionsUtilities Descriptions.swift
[15/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/22] Compiling InternalCollectionsUtilities Integer rank.swift
[17/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[18/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[19/22] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[20/22] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[21/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/78] Compiling OrderedCollections OrderedDictionary.swift
[25/78] Compiling OrderedCollections OrderedSet+Codable.swift
[26/78] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[27/78] Compiling OrderedCollections OrderedSet+Descriptions.swift
[28/78] Compiling OrderedCollections OrderedSet+Diffing.swift
[29/78] Compiling OrderedCollections OrderedSet+Equatable.swift
[30/78] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[31/78] Compiling OrderedCollections OrderedSet+Hashable.swift
[32/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[33/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[34/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[35/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[36/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[37/85] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[38/85] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[39/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[40/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[41/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[42/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[43/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[44/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[45/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[46/85] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[47/85] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[48/85] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[49/85] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[50/85] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[51/85] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[52/85] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[53/85] Compiling OrderedCollections OrderedDictionary+Values.swift
[54/85] Compiling OrderedCollections OrderedSet+Initializers.swift
[55/85] Compiling OrderedCollections OrderedSet+Insertions.swift
[56/85] Compiling OrderedCollections OrderedSet+Invariants.swift
[57/85] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[58/85] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[59/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[60/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[61/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[62/85] Compiling OrderedCollections OrderedDictionary+Codable.swift
[63/85] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[64/85] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[65/85] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[66/85] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[67/85] Compiling OrderedCollections OrderedDictionary+Elements.swift
[68/85] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[69/85] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[70/85] Compiling OrderedCollections _HashTable+Bucket.swift
[71/85] Compiling OrderedCollections _HashTable+BucketIterator.swift
[72/85] Compiling OrderedCollections _HashTable+Constants.swift
[73/85] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[74/85] Compiling OrderedCollections _HashTable+Testing.swift
[75/85] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[76/85] Compiling OrderedCollections _HashTable.swift
[77/85] Compiling OrderedCollections _Hashtable+Header.swift
[78/85] Compiling OrderedCollections OrderedSet+Sendable.swift
[79/85] Compiling OrderedCollections OrderedSet+SubSequence.swift
[80/85] Compiling OrderedCollections OrderedSet+Testing.swift
[81/85] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[82/85] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[83/85] Compiling OrderedCollections OrderedSet.swift
[84/85] Compiling OrderedCollections _UnsafeBitset.swift
[85/85] Emitting module OrderedCollections
error: emit-module command failed with exit code 1 (use -v to see invocation)
[87/118] 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.
[88/118] 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.
[89/118] 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.
[90/118] 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.
[91/118] 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.
[92/118] 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.
[93/122] 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.
[94/122] 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.
[95/122] 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.
[96/122] 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.
[97/122] 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.
[98/122] 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.
[99/122] 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.
[100/122] 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.
[101/122] 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.
[102/122] 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.
[103/122] 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.
[104/122] 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.
[105/122] 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.
[106/122] 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.
[107/122] 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.
[108/122] 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.
[109/122] 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.
[110/122] 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.
[111/122] 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.
[112/122] 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.
[113/122] 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.
[114/122] 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.
[115/122] 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.
[116/122] 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.
[117/122] 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.
[118/122] 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.
[119/122] 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.
[120/122] 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.
[121/122] 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.
[122/122] 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.
BUILD FAILURE 6.1 linux