Build Information
Successful build of JLRoutes, reference 2.1.1 (d9f748), with Swift 6.0 for macOS (SPM) on 4 Dec 2025 16:17:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/joeldev/JLRoutes.git
Reference: 2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/joeldev/JLRoutes
* tag 2.1.1 -> FETCH_HEAD
HEAD is now at d9f7489 Swift Package Manager support (#123)
Cloned https://github.com/joeldev/JLRoutes.git
Revision (git rev-parse @):
d9f74895e37e0a33a40d39637ede75de3a2d6b66
SUCCESS checkout https://github.com/joeldev/JLRoutes.git at 2.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/joeldev/JLRoutes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Compiling JLRoutes JLRoutes.m
[1/6] Compiling JLRoutes JLRRouteResponse.m
[2/6] Compiling JLRoutes JLRParsingUtilities.m
[3/6] Compiling JLRoutes JLRRouteHandler.m
[4/6] Compiling JLRoutes JLRRouteRequest.m
[5/6] Compiling JLRoutes JLRRouteDefinition.m
Build complete! (2.31s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JLRoutes",
"name" : "JLRoutes",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "JLRoutes",
"targets" : [
"JLRoutes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "JLRoutes",
"module_type" : "ClangTarget",
"name" : "JLRoutes",
"path" : "JLRoutes",
"product_memberships" : [
"JLRoutes"
],
"sources" : [
"JLRParsingUtilities.m",
"JLRRouteDefinition.m",
"JLRRouteHandler.m",
"JLRRouteRequest.m",
"JLRRouteResponse.m",
"JLRoutes.m"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.