Build Information
Successful build of Zephyr, reference 3.8.0 (b0dda1
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 07:11:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ArtSabintsev/Zephyr.git
Reference: 3.8.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ArtSabintsev/Zephyr
* tag 3.8.0 -> FETCH_HEAD
HEAD is now at b0dda17 Updated podspec
Cloned https://github.com/ArtSabintsev/Zephyr.git
Revision (git rev-parse @):
b0dda179006b354680b1df96e279134a704b0c06
SUCCESS checkout https://github.com/ArtSabintsev/Zephyr.git at 3.8.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ArtSabintsev/Zephyr.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.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.31s)
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.