Build Information
Successful build of Zephyr, reference master (6a17bc), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 09:16:02 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/ArtSabintsev/Zephyr.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ArtSabintsev/Zephyr
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6a17bcf Bump rexml from 3.2.5 to 3.2.8 (#69)
Cloned https://github.com/ArtSabintsev/Zephyr.git
Revision (git rev-parse @):
6a17bcfec8a650cc8ac3610ef2aed65fd509a945
SUCCESS checkout https://github.com/ArtSabintsev/Zephyr.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": "zephyr",
"name": "Zephyr",
"url": "https://github.com/ArtSabintsev/Zephyr.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Zephyr",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ArtSabintsev/Zephyr.git
[1/5094] Fetching zephyr
Fetched https://github.com/ArtSabintsev/Zephyr.git from cache (1.30s)
Creating working copy for https://github.com/ArtSabintsev/Zephyr.git
Working copy of https://github.com/ArtSabintsev/Zephyr.git resolved at master (6a17bcf)
warning: '.resolve-product-dependencies': dependency 'zephyr' 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/ArtSabintsev/Zephyr.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/4] Emitting module Zephyr
/Users/admin/builder/spi-builder-workspace/Sources/Zephyr.swift:285:3: warning: 'public' modifier conflicts with extension's default access of 'private'
283 | /// - Parameters:
284 | /// - to: A `UserDefaults` suite.
285 | public static func setUserDefaultsSuite(to suite: UserDefaults) {
| `- warning: 'public' modifier conflicts with extension's default access of 'private'
286 | shared.userDefaults = suite
287 | printStatus(status: "Updated UserDefaults suite.")
[4/4] Compiling Zephyr Zephyr.swift
/Users/admin/builder/spi-builder-workspace/Sources/Zephyr.swift:285:3: warning: 'public' modifier conflicts with extension's default access of 'private'
283 | /// - Parameters:
284 | /// - to: A `UserDefaults` suite.
285 | public static func setUserDefaultsSuite(to suite: UserDefaults) {
| `- warning: 'public' modifier conflicts with extension's default access of 'private'
286 | shared.userDefaults = suite
287 | printStatus(status: "Updated UserDefaults suite.")
Build complete! (3.53s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Zephyr",
"name" : "Zephyr",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Zephyr",
"targets" : [
"Zephyr"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Zephyr",
"module_type" : "SwiftTarget",
"name" : "Zephyr",
"path" : "Sources",
"product_memberships" : [
"Zephyr"
],
"sources" : [
"Zephyr.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.