Build Information
Successful build of Ola, reference master (61379a), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 00:01:55 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/michaelnisi/ola.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaelnisi/ola
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 61379a0 Add changelog
Cloned https://github.com/michaelnisi/ola.git
Revision (git rev-parse @):
61379a00e4020b4e58241e972e9a1b0af8582232
SUCCESS checkout https://github.com/michaelnisi/ola.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": "ola",
"name": "Ola",
"url": "https://github.com/michaelnisi/ola.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ola",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/michaelnisi/ola.git
[1/678] Fetching ola
Fetched https://github.com/michaelnisi/ola.git from cache (0.74s)
Creating working copy for https://github.com/michaelnisi/ola.git
Working copy of https://github.com/michaelnisi/ola.git resolved at master (61379a0)
warning: '.resolve-product-dependencies': dependency 'ola' 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/michaelnisi/ola.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/5] Emitting module Ola
/Users/admin/builder/spi-builder-workspace/Sources/Ola/Ola.swift:128:10: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
126 | private var callback: ((OlaStatus) -> Void)?
127 |
128 | private (set) var status = OlaStatus.unknown {
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
129 | didSet {
130 | guard status != oldValue else {
[4/5] Compiling Ola NetworkActivityCounter.swift
[5/5] Compiling Ola Ola.swift
/Users/admin/builder/spi-builder-workspace/Sources/Ola/Ola.swift:128:10: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
126 | private var callback: ((OlaStatus) -> Void)?
127 |
128 | private (set) var status = OlaStatus.unknown {
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
129 | didSet {
130 | guard status != oldValue else {
Build complete! (3.81s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Ola",
"name" : "Ola",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Ola",
"targets" : [
"Ola"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OlaTests",
"module_type" : "SwiftTarget",
"name" : "OlaTests",
"path" : "Tests/OlaTests",
"sources" : [
"OlaTests.swift"
],
"target_dependencies" : [
"Ola"
],
"type" : "test"
},
{
"c99name" : "Ola",
"module_type" : "SwiftTarget",
"name" : "Ola",
"path" : "Sources/Ola",
"product_memberships" : [
"Ola"
],
"sources" : [
"NetworkActivityCounter.swift",
"Ola.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.