Build Information
Successful build of OSRMSwift, reference main (9819e4
), with Swift 6.1 for macOS (SPM) on 8 Sep 2025 07:13:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/workingDog/OSRMSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/workingDog/OSRMSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9819e45 initial commit
Cloned https://github.com/workingDog/OSRMSwift.git
Revision (git rev-parse @):
9819e45a8974af86aedb96e2c299f67017d503b2
SUCCESS checkout https://github.com/workingDog/OSRMSwift.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "osrmswift",
"name": "OSRMSwift",
"url": "https://github.com/workingDog/OSRMSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OSRMSwift",
"dependencies": [
]
}
]
}
Fetching https://github.com/workingDog/OSRMSwift.git
[1/178] Fetching osrmswift
Fetched https://github.com/workingDog/OSRMSwift.git from cache (0.66s)
Creating working copy for https://github.com/workingDog/OSRMSwift.git
Working copy of https://github.com/workingDog/OSRMSwift.git resolved at main (9819e45)
warning: '.resolve-product-dependencies': dependency 'osrmswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/workingDog/OSRMSwift.git
https://github.com/workingDog/OSRMSwift.git
{
"dependencies" : [
],
"manifest_display_name" : "OSRMSwift",
"name" : "OSRMSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OSRMSwift",
"targets" : [
"OSRMSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OSRMSwift",
"module_type" : "SwiftTarget",
"name" : "OSRMSwift",
"path" : "Sources/OSRMSwift",
"product_memberships" : [
"OSRMSwift"
],
"sources" : [
"OSRMClient.swift",
"OSRMDataModel.swift",
"OSRMQueryMaker.swift",
"OSRMRequest.swift",
"OSRMResponse.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/8] Emitting module OSRMSwift
[4/8] Compiling OSRMSwift OSRMRequest.swift
[5/8] Compiling OSRMSwift OSRMClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/OSRMSwift/OSRMClient.swift:78:33: warning: no 'async' operations occur within 'await' expression
76 | }
77 |
78 | components.queryItems = await queryMaker.getQueryItems(for: request)
| `- warning: no 'async' operations occur within 'await' expression
79 |
80 | var apiRequest = URLRequest(url: components.url!)
[6/8] Compiling OSRMSwift OSRMResponse.swift
[7/8] Compiling OSRMSwift OSRMDataModel.swift
[8/8] Compiling OSRMSwift OSRMQueryMaker.swift
/Users/admin/builder/spi-builder-workspace/Sources/OSRMSwift/OSRMQueryMaker.swift:66:13: warning: variable 'queryItems' was never mutated; consider changing to 'let' constant
64 |
65 | public func getTripQuery(for request: OSRMRequest) -> [URLQueryItem] {
66 | var queryItems: [URLQueryItem] = getGeneralOptions(for: request)
| `- warning: variable 'queryItems' was never mutated; consider changing to 'let' constant
67 |
68 | return queryItems
Build complete! (9.59s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OSRMSwift",
"name" : "OSRMSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "OSRMSwift",
"targets" : [
"OSRMSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OSRMSwift",
"module_type" : "SwiftTarget",
"name" : "OSRMSwift",
"path" : "Sources/OSRMSwift",
"product_memberships" : [
"OSRMSwift"
],
"sources" : [
"OSRMClient.swift",
"OSRMDataModel.swift",
"OSRMQueryMaker.swift",
"OSRMRequest.swift",
"OSRMResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.