Build Information
Successful build of SwiftCompressor, reference master (af8cb0
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 12:57:00 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/sochalewski/SwiftCompressor.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sochalewski/SwiftCompressor
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at af8cb04 Add asynchronous methods
Cloned https://github.com/sochalewski/SwiftCompressor.git
Revision (git rev-parse @):
af8cb043f646849d67bf6310c7bf6a9ab3c0dd07
SUCCESS checkout https://github.com/sochalewski/SwiftCompressor.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/sochalewski/SwiftCompressor.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] Compiling SwiftCompressor Data+Compressor.swift
[4/4] Emitting module SwiftCompressor
Build complete! (3.45s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftCompressor",
"name" : "SwiftCompressor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "watchos",
"version" : "2.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "SwiftCompressor",
"targets" : [
"SwiftCompressor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftCompressorTests",
"module_type" : "SwiftTarget",
"name" : "SwiftCompressorTests",
"path" : "Tests/SwiftCompressorTests",
"sources" : [
"SwiftCompressorTests.swift"
],
"target_dependencies" : [
"SwiftCompressor"
],
"type" : "test"
},
{
"c99name" : "SwiftCompressor",
"module_type" : "SwiftTarget",
"name" : "SwiftCompressor",
"path" : "Sources/SwiftCompressor",
"product_memberships" : [
"SwiftCompressor"
],
"sources" : [
"Data+Compressor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.