Build Information
Successful build of AvWeather, reference master (1de683), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 09:38:45 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/bmonty/AvWeather.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bmonty/AvWeather
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 1de6833 Support for TAF, async/await, and example application. (#6)
Cloned https://github.com/bmonty/AvWeather.git
Revision (git rev-parse @):
1de68338b6d122c2cf707bbe3398ecbb58fa7f1e
SUCCESS checkout https://github.com/bmonty/AvWeather.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": "avweather",
"name": "AvWeather",
"url": "https://github.com/bmonty/AvWeather.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AvWeather",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/bmonty/AvWeather.git
[1/305] Fetching avweather
Fetched https://github.com/bmonty/AvWeather.git from cache (0.74s)
Creating working copy for https://github.com/bmonty/AvWeather.git
Working copy of https://github.com/bmonty/AvWeather.git resolved at master (1de6833)
warning: '.resolve-product-dependencies': dependency 'avweather' 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/bmonty/AvWeather.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/12] Compiling AvWeather AWCRequest.swift
[4/12] Compiling AvWeather TAFRequest.swift
[5/12] Compiling AvWeather MetarRequest.swift
[6/12] Compiling AvWeather SigmetRequest.swift
[7/12] Compiling AvWeather Sigmet.swift
[8/12] Compiling AvWeather Metar.swift
[9/12] Compiling AvWeather AvWeatherError.swift
[10/12] Compiling AvWeather AWCClient.swift
[11/12] Emitting module AvWeather
[12/12] Compiling AvWeather TAF.swift
Build complete! (5.26s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AvWeather",
"name" : "AvWeather",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AvWeather",
"targets" : [
"AvWeather"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AvWeatherTests",
"module_type" : "SwiftTarget",
"name" : "AvWeatherTests",
"path" : "Tests/AvWeatherTests",
"sources" : [
"MetarTests.swift",
"SigmetTests.swift",
"TAFTests.swift",
"URLProtocolAvWeatherMock.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"AvWeather"
],
"type" : "test"
},
{
"c99name" : "AvWeather",
"module_type" : "SwiftTarget",
"name" : "AvWeather",
"path" : "Sources/AvWeather",
"product_memberships" : [
"AvWeather"
],
"sources" : [
"AWCClient.swift",
"Models/AvWeatherError.swift",
"Models/Metar.swift",
"Models/Sigmet.swift",
"Models/TAF.swift",
"Requests/AWCRequest.swift",
"Requests/MetarRequest.swift",
"Requests/SigmetRequest.swift",
"Requests/TAFRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.