Build Information
Successful build of o, reference 2.1.1 (2c8dc2
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 02:17:26 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/0xOpenBytes/o.git
Reference: 2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/o
* tag 2.1.1 -> FETCH_HEAD
HEAD is now at 2c8dc28 Remove tvOS Notifications (#9)
Cloned https://github.com/0xOpenBytes/o.git
Revision (git rev-parse @):
2c8dc280528428f684f250f88dbc513f4c65504e
SUCCESS checkout https://github.com/0xOpenBytes/o.git at 2.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/0xOpenBytes/o.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/13] Compiling o NotificationDelete.swift
[4/14] Compiling o NotificationPost.swift
[5/14] Compiling o o+notification.swift
[6/14] Compiling o o+console.swift
[7/14] Compiling o o+file.swift
[8/14] Compiling o NotificationUpdate.swift
[9/14] Compiling o NotificationDelegate.swift
[10/14] Compiling o NotificationGet.swift
[11/14] Compiling o NotificationAuthorization.swift
[12/14] Emitting module o
[13/14] Compiling o o+url.swift
[14/14] Compiling o o.swift
Build complete! (3.82s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "o",
"name" : "o",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "o",
"targets" : [
"o"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "oTests",
"module_type" : "SwiftTarget",
"name" : "oTests",
"path" : "Tests/oTests",
"sources" : [
"oTests.swift"
],
"target_dependencies" : [
"o"
],
"type" : "test"
},
{
"c99name" : "o",
"module_type" : "SwiftTarget",
"name" : "o",
"path" : "Sources/o",
"product_memberships" : [
"o"
],
"sources" : [
"Console/o+console.swift",
"File/o+file.swift",
"Notifications/NotificationAuthorization.swift",
"Notifications/NotificationDelegate.swift",
"Notifications/NotificationDelete.swift",
"Notifications/NotificationGet.swift",
"Notifications/NotificationPost.swift",
"Notifications/NotificationUpdate.swift",
"Notifications/o+notification.swift",
"URL/o+url.swift",
"o.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.