The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Haversack, reference main (361e79), with Swift 6.0 for Linux on 12 Oct 2024 16:27:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
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 361e798 Merge pull request #6 from macblazer/5-support-visionos
Cloned https://github.com/jamf/Haversack.git
Revision (git rev-parse @):
361e798ccc73edf1aeb1c265a6dcdde5a20f8132
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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:b1f5b321a5d74ef5eaf6f5f3afbfebaaa54c7954de6f859009c18a90e0e1c3b4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections
[1/2038] Fetching swift-docc-plugin
[429/5181] Fetching swift-docc-plugin, swift-docc-symbolkit
[5182/20626] Fetching swift-docc-plugin, swift-docc-symbolkit, swift-collections
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.78s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.78s)
Fetched https://github.com/apple/swift-collections from cache (1.80s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (2.55s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.0 (0.73s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.54s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/9] Copying PrivacyInfo.xcprivacy
[2/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/26] Emitting module _CollectionsUtilities
[11/28] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/28] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/28] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/28] Compiling _CollectionsUtilities Integer rank.swift
[15/28] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[16/28] Compiling _CollectionsUtilities _SortedCollection.swift
[17/28] Compiling _CollectionsUtilities _UniqueCollection.swift
[18/28] Compiling _CollectionsUtilities UInt+reversed.swift
[19/28] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[20/28] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[21/28] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[22/28] Compiling _CollectionsUtilities Debugging.swift
[23/28] Compiling _CollectionsUtilities Descriptions.swift
[24/28] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[25/28] Compiling _CollectionsUtilities Specialize.swift
[26/28] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[27/28] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[28/28] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[30/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[31/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[32/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[33/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[34/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[35/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[36/84] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[37/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[38/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[39/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[40/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[41/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[42/91] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[43/91] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[44/91] Compiling OrderedCollections OrderedSet+Initializers.swift
[45/91] Compiling OrderedCollections OrderedSet+Insertions.swift
[46/91] Compiling OrderedCollections OrderedSet+Invariants.swift
[47/91] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[48/91] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[49/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[50/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[51/91] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[52/91] Compiling OrderedCollections OrderedDictionary.swift
[53/91] Compiling OrderedCollections OrderedSet+Codable.swift
[54/91] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[55/91] Compiling OrderedCollections OrderedSet+Descriptions.swift
[56/91] Compiling OrderedCollections OrderedSet+Diffing.swift
[57/91] Compiling OrderedCollections OrderedSet+Equatable.swift
[58/91] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[59/91] Compiling OrderedCollections OrderedSet+Hashable.swift
[60/91] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[61/91] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[62/91] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[63/91] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[64/91] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[65/91] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[66/91] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[67/91] Compiling OrderedCollections OrderedDictionary+Values.swift
[68/91] Compiling OrderedCollections OrderedDictionary+Codable.swift
[69/91] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[70/91] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[71/91] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[72/91] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[73/91] Compiling OrderedCollections OrderedDictionary+Elements.swift
[74/91] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[75/91] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[76/91] Compiling OrderedCollections _HashTable+Bucket.swift
[77/91] Compiling OrderedCollections _HashTable+BucketIterator.swift
[78/91] Compiling OrderedCollections _HashTable+Constants.swift
[79/91] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[80/91] Compiling OrderedCollections _HashTable+Testing.swift
[81/91] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[82/91] Compiling OrderedCollections _HashTable.swift
[83/91] Compiling OrderedCollections _Hashtable+Header.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 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.
[95/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.
[96/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.
[97/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.
[98/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.
[99/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.
[100/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.
[101/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.
[102/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.
[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 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.
[108/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.
[109/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.
[110/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.
[111/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.
[112/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.
[113/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.
[114/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.
[115/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.
[116/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.
[117/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.
[118/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.
[119/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.
[120/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.
[121/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.
[122/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.
[123/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.
[124/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.
[125/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.
[126/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.
[127/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.
[128/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.
[129/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.
BUILD FAILURE 6.0 linux