Build Information
Failed to build StatiumSwift, reference main (c38534), with Swift 6.0 for watchOS using Xcode 16.2 on 30 Mar 2026 23:57:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StatiumSwift -destination generic/platform=watchOSBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eu-digital-identity-wallet/eudi-lib-ios-statium-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eu-digital-identity-wallet/eudi-lib-ios-statium-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c38534c Bump github.com/apple/swift-collections from 1.3.0 to 1.4.1
Cloned https://github.com/eu-digital-identity-wallet/eudi-lib-ios-statium-swift.git
Revision (git rev-parse @):
c38534c83a63a8169dccfd6bc866beaf5193e975
SUCCESS checkout https://github.com/eu-digital-identity-wallet/eudi-lib-ios-statium-swift.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/eu-digital-identity-wallet/eudi-lib-ios-statium-swift.git
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/niscy-eudiw/SwiftCBOR.git
Fetching from https://github.com/apple/swift-collections.git
Creating working copy of package ‘SwiftCBOR’
Checking out 0.6.4 of package ‘SwiftCBOR’
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
Resolve Package Graph
Resolved source packages:
swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
StatiumSwift: /Users/admin/builder/spi-builder-workspace
SwiftCBOR: https://github.com/niscy-eudiw/SwiftCBOR.git @ 0.6.4
resolved source packages: swift-collections, StatiumSwift, SwiftCBOR
{
"dependencies" : [
{
"identity" : "swiftcbor",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/niscy-eudiw/SwiftCBOR.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.1",
"upper_bound" : "1.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "StatiumSwift",
"name" : "StatiumSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "StatiumSwift",
"targets" : [
"StatiumSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StatiumSwiftTests",
"module_type" : "SwiftTarget",
"name" : "StatiumSwiftTests",
"path" : "Tests",
"product_dependencies" : [
"SwiftCBOR",
"Collections"
],
"sources" : [
"Extensions/DataExtensionTests.swift",
"Status/GetStatusTests.swift",
"Status/ReadStatusTests.swift",
"Types/BitsPerStatusTests.swift",
"Types/CredentialStatusTests.swift",
"Types/StatusReferenceTests.swift",
"Types/TimeInternalUnitTests.swift",
"Utilities/CompressionsTests.swift",
"Utilities/ConstantsTests.swift",
"Utilities/JWTTests.swift",
"VerifyStatus/VerifyStatus.swift"
],
"target_dependencies" : [
"StatiumSwift"
],
"type" : "test"
},
{
"c99name" : "StatiumSwift",
"module_type" : "SwiftTarget",
"name" : "StatiumSwift",
"path" : "Sources",
"product_dependencies" : [
"SwiftCBOR",
"Collections"
],
"product_memberships" : [
"StatiumSwift"
],
"sources" : [
"Extensions/Array+Extensions.swift",
"Extensions/CBOR+Extensions.swift",
"Extensions/Data+Extenstions.swift",
"Services/NetworkingService.swift",
"Spec/TokenStatusListSpec.swift",
"Status/GetStatus.swift",
"Status/ReadStatus.swift",
"Status/StatusListTokenFetcher.swift",
"Types/BitsPerStatus.swift",
"Types/Byte.swift",
"Types/CredentialStatus.swift",
"Types/Errors.swift",
"Types/StatusList.swift",
"Types/StatusListTokenClaims.swift",
"Types/StatusListTokenFormat.swift",
"Types/StatusReference.swift",
"Types/TimeIntervalUnit.swift",
"Types/VerifyStatusListTokenSignature.swift",
"Utilities/CWT.swift",
"Utilities/Decompress.swift",
"Utilities/JWT.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"StatiumSwift"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StatiumSwift -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme StatiumSwift -destination generic/platform=watchOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
StatiumSwift: /Users/admin/builder/spi-builder-workspace
swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
SwiftCBOR: https://github.com/niscy-eudiw/SwiftCBOR.git @ 0.6.4
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
Target 'StatiumSwift' in project 'StatiumSwift'
➜ Explicit dependency on target 'StatiumSwift' in project 'StatiumSwift'
➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'StatiumSwift' in project 'StatiumSwift'
➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'SwiftCBOR' in project 'SwiftCBOR'
➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'SwiftCBOR' in project 'SwiftCBOR'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
Target '_RopeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
Target 'ContainersPreview' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 848b19ce2d61649eb2e74169f5e8379f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/848b19ce2d61649eb2e74169f5e8379f.xcbuilddata
error: The package product 'SwiftCBOR' requires minimum platform version 8.0 for the watchOS platform, but this target supports 7.0 (in target 'StatiumSwift' from project 'StatiumSwift')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme StatiumSwift
(1 failure)
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
StatiumSwift: /Users/admin/builder/spi-builder-workspace
swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
SwiftCBOR: https://github.com/niscy-eudiw/SwiftCBOR.git @ 0.6.4
resolved source packages: StatiumSwift, swift-collections, SwiftCBOR
{
"dependencies" : [
{
"identity" : "swiftcbor",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/niscy-eudiw/SwiftCBOR.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.1",
"upper_bound" : "1.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
}
],
"manifest_display_name" : "StatiumSwift",
"name" : "StatiumSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "StatiumSwift",
"targets" : [
"StatiumSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StatiumSwiftTests",
"module_type" : "SwiftTarget",
"name" : "StatiumSwiftTests",
"path" : "Tests",
"product_dependencies" : [
"SwiftCBOR",
"Collections"
],
"sources" : [
"Extensions/DataExtensionTests.swift",
"Status/GetStatusTests.swift",
"Status/ReadStatusTests.swift",
"Types/BitsPerStatusTests.swift",
"Types/CredentialStatusTests.swift",
"Types/StatusReferenceTests.swift",
"Types/TimeInternalUnitTests.swift",
"Utilities/CompressionsTests.swift",
"Utilities/ConstantsTests.swift",
"Utilities/JWTTests.swift",
"VerifyStatus/VerifyStatus.swift"
],
"target_dependencies" : [
"StatiumSwift"
],
"type" : "test"
},
{
"c99name" : "StatiumSwift",
"module_type" : "SwiftTarget",
"name" : "StatiumSwift",
"path" : "Sources",
"product_dependencies" : [
"SwiftCBOR",
"Collections"
],
"product_memberships" : [
"StatiumSwift"
],
"sources" : [
"Extensions/Array+Extensions.swift",
"Extensions/CBOR+Extensions.swift",
"Extensions/Data+Extenstions.swift",
"Services/NetworkingService.swift",
"Spec/TokenStatusListSpec.swift",
"Status/GetStatus.swift",
"Status/ReadStatus.swift",
"Status/StatusListTokenFetcher.swift",
"Types/BitsPerStatus.swift",
"Types/Byte.swift",
"Types/CredentialStatus.swift",
"Types/Errors.swift",
"Types/StatusList.swift",
"Types/StatusListTokenClaims.swift",
"Types/StatusListTokenFormat.swift",
"Types/StatusReference.swift",
"Types/TimeIntervalUnit.swift",
"Types/VerifyStatusListTokenSignature.swift",
"Utilities/CWT.swift",
"Utilities/Decompress.swift",
"Utilities/JWT.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"StatiumSwift"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StatiumSwift -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme StatiumSwift -destination generic/platform=watchOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
StatiumSwift: /Users/admin/builder/spi-builder-workspace
SwiftCBOR: https://github.com/niscy-eudiw/SwiftCBOR.git @ 0.6.4
swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (14 targets)
Target 'StatiumSwift' in project 'StatiumSwift'
➜ Explicit dependency on target 'StatiumSwift' in project 'StatiumSwift'
➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'StatiumSwift' in project 'StatiumSwift'
➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'SwiftCBOR' in project 'SwiftCBOR'
➜ Explicit dependency on target 'SwiftCBOR' in project 'SwiftCBOR'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'SwiftCBOR' in project 'SwiftCBOR'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
Target 'Collections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
Target '_RopeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'OrderedCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HeapModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'HashTreeCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'DequeModule' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
Target 'ContainersPreview' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'BitCollections' in project 'swift-collections'
➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 848b19ce2d61649eb2e74169f5e8379f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/848b19ce2d61649eb2e74169f5e8379f.xcbuilddata
error: The package product 'SwiftCBOR' requires minimum platform version 8.0 for the watchOS platform, but this target supports 7.0 (in target 'StatiumSwift' from project 'StatiumSwift')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme StatiumSwift
(1 failure)
BUILD FAILURE 6.0 watchOS