Build Information
Failed to build swiftui-navigation-transitions, reference 0.16.1 (e2f023), with Swift 6.1 for macOS (SPM) on 20 Oct 2025 00:31:31 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/davdroman/swiftui-navigation-transitions.git
Reference: 0.16.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davdroman/swiftui-navigation-transitions
* tag 0.16.1 -> FETCH_HEAD
HEAD is now at e2f0234 Bump dependencies (#168)
Cloned https://github.com/davdroman/swiftui-navigation-transitions.git
Revision (git rev-parse @):
e2f0234ce42fed0f41c129717f06dc2fb5308c0a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/davdroman/swiftui-navigation-transitions.git at 0.16.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/davdroman/swiftui-navigation-transitions.git
https://github.com/davdroman/swiftui-navigation-transitions.git
{
"dependencies" : [
{
"identity" : "objc-runtime-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/davdroman/objc-runtime-tools"
},
{
"identity" : "swift-once-macro",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/davdroman/swift-once-macro"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swiftui-introspect",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "27.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/siteline/swiftui-introspect"
}
],
"manifest_display_name" : "swiftui-navigation-transitions",
"name" : "swiftui-navigation-transitions",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftUINavigationTransitions",
"targets" : [
"SwiftUINavigationTransitions"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "UIKitNavigationTransitions",
"targets" : [
"UIKitNavigationTransitions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "UIKitNavigationTransitions",
"module_type" : "SwiftTarget",
"name" : "UIKitNavigationTransitions",
"path" : "Sources/UIKitNavigationTransitions",
"product_dependencies" : [
"IssueReporting",
"ObjCRuntimeTools",
"Once"
],
"product_memberships" : [
"SwiftUINavigationTransitions",
"UIKitNavigationTransitions"
],
"sources" : [
"Delegate.swift",
"Interaction.swift",
"Interactivity.swift",
"UIKitSupport.swift",
"_Exports.swift"
],
"target_dependencies" : [
"NavigationTransition"
],
"type" : "library"
},
{
"c99name" : "TestUtils",
"module_type" : "SwiftTarget",
"name" : "TestUtils",
"path" : "Sources/TestUtils",
"product_dependencies" : [
"CustomDump",
"IssueReporting"
],
"sources" : [
"Animator+Mocks.swift",
"AnimatorTransientView+Mocks.swift",
"AtomicTransition+Mocks.swift",
"NavigationTransition+Mocks.swift",
"UIKitContext+Mocks.swift",
"UIView+Mocks.swift",
"_Exports.swift"
],
"target_dependencies" : [
"SwiftUINavigationTransitions"
],
"type" : "library"
},
{
"c99name" : "SwiftUINavigationTransitions",
"module_type" : "SwiftTarget",
"name" : "SwiftUINavigationTransitions",
"path" : "Sources/SwiftUINavigationTransitions",
"product_dependencies" : [
"SwiftUIIntrospect"
],
"product_memberships" : [
"SwiftUINavigationTransitions"
],
"sources" : [
"SwiftUISupport.swift",
"_Exports.swift"
],
"target_dependencies" : [
"UIKitNavigationTransitions"
],
"type" : "library"
},
{
"c99name" : "NavigationTransition",
"module_type" : "SwiftTarget",
"name" : "NavigationTransition",
"path" : "Sources/NavigationTransition",
"product_dependencies" : [
"IssueReporting"
],
"product_memberships" : [
"SwiftUINavigationTransitions",
"UIKitNavigationTransitions"
],
"sources" : [
"AnyNavigationTransition.swift",
"Combined.swift",
"Default.swift",
"Fade.swift",
"Identity.swift",
"Mirror.swift",
"NavigationTransitionBuilder.swift",
"NavigationTransitionProtocol.swift",
"On.swift",
"Pick.swift",
"PrimitiveNavigationTransition.swift",
"Slide.swift",
"_Exports.swift"
],
"target_dependencies" : [
"Animation",
"AtomicTransition"
],
"type" : "library"
},
{
"c99name" : "AtomicTransitionTests",
"module_type" : "SwiftTarget",
"name" : "AtomicTransitionTests",
"path" : "Tests/AtomicTransitionTests",
"sources" : [
"CombinedTests.swift",
"GroupTests.swift",
"IdentityTests.swift",
"MoveTests.swift",
"OffsetTests.swift",
"OnTests.swift",
"OpacityTests.swift",
"RotateTests.swift",
"ScaleTests.swift",
"ZPositionTests.swift"
],
"target_dependencies" : [
"AtomicTransition",
"TestUtils"
],
"type" : "test"
},
{
"c99name" : "AtomicTransition",
"module_type" : "SwiftTarget",
"name" : "AtomicTransition",
"path" : "Sources/AtomicTransition",
"product_memberships" : [
"SwiftUINavigationTransitions",
"UIKitNavigationTransitions"
],
"sources" : [
"AtomicTransition.swift",
"AtomicTransitionBuilder.swift",
"Combined.swift",
"Group.swift",
"Identity.swift",
"Mirror.swift",
"Move.swift",
"Offset.swift",
"On.swift",
"Opacity.swift",
"Rotate.swift",
"Rotate3D.swift",
"Scale.swift",
"ZPosition.swift",
"_Exports.swift"
],
"target_dependencies" : [
"Animator"
],
"type" : "library"
},
{
"c99name" : "AnimatorTests",
"module_type" : "SwiftTarget",
"name" : "AnimatorTests",
"path" : "Tests/AnimatorTests",
"sources" : [
"AnimatorTransientViewPropertiesTests.swift",
"AnimatorTransientViewTests.swift"
],
"target_dependencies" : [
"Animator",
"TestUtils"
],
"type" : "test"
},
{
"c99name" : "Animator",
"module_type" : "SwiftTarget",
"name" : "Animator",
"path" : "Sources/Animator",
"product_memberships" : [
"SwiftUINavigationTransitions",
"UIKitNavigationTransitions"
],
"sources" : [
"Animator.swift",
"AnimatorTransientView.swift",
"AnimatorTransientViewProperties.swift",
"OptionalWithDefault.swift",
"Transform.swift"
],
"type" : "library"
},
{
"c99name" : "Animation",
"module_type" : "SwiftTarget",
"name" : "Animation",
"path" : "Sources/Animation",
"product_memberships" : [
"SwiftUINavigationTransitions",
"UIKitNavigationTransitions"
],
"sources" : [
"Animation.swift",
"Default.swift",
"EaseIn.swift",
"EaseInOut.swift",
"EaseOut.swift",
"InterpolatingSpring.swift",
"Linear.swift",
"TimingCurve.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 -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
Fetching https://github.com/siteline/swiftui-introspect
Fetching https://github.com/davdroman/objc-runtime-tools
Fetching https://github.com/davdroman/swift-once-macro
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
[2/165] Fetching objc-runtime-tools
[125/260] Fetching objc-runtime-tools, swift-once-macro
Fetched https://github.com/davdroman/swift-once-macro from cache (0.68s)
[145/11944] Fetching objc-runtime-tools, swiftui-introspect
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.69s)
Fetched https://github.com/davdroman/objc-runtime-tools from cache (0.71s)
[236/11779] Fetching swiftui-introspect
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.90s)
Fetched https://github.com/siteline/swiftui-introspect from cache (1.44s)
Computing version for https://github.com/siteline/swiftui-introspect
Computed https://github.com/siteline/swiftui-introspect at 26.0.0 (1.98s)
Computing version for https://github.com/davdroman/swift-once-macro
Computed https://github.com/davdroman/swift-once-macro at 1.0.1 (0.51s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-syntax from cache (1.66s)
Computing version for https://github.com/davdroman/objc-runtime-tools
Computed https://github.com/davdroman/objc-runtime-tools at 0.1.1 (2.24s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.77s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.52s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.54s)
Creating working copy for https://github.com/siteline/swiftui-introspect
Working copy of https://github.com/siteline/swiftui-introspect resolved at 26.0.0
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/davdroman/objc-runtime-tools
Working copy of https://github.com/davdroman/objc-runtime-tools resolved at 0.1.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/davdroman/swift-once-macro
Working copy of https://github.com/davdroman/swift-once-macro resolved at 1.0.1
error: the library 'NavigationTransition' requires macos 10.13, but depends on the product 'IssueReporting' which requires macos 10.15; consider changing the library 'NavigationTransition' to require macos 10.15 or later, or the product 'IssueReporting' to require macos 10.13 or earlier.
error: the library 'TestUtils' requires macos 10.13, but depends on the product 'CustomDump' which requires macos 10.15; consider changing the library 'TestUtils' to require macos 10.15 or later, or the product 'CustomDump' to require macos 10.13 or earlier.
error: the library 'TestUtils' requires macos 10.13, but depends on the product 'IssueReporting' which requires macos 10.15; consider changing the library 'TestUtils' to require macos 10.15 or later, or the product 'IssueReporting' to require macos 10.13 or earlier.
error: the library 'UIKitNavigationTransitions' requires macos 10.13, but depends on the product 'IssueReporting' which requires macos 10.15; consider changing the library 'UIKitNavigationTransitions' to require macos 10.15 or later, or the product 'IssueReporting' to require macos 10.13 or earlier.
error: the library 'UIKitNavigationTransitions' requires macos 10.13, but depends on the product 'ObjCRuntimeTools' which requires macos 10.15; consider changing the library 'UIKitNavigationTransitions' to require macos 10.15 or later, or the product 'ObjCRuntimeTools' to require macos 10.13 or earlier.
error: the library 'UIKitNavigationTransitions' requires macos 10.13, but depends on the product 'Once' which requires macos 10.15; consider changing the library 'UIKitNavigationTransitions' to require macos 10.15 or later, or the product 'Once' to require macos 10.13 or earlier.
error: the library 'SwiftUINavigationTransitions' requires macos 10.13, but depends on the product 'SwiftUIIntrospect' which requires macos 10.15; consider changing the library 'SwiftUINavigationTransitions' to require macos 10.15 or later, or the product 'SwiftUIIntrospect' 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 'NavigationTransition' requires macos 10.13, but depends on the product 'IssueReporting' which requires macos 10.15; consider changing the library 'NavigationTransition' to require macos 10.15 or later, or the product 'IssueReporting' to require macos 10.13 or earlier.
error: the library 'TestUtils' requires macos 10.13, but depends on the product 'CustomDump' which requires macos 10.15; consider changing the library 'TestUtils' to require macos 10.15 or later, or the product 'CustomDump' to require macos 10.13 or earlier.
error: the library 'TestUtils' requires macos 10.13, but depends on the product 'IssueReporting' which requires macos 10.15; consider changing the library 'TestUtils' to require macos 10.15 or later, or the product 'IssueReporting' to require macos 10.13 or earlier.
error: the library 'UIKitNavigationTransitions' requires macos 10.13, but depends on the product 'IssueReporting' which requires macos 10.15; consider changing the library 'UIKitNavigationTransitions' to require macos 10.15 or later, or the product 'IssueReporting' to require macos 10.13 or earlier.
error: the library 'UIKitNavigationTransitions' requires macos 10.13, but depends on the product 'ObjCRuntimeTools' which requires macos 10.15; consider changing the library 'UIKitNavigationTransitions' to require macos 10.15 or later, or the product 'ObjCRuntimeTools' to require macos 10.13 or earlier.
error: the library 'UIKitNavigationTransitions' requires macos 10.13, but depends on the product 'Once' which requires macos 10.15; consider changing the library 'UIKitNavigationTransitions' to require macos 10.15 or later, or the product 'Once' to require macos 10.13 or earlier.
error: the library 'SwiftUINavigationTransitions' requires macos 10.13, but depends on the product 'SwiftUIIntrospect' which requires macos 10.15; consider changing the library 'SwiftUINavigationTransitions' to require macos 10.15 or later, or the product 'SwiftUIIntrospect' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm