Build Information
Failed to build SpeziAccessGuard, reference main (92f87a), with Swift 6.1 for macOS (SPM) on 20 Nov 2025 20:12:26 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziAccessGuard.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziAccessGuard
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 92f87aa rework everything (#31)
Cloned https://github.com/StanfordSpezi/SpeziAccessGuard.git
Revision (git rev-parse @):
92f87aaf0ba6ebfe08bf9739bd572a9d1528181d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziAccessGuard.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziAccessGuard.git
https://github.com/StanfordSpezi/SpeziAccessGuard.git
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "spezi",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/Spezi.git"
},
{
"identity" : "spezistorage",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziStorage.git"
},
{
"identity" : "speziviews",
"requirement" : {
"range" : [
{
"lower_bound" : "1.12.7",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziViews.git"
},
{
"identity" : "spezifoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.17.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "SpeziAccessGuard",
"name" : "SpeziAccessGuard",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SpeziAccessGuard",
"targets" : [
"SpeziAccessGuard"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeziAccessGuardTests",
"module_type" : "SwiftTarget",
"name" : "SpeziAccessGuardTests",
"path" : "Tests/SpeziAccessGuardTests",
"product_dependencies" : [
"SpeziTesting",
"SnapshotTesting"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziAccessGuardTests/__Snapshots__/AccessGuardViewSnapshotTests/performSnapshotTest-with.iPhone13Pro-locked.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SpeziAccessGuardTests/__Snapshots__/AccessGuardViewSnapshotTests/performSnapshotTest-with.iPhone13Pro-unlocked.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AccessGuardViewSnapshotTests.swift",
"LAContextTests.swift",
"SpeziAccessGuardTests.swift"
],
"target_dependencies" : [
"SpeziAccessGuard"
],
"type" : "test"
},
{
"c99name" : "SpeziAccessGuard",
"module_type" : "SwiftTarget",
"name" : "SpeziAccessGuard",
"path" : "Sources/SpeziAccessGuard",
"product_dependencies" : [
"Spezi",
"SpeziKeychainStorage",
"SpeziViews",
"SpeziFoundation"
],
"product_memberships" : [
"SpeziAccessGuard"
],
"sources" : [
"AccessGuard.swift",
"AccessGuardButton.swift",
"AccessGuardConfig+FaceID.swift",
"AccessGuardConfig+Passcode.swift",
"AccessGuardConfig.swift",
"AccessGuardError.swift",
"AccessGuardIdentifier.swift",
"AccessGuardModel+FaceID.swift",
"AccessGuardModel+Passcode.swift",
"AccessGuardModel.swift",
"AccessGuardView.swift",
"AccessGuarded.swift",
"AccessGuards.swift",
"CodeViews/CodeOptions.swift",
"CodeViews/CodeView.swift",
"CodeViews/EnterCodeView.swift",
"CodeViews/ErrorMessageCapsule.swift",
"CodeViews/SetupPasscodeFlow.swift",
"SetAccessGuard.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/StanfordSpezi/SpeziViews.git
Fetching https://github.com/StanfordSpezi/SpeziStorage.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
[1/1683] Fetching spezistorage
[69/3810] Fetching spezistorage, spezifoundation
[133/8314] Fetching spezistorage, spezifoundation, speziviews
[179/18315] Fetching spezistorage, spezifoundation, speziviews, spezi
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (1.51s)
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (1.51s)
Fetched https://github.com/StanfordSpezi/SpeziViews.git from cache (1.94s)
Fetched https://github.com/StanfordSpezi/SpeziStorage.git from cache (1.94s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (1.95s)
Computing version for https://github.com/StanfordSpezi/SpeziViews.git
Computed https://github.com/StanfordSpezi/SpeziViews.git at 1.12.8 (5.15s)
Fetching https://github.com/gonzalezreal/swift-markdown-ui.git
Fetching https://github.com/apple/swift-collections.git from cache
[1/7500] Fetching swift-markdown-ui
Fetched https://github.com/gonzalezreal/swift-markdown-ui.git from cache (2.98s)
Fetched https://github.com/apple/swift-collections.git from cache (3.01s)
Computing version for https://github.com/gonzalezreal/swift-markdown-ui.git
Computed https://github.com/gonzalezreal/swift-markdown-ui.git at 2.4.1 (5.57s)
Fetching https://github.com/swiftlang/swift-cmark
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1064] Fetching networkimage
[1065/19309] Fetching networkimage, swift-cmark
Fetched https://github.com/gonzalezreal/NetworkImage from cache (1.77s)
Fetched https://github.com/swiftlang/swift-cmark from cache (1.77s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 6.0.1 (2.29s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.5.0 (0.65s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-log from cache
[1/735] Fetching xctruntimeassertions
Fetched https://github.com/apple/swift-algorithms.git from cache (0.92s)
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (2.59s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.59s)
Fetched https://github.com/apple/swift-log from cache (2.60s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (3.26s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.60s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.49s)
Computing version for https://github.com/StanfordSpezi/SpeziStorage.git
Computed https://github.com/StanfordSpezi/SpeziStorage.git at 2.1.2 (0.63s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.9.3 (0.65s)
Computing version for https://github.com/swiftlang/swift-cmark
Computed https://github.com/swiftlang/swift-cmark at 0.7.1 (0.60s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.47s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.61s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.7 (0.49s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.83s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.85s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.39s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.69s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (1.38s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.50s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 6.0.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/StanfordSpezi/SpeziViews.git
Working copy of https://github.com/StanfordSpezi/SpeziViews.git resolved at 1.12.8
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.7
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.9.3
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.5.0
Creating working copy for https://github.com/StanfordSpezi/SpeziStorage.git
Working copy of https://github.com/StanfordSpezi/SpeziStorage.git resolved at 2.1.2
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
Creating working copy for https://github.com/gonzalezreal/swift-markdown-ui.git
Working copy of https://github.com/gonzalezreal/swift-markdown-ui.git resolved at 2.4.1
Creating working copy for https://github.com/swiftlang/swift-cmark
Working copy of https://github.com/swiftlang/swift-cmark resolved at 0.7.1
error: the library 'SpeziAccessGuard' requires macos 10.13, but depends on the product 'Spezi' which requires macos 14.0; consider changing the library 'SpeziAccessGuard' to require macos 14.0 or later, or the product 'Spezi' to require macos 10.13 or earlier.
error: the library 'SpeziAccessGuard' requires macos 10.13, but depends on the product 'SpeziKeychainStorage' which requires macos 14.0; consider changing the library 'SpeziAccessGuard' to require macos 14.0 or later, or the product 'SpeziKeychainStorage' to require macos 10.13 or earlier.
error: the library 'SpeziAccessGuard' requires macos 10.13, but depends on the product 'SpeziViews' which requires macos 14.0; consider changing the library 'SpeziAccessGuard' to require macos 14.0 or later, or the product 'SpeziViews' to require macos 10.13 or earlier.
error: the library 'SpeziAccessGuard' requires macos 10.13, but depends on the product 'SpeziFoundation' which requires macos 14.0; consider changing the library 'SpeziAccessGuard' to require macos 14.0 or later, or the product 'SpeziFoundation' to require macos 10.13 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'SpeziAccessGuard' requires macos 10.13, but depends on the product 'Spezi' which requires macos 14.0; consider changing the library 'SpeziAccessGuard' to require macos 14.0 or later, or the product 'Spezi' to require macos 10.13 or earlier.
error: the library 'SpeziAccessGuard' requires macos 10.13, but depends on the product 'SpeziKeychainStorage' which requires macos 14.0; consider changing the library 'SpeziAccessGuard' to require macos 14.0 or later, or the product 'SpeziKeychainStorage' to require macos 10.13 or earlier.
error: the library 'SpeziAccessGuard' requires macos 10.13, but depends on the product 'SpeziViews' which requires macos 14.0; consider changing the library 'SpeziAccessGuard' to require macos 14.0 or later, or the product 'SpeziViews' to require macos 10.13 or earlier.
error: the library 'SpeziAccessGuard' requires macos 10.13, but depends on the product 'SpeziFoundation' which requires macos 14.0; consider changing the library 'SpeziAccessGuard' to require macos 14.0 or later, or the product 'SpeziFoundation' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm