Build Information
Successful build of OWOneCall, reference master (1ee37b), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 15:22:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/workingDog/OWOneCall.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/workingDog/OWOneCall
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1ee37b6 update for OneCall 3.0
Cloned https://github.com/workingDog/OWOneCall.git
Revision (git rev-parse @):
1ee37b6478e71b24c41058b325da06ac45a74056
SUCCESS checkout https://github.com/workingDog/OWOneCall.git at master
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "owonecall",
"name": "OWOneCall",
"url": "https://github.com/workingDog/OWOneCall.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OWOneCall",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/workingDog/OWOneCall.git
[1/526] Fetching owonecall
Fetched https://github.com/workingDog/OWOneCall.git from cache (0.84s)
Creating working copy for https://github.com/workingDog/OWOneCall.git
Working copy of https://github.com/workingDog/OWOneCall.git resolved at master (1ee37b6)
warning: '.resolve-product-dependencies': dependency 'owonecall' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/workingDog/OWOneCall.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/7] Compiling OWOneCall OWResponse.swift
[4/7] Compiling OWOneCall OWProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/OWOneCall/OWProvider.swift:47:28: warning: capture of 'results' with non-Sendable type 'OWResponse?' in a '@Sendable' closure [#SendableClosureCaptures]
45 | let results: OWResponse? = await getWeather(lat: lat, lon: lon, options: options)
46 | DispatchQueue.main.async {
47 | completion(results)
| `- warning: capture of 'results' with non-Sendable type 'OWResponse?' in a '@Sendable' closure [#SendableClosureCaptures]
48 | }
49 | }
/Users/admin/builder/spi-builder-workspace/Sources/OWOneCall/OWResponse.swift:11:15: note: consider making struct 'OWResponse' conform to the 'Sendable' protocol
9 |
10 | // MARK: - OWResponse
11 | public struct OWResponse: Identifiable, Codable {
| `- note: consider making struct 'OWResponse' conform to the 'Sendable' protocol
12 | public let id = UUID()
13 |
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[5/7] Emitting module OWOneCall
[6/7] Compiling OWOneCall OWOptions.swift
[7/7] Compiling OWOneCall OWClient.swift
Build complete! (10.16s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OWOneCall",
"name" : "OWOneCall",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "OWOneCall",
"targets" : [
"OWOneCall"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OWOneCallTests",
"module_type" : "SwiftTarget",
"name" : "OWOneCallTests",
"path" : "Tests/OWOneCallTests",
"sources" : [
"OWOneCallTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"OWOneCall"
],
"type" : "test"
},
{
"c99name" : "OWOneCall",
"module_type" : "SwiftTarget",
"name" : "OWOneCall",
"path" : "Sources/OWOneCall",
"product_memberships" : [
"OWOneCall"
],
"sources" : [
"OWClient.swift",
"OWOptions.swift",
"OWProvider.swift",
"OWResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.