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 (a02118), with Swift 6.1 for Linux on 28 Apr 2025 05:15:22 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

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