Build Information
Successful build of ExceptionCatcher with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sindresorhus/ExceptionCatcher.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sindresorhus/ExceptionCatcher
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 81cf83b Minor tweaks
Cloned https://github.com/sindresorhus/ExceptionCatcher.git
Revision (git rev-parse @):
81cf83b117ec368e2ebb7fbcd9f7a3deb115ab07
SUCCESS checkout https://github.com/sindresorhus/ExceptionCatcher.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/sindresorhus/ExceptionCatcher.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-6F35C1178C84523A.txt
[2/3] Compiling Internal ExceptionCatcher.m
[4/5] Compiling ExceptionCatcher ExceptionCatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionCatcher/ExceptionCatcher.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ExceptionCatcher' may lead to instability during execution
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ExceptionCatcher' may lead to instability during execution
2 | @_implementationOnly import Internal
3 |
[5/5] Emitting module ExceptionCatcher
/Users/admin/builder/spi-builder-workspace/Sources/ExceptionCatcher/ExceptionCatcher.swift:1:22: warning: using '@_implementationOnly' without enabling library evolution for 'ExceptionCatcher' may lead to instability during execution
1 | @_implementationOnly import Foundation
| `- warning: using '@_implementationOnly' without enabling library evolution for 'ExceptionCatcher' may lead to instability during execution
2 | @_implementationOnly import Internal
3 |
Build complete! (16.93s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ExceptionCatcher",
"name" : "ExceptionCatcher",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "ExceptionCatcher",
"targets" : [
"ExceptionCatcher"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Internal",
"module_type" : "ClangTarget",
"name" : "Internal",
"path" : "Sources/Internal",
"product_memberships" : [
"ExceptionCatcher"
],
"sources" : [
"ExceptionCatcher.m"
],
"type" : "library"
},
{
"c99name" : "ExceptionCatcherTests",
"module_type" : "SwiftTarget",
"name" : "ExceptionCatcherTests",
"path" : "Tests/ExceptionCatcherTests",
"sources" : [
"ExceptionCatcherTests.swift"
],
"target_dependencies" : [
"ExceptionCatcher"
],
"type" : "test"
},
{
"c99name" : "ExceptionCatcher",
"module_type" : "SwiftTarget",
"name" : "ExceptionCatcher",
"path" : "Sources/ExceptionCatcher",
"product_memberships" : [
"ExceptionCatcher"
],
"sources" : [
"ExceptionCatcher.swift"
],
"target_dependencies" : [
"Internal"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.