Build Information
Failed to build swiftui-navigation-transitions, reference 0.14.0 (76ae9c
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 19:31:38 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davdroman/swiftui-navigation-transitions.git
Reference: 0.14.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davdroman/swiftui-navigation-transitions
* tag 0.14.0 -> FETCH_HEAD
HEAD is now at 76ae9c6 Rename `NavigationTransition` to `NavigationTransitionProtocol` (#142)
Cloned https://github.com/davdroman/swiftui-navigation-transitions.git
Revision (git rev-parse @):
76ae9c621422a1f38c30a07c8b7636994b669484
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/davdroman/swiftui-navigation-transitions.git at 0.14.0
========================================
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" : "swiftui-introspect",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/siteline/swiftui-introspect"
},
{
"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"
}
],
"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"
}
],
"products" : [
{
"name" : "NavigationTransitions",
"targets" : [
"NavigationTransitions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestUtils",
"module_type" : "SwiftTarget",
"name" : "TestUtils",
"path" : "Sources/TestUtils",
"product_dependencies" : [
"CustomDump",
"XCTestDynamicOverlay"
],
"sources" : [
"Animator+Mocks.swift",
"AnimatorTransientView+Mocks.swift",
"AtomicTransition+Mocks.swift",
"Exports.swift",
"NavigationTransition+Mocks.swift",
"UIKitContext+Mocks.swift",
"UIView+Mocks.swift"
],
"target_dependencies" : [
"NavigationTransitions"
],
"type" : "library"
},
{
"c99name" : "RuntimeSwizzling",
"module_type" : "SwiftTarget",
"name" : "RuntimeSwizzling",
"path" : "Sources/RuntimeSwizzling",
"product_memberships" : [
"NavigationTransitions"
],
"sources" : [
"Swizzle.swift"
],
"type" : "library"
},
{
"c99name" : "RuntimeAssociation",
"module_type" : "SwiftTarget",
"name" : "RuntimeAssociation",
"path" : "Sources/RuntimeAssociation",
"product_memberships" : [
"NavigationTransitions"
],
"sources" : [
"RuntimeAssociation.swift",
"RuntimeAssociationPolicy.swift"
],
"type" : "library"
},
{
"c99name" : "NavigationTransitions",
"module_type" : "SwiftTarget",
"name" : "NavigationTransitions",
"path" : "Sources/NavigationTransitions",
"product_dependencies" : [
"SwiftUIIntrospect"
],
"product_memberships" : [
"NavigationTransitions"
],
"sources" : [
"NavigationTransition+SwiftUI.swift",
"NavigationTransition+UIKit.swift",
"NavigationTransitionDelegate.swift",
"NavigationTransitionInteraction.swift",
"RuntimeWarnings.swift",
"_Exports.swift"
],
"target_dependencies" : [
"NavigationTransition",
"RuntimeAssociation",
"RuntimeSwizzling"
],
"type" : "library"
},
{
"c99name" : "NavigationTransition",
"module_type" : "SwiftTarget",
"name" : "NavigationTransition",
"path" : "Sources/NavigationTransition",
"product_memberships" : [
"NavigationTransitions"
],
"sources" : [
"AnyNavigationTransition.swift",
"Combined.swift",
"Default.swift",
"Fade.swift",
"Identity.swift",
"Mirror.swift",
"NavigationTransitionBuilder.swift",
"NavigationTransitionProtocol.swift",
"On.swift",
"Pick.swift",
"PrimitiveNavigationTransition.swift",
"RuntimeWarnings.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" : [
"NavigationTransitions"
],
"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" : [
"NavigationTransitions"
],
"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" : [
"NavigationTransitions"
],
"sources" : [
"Animation.swift",
"Default.swift",
"EaseIn.swift",
"EaseInOut.swift",
"EaseOut.swift",
"InterpolatingSpring.swift",
"Linear.swift",
"TimingCurve.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.50s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.50s)
[1/9330] Fetching swiftui-introspect
Fetched https://github.com/siteline/swiftui-introspect from cache (1.15s)
Computing version for https://github.com/siteline/swiftui-introspect
warning: 'swiftui-introspect': /Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "swiftui-introspect",
7 | platforms: [
Computed https://github.com/siteline/swiftui-introspect at 1.3.0 (1.63s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.46s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.45s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/siteline/swiftui-introspect
Working copy of https://github.com/siteline/swiftui-introspect resolved at 1.3.0
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
warning: 'swiftui-introspect': /Users/admin/builder/spi-builder-workspace/.build/checkouts/swiftui-introspect/Package@swift-6.0.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
3 | import PackageDescription
4 |
5 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
6 | name: "swiftui-introspect",
7 | platforms: [
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 'XCTestDynamicOverlay' which requires macos 10.15; consider changing the library 'TestUtils' to require macos 10.15 or later, or the product 'XCTestDynamicOverlay' to require macos 10.13 or earlier.
error: the library 'NavigationTransitions' requires macos 10.13, but depends on the product 'SwiftUIIntrospect' which requires macos 10.15; consider changing the library 'NavigationTransitions' 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 '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 'XCTestDynamicOverlay' which requires macos 10.15; consider changing the library 'TestUtils' to require macos 10.15 or later, or the product 'XCTestDynamicOverlay' to require macos 10.13 or earlier.
error: the library 'NavigationTransitions' requires macos 10.13, but depends on the product 'SwiftUIIntrospect' which requires macos 10.15; consider changing the library 'NavigationTransitions' to require macos 10.15 or later, or the product 'SwiftUIIntrospect' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm