Build Information
Failed to build SwiftKeychainKit, reference 1.5.0 (d41a1f), with Swift 6.1 for Linux on 15 Mar 2026 01:40:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wiedem/swift-keychain-kit.git
Reference: 1.5.0
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/wiedem/swift-keychain-kit
* tag 1.5.0 -> FETCH_HEAD
HEAD is now at d41a1f1 Bump minimum version to 1.5.0 in README.
Cloned https://github.com/wiedem/swift-keychain-kit.git
Revision (git rev-parse @):
d41a1f165f8d319e3bc1ca1546ed899b1d840eaa
SUCCESS checkout https://github.com/wiedem/swift-keychain-kit.git at 1.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/wiedem/swift-keychain-kit.git
https://github.com/wiedem/swift-keychain-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "app-entitlements",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wiedem/app-entitlements.git"
}
],
"manifest_display_name" : "SwiftKeychainKit",
"name" : "SwiftKeychainKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "SwiftKeychainKit",
"targets" : [
"SwiftKeychainKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "SwiftKeychainKitTests",
"module_type" : "SwiftTarget",
"name" : "SwiftKeychainKitTests",
"path" : "Tests/SwiftKeychainKitTests",
"sources" : [
"AccessConstraint/AccessConstraintTests.swift",
"AccessControl/AccessControlTests.swift",
"AccessControl/AnyAccessConstraint+CustomTestStringConvertible.swift",
"Certificates/CertificatesParseAttributesTests.swift",
"Certificates/CertificatesQueryBuilderTests.swift",
"CryptoKit/CryptoKitGenericPasswordConvertibleTests.swift",
"CryptoKit/CryptoKitSecKeyConvertibleTests.swift",
"Errors/KeychainErrorTests.swift",
"GenericPassword/GenericPasswordParseAttributesTests.swift",
"GenericPassword/GenericPasswordQueryBuilderTests.swift",
"Identities/IdentitiesParseAttributesTests.swift",
"Identities/IdentitiesQueryBuilderTests.swift",
"InternetPassword/InternetPasswordParseAttributesTests.swift",
"InternetPassword/InternetPasswordQueryBuilderTests.swift",
"ItemAttributes/ItemAttributesTests.swift",
"ItemAttributes/PortAttributeTests.swift",
"ItemReference/ItemReferenceClassTagTests.swift",
"ItemReference/ItemReferenceQueryBuilderTests.swift",
"ItemReference/ItemReferenceTests.swift",
"Keys/ApplicationLabelTests.swift",
"Keys/AsymmetricKeyClassScopeTests.swift",
"Keys/AsymmetricKeyClassTests.swift",
"Keys/AsymmetricKeyTypeScopeTests.swift",
"Keys/AsymmetricKeyTypeTests.swift",
"Keys/KeyAlgorithmTests.swift",
"Keys/KeyClassTests.swift",
"Keys/KeysApplicationLabelTests.swift",
"Keys/KeysParseAttributesTests.swift",
"Keys/KeysQueryBuilderTests.swift",
"QueryInfrastructure/DefaultableLabelTests.swift",
"QueryInfrastructure/LAContextQueriesTests.swift",
"QueryInfrastructure/ProviderAccessGroupScopeTests.swift",
"QueryInfrastructure/ProviderAccessGroupTests.swift",
"QueryInfrastructure/QueryLimitTests.swift",
"QueryInfrastructure/QueryScopeTests.swift",
"QueryInfrastructure/SynchronizableScopeTests.swift",
"SecretData/SecretDataConcurrencyTemporaryTests.swift",
"SecretData/SecretDataTests.swift",
"SecureEnclaveKeys/SecureEnclaveKeysParseAttributesTests.swift",
"SecureEnclaveKeys/SecureEnclaveKeysQueryBuilderTests.swift"
],
"target_dependencies" : [
"SwiftKeychainKit"
],
"type" : "test"
},
{
"c99name" : "SwiftKeychainKit",
"module_type" : "SwiftTarget",
"name" : "SwiftKeychainKit",
"path" : "Sources/SwiftKeychainKit",
"product_dependencies" : [
"BasicContainers",
"AppEntitlements"
],
"product_memberships" : [
"SwiftKeychainKit"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SwiftKeychainKit/Resources/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AccessConstraint/AccessConstraint+AndCombinations.swift",
"AccessConstraint/AccessConstraint+BaseConstraints.swift",
"AccessConstraint/AccessConstraint+Combinable.swift",
"AccessConstraint/AccessConstraint+Convenience.swift",
"AccessConstraint/AccessConstraint+CustomDebugStringConvertible.swift",
"AccessConstraint/AccessConstraint+Operators.swift",
"AccessConstraint/AccessConstraint+OrCombinations.swift",
"AccessConstraint/AccessConstraint+SecAccessControlCreateFlags.swift",
"AccessConstraint/AccessConstraint+ThreeWayCombinations.swift",
"AccessConstraint/Keychain+AccessConstraint.swift",
"AccessConstraint/Keychain+AnyAccessConstraint.swift",
"AccessControl/AccessControl+LAContext.swift",
"AccessControl/AccessControl+SecAccessControlFactory.swift",
"AccessControl/ItemAccessibility+KeychainValueConvertible.swift",
"AccessControl/Keychain+AccessControl.swift",
"AccessControl/Keychain+ItemAccessibility.swift",
"AccessGroup/AppEntitlementsAccessGroupProvider.swift",
"AccessGroup/Keychain+AccessGroupProviding.swift",
"AccessGroup/Keychain+ProviderAccessGroup.swift",
"AccessGroup/ProviderAccessGroup+AddValue.swift",
"AccessGroup/ProviderAccessGroup+GetValue.swift",
"CFHelper/CFCastable.swift",
"CFHelper/Security+CFCastable.swift",
"Certificates/Certificates+Add.swift",
"Certificates/Certificates+Attributes.swift",
"Certificates/Certificates+AttributesByReference.swift",
"Certificates/Certificates+Delete.swift",
"Certificates/Certificates+DeleteByReference.swift",
"Certificates/Certificates+GetByReference.swift",
"Certificates/Certificates+Query.swift",
"Certificates/Certificates+QueryBuilder.swift",
"Certificates/Certificates+QueryOne.swift",
"CryptoKit/CryptoKit+GenericPasswordConvertible.swift",
"CryptoKit/CryptoKit+SecKeyConvertible.swift",
"CryptoKit/SecretData+SymmetricKey.swift",
"Errors/EntitlementError.swift",
"Errors/KeychainError+Patterns.swift",
"Errors/KeychainError.swift",
"Errors/SecKeyConversionError.swift",
"Errors/SecurityFrameworkError.swift",
"GenericPassword/GenericPassword+Add.swift",
"GenericPassword/GenericPassword+Attributes.swift",
"GenericPassword/GenericPassword+AttributesByReference.swift",
"GenericPassword/GenericPassword+Delete.swift",
"GenericPassword/GenericPassword+DeleteByReference.swift",
"GenericPassword/GenericPassword+Get.swift",
"GenericPassword/GenericPassword+GetByReference.swift",
"GenericPassword/GenericPassword+Query.swift",
"GenericPassword/GenericPassword+QueryBuilder.swift",
"GenericPassword/GenericPassword+Update.swift",
"GenericPassword/GenericPassword+UpdateByReference.swift",
"GenericPassword/Keychain+GenericPasswordConvertible.swift",
"Identities/Identities+Add.swift",
"Identities/Identities+Attributes.swift",
"Identities/Identities+AttributesByReference.swift",
"Identities/Identities+Delete.swift",
"Identities/Identities+DeleteByReference.swift",
"Identities/Identities+GetByReference.swift",
"Identities/Identities+Query.swift",
"Identities/Identities+QueryBuilder.swift",
"Identities/Identities+QueryOne.swift",
"InternetPassword/Attributes/AuthenticationType+KeychainValueConvertible.swift",
"InternetPassword/Attributes/InternetPassword+ItemAttributes.swift",
"InternetPassword/Attributes/Keychain+InternetPassword+AuthenticationType.swift",
"InternetPassword/Attributes/Keychain+InternetPassword+NetworkProtocol.swift",
"InternetPassword/Attributes/NetworkProtocol+KeychainValueConvertible.swift",
"InternetPassword/InternetPassword+Add.swift",
"InternetPassword/InternetPassword+Attributes.swift",
"InternetPassword/InternetPassword+AttributesByReference.swift",
"InternetPassword/InternetPassword+Delete.swift",
"InternetPassword/InternetPassword+DeleteByReference.swift",
"InternetPassword/InternetPassword+GetByReference.swift",
"InternetPassword/InternetPassword+Query.swift",
"InternetPassword/InternetPassword+QueryBuilder.swift",
"InternetPassword/InternetPassword+QueryOne.swift",
"InternetPassword/InternetPassword+Update.swift",
"InternetPassword/InternetPassword+UpdateByReference.swift",
"ItemAttributes/Keychain+InternalItemAttributes.swift",
"ItemAttributes/Keychain+ItemAttributes.swift",
"ItemAttributes/Keychain+PublicItemAttributes.swift",
"ItemAttributes/Keychain+QueryItemAttributes.swift",
"ItemReference/ItemReference+Codable.swift",
"ItemReference/ItemReference+QueryBuilder.swift",
"ItemReference/ItemReference.swift",
"ItemReference/ItemReferenceTaggable.swift",
"Keychain+DefaultableLabel.swift",
"Keychain.swift",
"KeychainOperations/Keychain+Add.swift",
"KeychainOperations/Keychain+Delete.swift",
"KeychainOperations/Keychain+Queries.swift",
"KeychainOperations/Keychain+Update.swift",
"KeychainValueConvertible.swift",
"Keys/Attributes/ApplicationLabel+DataValue.swift",
"Keys/Attributes/ApplicationLabel+Resolve.swift",
"Keys/Attributes/ApplicationLabel.swift",
"Keys/Attributes/KeyAlgorithm+KeychainValue.swift",
"Keys/Attributes/KeyAlgorithm.swift",
"Keys/Attributes/KeyClass+KeychainValue.swift",
"Keys/Attributes/KeyClass.swift",
"Keys/KeyTypes/AsymmetricKeyClass+KeychainValue.swift",
"Keys/KeyTypes/AsymmetricKeyClass+SecKey.swift",
"Keys/KeyTypes/AsymmetricKeyClass.swift",
"Keys/KeyTypes/AsymmetricKeyType+Keychain.swift",
"Keys/KeyTypes/AsymmetricKeyType.swift",
"Keys/KeyTypes/AsymmetricKeyTypeProviding.swift",
"Keys/Keys+Add.swift",
"Keys/Keys+Attributes.swift",
"Keys/Keys+AttributesByReference.swift",
"Keys/Keys+Delete.swift",
"Keys/Keys+DeleteByReference.swift",
"Keys/Keys+GetByReference.swift",
"Keys/Keys+Query.swift",
"Keys/Keys+QueryBuilder.swift",
"Keys/Keys+QueryOne.swift",
"Keys/QueryScopes/AsymmetricKeyClassScope+Keychain.swift",
"Keys/QueryScopes/AsymmetricKeyClassScope.swift",
"Keys/QueryScopes/AsymmetricKeyTypeScope+Keychain.swift",
"Keys/QueryScopes/Keychain+AsymmetricKeyTypeScope.swift",
"Keys/SecKey/SecKey+Factory.swift",
"Keys/SecKey/SecKeyConvertible.swift",
"Queries/Keychain+ProviderAccessGroupScope.swift",
"Queries/Keychain+QueryLimit.swift",
"Queries/Keychain+QueryScope.swift",
"Queries/Keychain+QueryScopes.swift",
"Queries/Keychain+SynchronizableScope.swift",
"Queries/LAContext+Queries.swift",
"Queries/ProviderAccessGroupScope+KeychainValueProviding.swift",
"Queries/QueryScope+Data.swift",
"Queries/QueryScope+Digest.swift",
"Queries/QueryScope+Literals.swift",
"Queries/SynchronizableScope+KeychainValueProviding.swift",
"SecretData/SecretData+Random.swift",
"SecretData/SecretData+StringInterpolation.swift",
"SecretData/SecretData+UnsafeSources.swift",
"SecretData/SecretData+UnsafeTargets.swift",
"SecretData/SecretData.swift",
"SecretData/SecretDataError+SecurityError.swift",
"SecretData/SecretDataError.swift",
"SecretData/SecretDataProtocol+CFData.swift",
"SecretData/SecretDataProtocol+Equality.swift",
"SecretData/SecretDataProtocol.swift",
"SecureEnclaveKeys/AccessControl/SecureEnclaveKeys+AccessControl.swift",
"SecureEnclaveKeys/AccessControl/SecureEnclaveKeys+ItemAccessibility.swift",
"SecureEnclaveKeys/SecureEnclaveKeys+Attributes.swift",
"SecureEnclaveKeys/SecureEnclaveKeys+Availability.swift",
"SecureEnclaveKeys/SecureEnclaveKeys+Delete.swift",
"SecureEnclaveKeys/SecureEnclaveKeys+Generate.swift",
"SecureEnclaveKeys/SecureEnclaveKeys+Query.swift",
"SecureEnclaveKeys/SecureEnclaveKeys+QueryBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
BUILD FAILURE 6.1 linux