Build Information
Successful build of RoutingManager, reference main (da553e
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 14 Aug 2024 07:15:38 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RoutingManager -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/RoutingManager.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/RoutingManager
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at da553ea WIP: 2024-08-14
Cloned https://github.com/markbattistella/RoutingManager.git
Revision (git rev-parse @):
da553eafd16481a2f9a2363968adb87f02cbbfbd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/RoutingManager.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/markbattistella/RoutingManager.git
Command line invocation:
/Applications/Xcode-15.4.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:
RoutingManager: /Users/admin/builder/spi-builder-workspace
resolved source packages: RoutingManager
{
"dependencies" : [
],
"manifest_display_name" : "RoutingManager",
"name" : "RoutingManager",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "RoutingManager",
"targets" : [
"RoutingManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RoutingManager",
"module_type" : "SwiftTarget",
"name" : "RoutingManager",
"path" : "Sources/RoutingManager",
"product_memberships" : [
"RoutingManager"
],
"sources" : [
"Errors/NavigationError.swift",
"Errors/NavigationResult.swift",
"Manager/NavigationManager.swift",
"Model/PathIdentifier.swift",
"Model/TypeAlias.swift",
"Protocols/Delegates/NavigationRouteDelegate.swift",
"Protocols/Delegates/NavigationStateDelegate.swift",
"Protocols/Representable/FileStorageRepresentable.swift",
"Protocols/Representable/NavigationRouteRepresentable.swift",
"Storage/FileStorage.swift",
"Storage/InMemoryStorage.swift",
"Storage/JSONFileStorage.swift",
"Storage/NavigationStorageOption.swift",
"Views/NavigationWrapper.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"RoutingManager"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RoutingManager -destination platform=macOS,arch=arm64
Build complete.
Done.