Build Information
Successful build of FRZSwizzling, reference 2.0.0 (bd52a8
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 05:01:21 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/Frizlab/FRZSwizzling.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Frizlab/FRZSwizzling
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at bd52a84 Use a better prefix for classes and methods
Cloned https://github.com/Frizlab/FRZSwizzling.git
Revision (git rev-parse @):
bd52a8451b7888a7d33edb1584db072a32484b40
SUCCESS checkout https://github.com/Frizlab/FRZSwizzling.git at 2.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Frizlab/FRZSwizzling.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling FRZSwizzling NSObject+FRZSwizzling.m
Build complete! (1.35s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FRZSwizzling",
"name" : "FRZSwizzling",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FRZSwizzling",
"targets" : [
"FRZSwizzling"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FRZSwizzlingTests",
"module_type" : "ClangTarget",
"name" : "FRZSwizzlingTests",
"path" : "Tests",
"sources" : [
"FRZSwizzlingTestsSPM.m",
"Helpers/FSZSimpleObject+Swizzling.m",
"Helpers/FSZSimpleObject.m"
],
"target_dependencies" : [
"FRZSwizzling"
],
"type" : "test"
},
{
"c99name" : "FRZSwizzling",
"module_type" : "ClangTarget",
"name" : "FRZSwizzling",
"path" : "Sources",
"product_memberships" : [
"FRZSwizzling"
],
"sources" : [
"NSObject+FRZSwizzling.m"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.