Build Information
Successful build of snap-matching-navigation, reference 0.1.0 (2aa5f7
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 10:54:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/simonnickel/snap-matching-navigation.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-matching-navigation
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 2aa5f7e Update readme
Cloned https://github.com/simonnickel/snap-matching-navigation.git
Revision (git rev-parse @):
2aa5f7e3133aaef8ec5f58ac35b5c757f6696ce5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-matching-navigation.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/simonnickel/snap-matching-navigation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling SnapMatchingNavigation Mode+Environment.swift
[4/7] Compiling SnapMatchingNavigation MNavItem.swift
[5/7] Compiling SnapMatchingNavigation MNavTabScene.swift
[6/7] Emitting module SnapMatchingNavigation
[7/7] Compiling SnapMatchingNavigation MNavContainer.swift
Build complete! (8.25s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "snap-matching-navigation",
"name" : "snap-matching-navigation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SnapMatchingNavigation",
"targets" : [
"SnapMatchingNavigation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SnapMatchingNavigationTests",
"module_type" : "SwiftTarget",
"name" : "SnapMatchingNavigationTests",
"path" : "Tests/SnapMatchingNavigationTests",
"sources" : [
"SnapMatchingNavigationTests.swift"
],
"target_dependencies" : [
"SnapMatchingNavigation"
],
"type" : "test"
},
{
"c99name" : "SnapMatchingNavigation",
"module_type" : "SwiftTarget",
"name" : "SnapMatchingNavigation",
"path" : "Sources/SnapMatchingNavigation",
"product_memberships" : [
"SnapMatchingNavigation"
],
"sources" : [
"MNavContainer.swift",
"MNavItem.swift",
"MNavTabScene.swift",
"Mode+Environment.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.