Build Information
Successful build of AdvancedOperation, reference main (924b73
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 18:47:50 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alemar11/AdvancedOperation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alemar11/AdvancedOperation
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 924b731 7.1.0
Cloned https://github.com/alemar11/AdvancedOperation.git
Revision (git rev-parse @):
924b731eb236eb87c659cf12a60fdee9f560728e
SUCCESS checkout https://github.com/alemar11/AdvancedOperation.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/alemar11/AdvancedOperation.git
https://github.com/alemar11/AdvancedOperation.git
{
"dependencies" : [
],
"manifest_display_name" : "AdvancedOperation",
"name" : "AdvancedOperation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AdvancedOperation",
"targets" : [
"AdvancedOperation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "AdvancedOperationTests",
"module_type" : "SwiftTarget",
"name" : "AdvancedOperationTests",
"path" : "Tests/AdvancedOperationTests",
"sources" : [
"Core/AsynchronousOperationTests.swift",
"Core/OperationStateTests.swift",
"Core/OperationUtilsTests.swift",
"Core/ProgressReportingTests.swift",
"Helpers/Mocks.swift",
"Helpers/XCTestCase+Utils.swift",
"Operations/AsynchronousBlockOperationTests.swift",
"Operations/AsynchronousCancellableBlockOperationTests.swift",
"Operations/FailableAsynchronousOperationTests.swift",
"Operations/GroupOperationTests.swift",
"Operations/ResultOperationTests.swift"
],
"target_dependencies" : [
"AdvancedOperation"
],
"type" : "test"
},
{
"c99name" : "AdvancedOperation",
"module_type" : "SwiftTarget",
"name" : "AdvancedOperation",
"path" : "Sources",
"product_memberships" : [
"AdvancedOperation"
],
"sources" : [
"Core/AdvancedOperation.swift",
"Core/AsynchronousOperation.swift",
"Core/Operation+Utils.swift",
"Operations/AsynchronousBlockOperation.swift",
"Operations/AsynchronousCancellableBlockOperation.swift",
"Operations/FailableAsyncOperation.swift",
"Operations/GroupOperation.swift",
"Operations/ResultOperation.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/11] Compiling AdvancedOperation FailableAsyncOperation.swift
[4/11] Compiling AdvancedOperation GroupOperation.swift
[5/11] Compiling AdvancedOperation ResultOperation.swift
[6/11] Compiling AdvancedOperation AsynchronousCancellableBlockOperation.swift
[7/11] Compiling AdvancedOperation Operation+Utils.swift
[8/11] Compiling AdvancedOperation AsynchronousBlockOperation.swift
[9/11] Compiling AdvancedOperation AdvancedOperation.swift
[10/11] Emitting module AdvancedOperation
[11/11] Compiling AdvancedOperation AsynchronousOperation.swift
Build complete! (5.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AdvancedOperation",
"name" : "AdvancedOperation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AdvancedOperation",
"targets" : [
"AdvancedOperation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "AdvancedOperationTests",
"module_type" : "SwiftTarget",
"name" : "AdvancedOperationTests",
"path" : "Tests/AdvancedOperationTests",
"sources" : [
"Core/AsynchronousOperationTests.swift",
"Core/OperationStateTests.swift",
"Core/OperationUtilsTests.swift",
"Core/ProgressReportingTests.swift",
"Helpers/Mocks.swift",
"Helpers/XCTestCase+Utils.swift",
"Operations/AsynchronousBlockOperationTests.swift",
"Operations/AsynchronousCancellableBlockOperationTests.swift",
"Operations/FailableAsynchronousOperationTests.swift",
"Operations/GroupOperationTests.swift",
"Operations/ResultOperationTests.swift"
],
"target_dependencies" : [
"AdvancedOperation"
],
"type" : "test"
},
{
"c99name" : "AdvancedOperation",
"module_type" : "SwiftTarget",
"name" : "AdvancedOperation",
"path" : "Sources",
"product_memberships" : [
"AdvancedOperation"
],
"sources" : [
"Core/AdvancedOperation.swift",
"Core/AsynchronousOperation.swift",
"Core/Operation+Utils.swift",
"Operations/AsynchronousBlockOperation.swift",
"Operations/AsynchronousCancellableBlockOperation.swift",
"Operations/FailableAsyncOperation.swift",
"Operations/GroupOperation.swift",
"Operations/ResultOperation.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.