Build Information
Failed to build Haversack, reference main (a02118
), with Swift 6.0 for Linux on 20 Mar 2025 16:39:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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: linux
Swift version: 6.0
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
[2051/17945] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (0.39s)
[1749/15895] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.12s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.31s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3342] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.73s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.76s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.94s)
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
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
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/9] Write sources
[4/9] Copying PrivacyInfo.xcprivacy
[7/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/26] Emitting module InternalCollectionsUtilities
[11/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/28] Compiling InternalCollectionsUtilities Specialize.swift
[13/28] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[14/28] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[15/28] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[16/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/28] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/28] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/28] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/28] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/28] Compiling InternalCollectionsUtilities Integer rank.swift
[22/28] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[23/28] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/28] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[25/28] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[27/28] Compiling InternalCollectionsUtilities Debugging.swift
[28/28] Compiling InternalCollectionsUtilities Descriptions.swift
[30/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[31/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[32/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[33/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[34/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[35/84] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[36/84] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[37/91] Compiling OrderedCollections OrderedDictionary.swift
[38/91] Compiling OrderedCollections OrderedSet+Codable.swift
[39/91] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[40/91] Compiling OrderedCollections OrderedSet+Descriptions.swift
[41/91] Compiling OrderedCollections OrderedSet+Diffing.swift
[42/91] Compiling OrderedCollections OrderedSet+Equatable.swift
[43/91] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[44/91] Compiling OrderedCollections OrderedSet+Hashable.swift
[45/91] Compiling OrderedCollections OrderedSet+Initializers.swift
[46/91] Compiling OrderedCollections OrderedSet+Insertions.swift
[47/91] Compiling OrderedCollections OrderedSet+Invariants.swift
[48/91] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[49/91] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[50/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[51/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[52/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[53/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[54/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[55/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[56/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[57/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[58/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[59/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[60/91] Compiling OrderedCollections OrderedDictionary+Codable.swift
[61/91] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[62/91] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[63/91] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[64/91] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[65/91] Compiling OrderedCollections OrderedDictionary+Elements.swift
[66/91] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[67/91] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[68/91] Compiling OrderedCollections _HashTable+Bucket.swift
[69/91] Compiling OrderedCollections _HashTable+BucketIterator.swift
[70/91] Compiling OrderedCollections _HashTable+Constants.swift
[71/91] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[72/91] Compiling OrderedCollections _HashTable+Testing.swift
[73/91] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[74/91] Compiling OrderedCollections _HashTable.swift
[75/91] Compiling OrderedCollections _Hashtable+Header.swift
[76/91] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[77/91] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[78/91] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[79/91] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[80/91] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[81/91] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[82/91] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[83/91] Compiling OrderedCollections OrderedDictionary+Values.swift
[84/91] Compiling OrderedCollections OrderedSet+Sendable.swift
[85/91] Compiling OrderedCollections OrderedSet+SubSequence.swift
[86/91] Compiling OrderedCollections OrderedSet+Testing.swift
[87/91] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[88/91] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[89/91] Compiling OrderedCollections OrderedSet.swift
[90/91] Compiling OrderedCollections _UnsafeBitset.swift
[91/91] Emitting module OrderedCollections
error: emit-module command failed with exit code 1 (use -v to see invocation)
[93/125] 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.
[94/129] 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.
[95/129] 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.
[96/129] 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.
[97/129] 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.
[98/129] 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.
[99/129] 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.
[100/129] 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.
[101/129] 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.
[102/129] 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.
[103/129] 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.
[104/129] 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.
[105/129] 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.
[106/129] 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.
[107/129] 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.
[108/129] 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.
[109/129] 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.
[110/129] 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/129] 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.
[112/129] 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.
[113/129] 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.
[114/129] 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.
[115/129] 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.
[116/129] 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.
[117/129] 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.
[118/129] 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.
[119/129] 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.
[120/129] 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.
[121/129] 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.
[122/129] 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.
[123/129] 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.
[124/129] 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.
[125/129] 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.
[126/129] 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.
[127/129] 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.
[128/129] 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.
[129/129] 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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/20] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[5/20] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[6/20] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[7/20] Emitting module InternalCollectionsUtilities
[8/22] Compiling InternalCollectionsUtilities Debugging.swift
[9/22] Compiling InternalCollectionsUtilities Descriptions.swift
[10/22] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/22] Compiling InternalCollectionsUtilities Specialize.swift
[12/22] Compiling InternalCollectionsUtilities _SortedCollection.swift
[13/22] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[14/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/22] Compiling InternalCollectionsUtilities Integer rank.swift
[16/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/22] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[22/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[25/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[26/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[27/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[28/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[29/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[30/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[31/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[32/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[33/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[34/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[35/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[36/85] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[37/85] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[38/85] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[39/85] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[40/85] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[41/85] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[42/85] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[43/85] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[44/85] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[45/85] Compiling OrderedCollections OrderedDictionary+Values.swift
[46/85] Compiling OrderedCollections OrderedDictionary+Codable.swift
[47/85] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[48/85] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[49/85] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[50/85] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[51/85] Compiling OrderedCollections OrderedDictionary+Elements.swift
[52/85] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[53/85] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[54/85] Compiling OrderedCollections OrderedDictionary.swift
[55/85] Compiling OrderedCollections OrderedSet+Codable.swift
[56/85] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[57/85] Compiling OrderedCollections OrderedSet+Descriptions.swift
[58/85] Compiling OrderedCollections OrderedSet+Diffing.swift
[59/85] Compiling OrderedCollections OrderedSet+Equatable.swift
[60/85] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[61/85] Compiling OrderedCollections OrderedSet+Hashable.swift
[62/85] Compiling OrderedCollections OrderedSet+Initializers.swift
[63/85] Compiling OrderedCollections OrderedSet+Insertions.swift
[64/85] Compiling OrderedCollections OrderedSet+Invariants.swift
[65/85] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[66/85] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[67/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[68/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[69/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.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
[87/119] 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.
[88/119] 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.
[89/119] 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.
[90/119] 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.
[91/119] 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.
[92/123] 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.
[93/123] 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.
[94/123] 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.
[95/123] 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.
[96/123] 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.
[97/123] 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.
[98/123] 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.
[99/123] 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.
[100/123] 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.
[101/123] 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.
[102/123] 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.
[103/123] 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.
[104/123] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[105/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.
[106/123] 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.
[107/123] 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.
[108/123] 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.
[109/123] 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.
[110/123] 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.
[111/123] 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.
[112/123] 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.
[113/123] 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.
[114/123] 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.
[115/123] 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.
[116/123] 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.
[117/123] 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.
[118/123] 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.
[119/123] 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.
[120/123] 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.
[121/123] 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.
[122/123] 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.
[123/123] 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.
BUILD FAILURE 6.0 linux