Build Information
Successful build of DTOnboarding 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/demianturner/DTOnboarding.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/demianturner/DTOnboarding
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 936439a Update to correct dependency
Cloned https://github.com/demianturner/DTOnboarding.git
Revision (git rev-parse @):
936439a3f3ff447777d7323c51f138eb9e64816e
SUCCESS checkout https://github.com/demianturner/DTOnboarding.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/demianturner/DTOnboarding.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/5] Emitting module DTPageControl
[5/5] Compiling DTPageControl DTPageControl.swift
[6/11] Compiling DTOnboarding NSView+Helpers.swift
[7/11] Compiling DTOnboarding NSViewController+Helpers.swift
[8/11] Compiling DTOnboarding DTPageController.swift
[9/11] Compiling DTOnboarding DTOnboardingConfig.swift
[10/11] Emitting module DTOnboarding
[11/11] Compiling DTOnboarding DTOnboardingController.swift
Build complete! (27.48s)
Fetching https://github.com/demianturner/DTPageControl
[1/101] Fetching dtpagecontrol
Fetched https://github.com/demianturner/DTPageControl from cache (0.84s)
Computing version for https://github.com/demianturner/DTPageControl
Computed https://github.com/demianturner/DTPageControl at 1.0.4 (0.66s)
Creating working copy for https://github.com/demianturner/DTPageControl
Working copy of https://github.com/demianturner/DTPageControl resolved at 1.0.4
Build complete.
{
"dependencies" : [
{
"identity" : "dtpagecontrol",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/demianturner/DTPageControl"
}
],
"manifest_display_name" : "DTOnboarding",
"name" : "DTOnboarding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "DTOnboarding",
"targets" : [
"DTOnboarding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DTOnboardingTests",
"module_type" : "SwiftTarget",
"name" : "DTOnboardingTests",
"path" : "Tests/DTOnboardingTests",
"sources" : [
"DTOnboardingTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DTOnboarding"
],
"type" : "test"
},
{
"c99name" : "DTOnboarding",
"module_type" : "SwiftTarget",
"name" : "DTOnboarding",
"path" : "Sources/DTOnboarding",
"product_dependencies" : [
"DTPageControl"
],
"product_memberships" : [
"DTOnboarding"
],
"sources" : [
"DTOnboardingConfig.swift",
"DTOnboardingController.swift",
"DTPageController.swift",
"NSView+Helpers.swift",
"NSViewController+Helpers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.