Build Information
Successful build of Disk 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/0xOpenBytes/Disk.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/Disk
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7804456 Update Disk.swift
Cloned https://github.com/0xOpenBytes/Disk.git
Revision (git rev-parse @):
7804456d7e02221ac21c755c22c735fc0dd43f81
SUCCESS checkout https://github.com/0xOpenBytes/Disk.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/0xOpenBytes/Disk.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
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/14] Compiling o o+notification.swift
[5/14] Compiling o NotificationPost.swift
[6/14] Compiling o NotificationDelete.swift
[7/14] Compiling o NotificationDelegate.swift
[8/14] Compiling o NotificationGet.swift
[9/14] Compiling o NotificationAuthorization.swift
[10/14] Compiling o NotificationUpdate.swift
[11/14] Compiling o o+url.swift
[12/15] Emitting module o
[13/15] Compiling o o+console.swift
[14/15] Compiling o o+file.swift
[15/15] Compiling o o.swift
[16/17] Emitting module Disk
[17/17] Compiling Disk Disk.swift
Build complete! (22.15s)
Fetching https://github.com/0xOpenBytes/o
[3/248] Fetching o
Fetched https://github.com/0xOpenBytes/o from cache (1.00s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 2.1.0 (0.69s)
Creating working copy for https://github.com/0xOpenBytes/o
Working copy of https://github.com/0xOpenBytes/o resolved at 2.1.0
Build complete.
{
"dependencies" : [
{
"identity" : "o",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/0xOpenBytes/o"
}
],
"manifest_display_name" : "Disk",
"name" : "Disk",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Disk",
"targets" : [
"Disk"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DiskTests",
"module_type" : "SwiftTarget",
"name" : "DiskTests",
"path" : "Tests/DiskTests",
"sources" : [
"DiskTests.swift"
],
"target_dependencies" : [
"Disk"
],
"type" : "test"
},
{
"c99name" : "Disk",
"module_type" : "SwiftTarget",
"name" : "Disk",
"path" : "Sources/Disk",
"product_dependencies" : [
"o"
],
"product_memberships" : [
"Disk"
],
"sources" : [
"Disk.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.