Build Information
Successful build of MainThreadPropertyAccessor, reference v0.1.1 (e90fdc), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 21:38:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theisegeberg/MainThreadPropertyAccessor.git
Reference: v0.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/theisegeberg/MainThreadPropertyAccessor
* tag v0.1.1 -> FETCH_HEAD
HEAD is now at e90fdc4 Fixed nil setting and made the getter fatal error
Cloned https://github.com/theisegeberg/MainThreadPropertyAccessor.git
Revision (git rev-parse @):
e90fdc4584bdf60ac8983e5a3eca4ceae7aaa1d4
SUCCESS checkout https://github.com/theisegeberg/MainThreadPropertyAccessor.git at v0.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/theisegeberg/MainThreadPropertyAccessor.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/5] Emitting module MainThreadPropertyAccessor
[4/5] Compiling MainThreadPropertyAccessor DispatchQueueAccessor.swift
[5/5] Compiling MainThreadPropertyAccessor MainThreadPropertyAccessor.swift
Build complete! (3.18s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MainThreadPropertyAccessor",
"name" : "MainThreadPropertyAccessor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MainThreadPropertyAccessor",
"targets" : [
"MainThreadPropertyAccessor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MainThreadPropertyAccessorTests",
"module_type" : "SwiftTarget",
"name" : "MainThreadPropertyAccessorTests",
"path" : "Tests/MainThreadPropertyAccessorTests",
"sources" : [
"MainThreadPropertyAccessorTests.swift"
],
"target_dependencies" : [
"MainThreadPropertyAccessor"
],
"type" : "test"
},
{
"c99name" : "MainThreadPropertyAccessor",
"module_type" : "SwiftTarget",
"name" : "MainThreadPropertyAccessor",
"path" : "Sources/MainThreadPropertyAccessor",
"product_memberships" : [
"MainThreadPropertyAccessor"
],
"sources" : [
"DispatchQueueAccessor.swift",
"MainThreadPropertyAccessor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.