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 1.1.1 (4d58a3), with Swift 6.0 for Linux on 12 Oct 2024 16:27:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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: 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.0
Building package at path:  $PWD
https://github.com/jamf/Haversack.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 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-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-collections
[1/2038] Fetching swift-docc-plugin
[246/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-plugin from cache (0.41s)
[6078/18588] Fetching swift-docc-symbolkit, swift-collections
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.07s)
Fetched https://github.com/apple/swift-collections from cache (1.09s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.52s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.0.6 (0.52s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.58s)
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
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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.0.6
/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/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/54] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[9/54] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[10/54] Compiling OrderedCollections OrderedSet+Diffing.swift
[11/54] Compiling OrderedCollections OrderedSet+Equatable.swift
[12/54] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[13/54] Compiling OrderedCollections OrderedSet+Hashable.swift
[14/60] Compiling OrderedCollections OrderedDictionary+Elements.swift
[15/60] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[16/60] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[17/60] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[18/60] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[19/60] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[20/60] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[21/60] Compiling OrderedCollections OrderedSet+Initializers.swift
[22/60] Compiling OrderedCollections OrderedSet+Insertions.swift
[23/60] Compiling OrderedCollections OrderedSet+Invariants.swift
[24/60] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[25/60] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[26/60] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[27/60] Compiling OrderedCollections _Hashtable+Header.swift
[28/60] Compiling OrderedCollections OrderedDictionary+Codable.swift
[29/60] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[30/60] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[31/60] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[32/60] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[33/60] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[34/60] Emitting module OrderedCollections
[35/60] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[36/60] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[37/60] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[38/60] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[39/60] Compiling OrderedCollections OrderedSet+Sendable.swift
[40/60] Compiling OrderedCollections OrderedSet+SubSequence.swift
[41/60] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[42/60] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[43/60] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[44/60] Compiling OrderedCollections OrderedDictionary+Values.swift
[45/60] Compiling OrderedCollections OrderedDictionary.swift
[46/60] Compiling OrderedCollections OrderedSet+Codable.swift
[47/60] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[48/60] Compiling OrderedCollections _HashTable+Bucket.swift
[49/60] Compiling OrderedCollections _HashTable+BucketIterator.swift
[50/60] Compiling OrderedCollections _HashTable+Constants.swift
[51/60] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[52/60] Compiling OrderedCollections _HashTable+Testing.swift
[53/60] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[54/60] Compiling OrderedCollections _HashTable.swift
[55/60] Compiling OrderedCollections OrderedSet+Testing.swift
[56/60] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[57/60] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[58/60] Compiling OrderedCollections OrderedSet.swift
[59/60] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[60/60] Compiling OrderedCollections _UnsafeBitset.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/93] 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.
[63/97] 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.
[64/97] 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.
[65/97] 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.
[66/97] 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.
[67/97] 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.
[68/97] 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.
[69/97] 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.
[70/97] 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.
[71/97] 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.
[72/97] 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.
[73/97] 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.
[74/97] 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.
[75/97] 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.
[76/97] 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.
[77/97] 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.
[78/97] 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.
[79/97] 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.
[80/97] 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.
[81/97] 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.
[82/97] 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.
[83/97] 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.
[84/97] 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.
[85/97] 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.
[86/97] 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.
[87/97] 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.
[88/97] 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.
[89/97] 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.
[90/97] 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.
[91/97] 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.
[92/97] 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.
[93/97] 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.
[94/97] 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.
[95/97] 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.
[96/97] 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.
[97/97] 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.
BUILD FAILURE 6.0 linux