Build Information
Successful build of TOASTack, reference main (737d37
), with Swift 6.0 for macOS (SPM) on 3 May 2025 13:11:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ukushu/TOASTack.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ukushu/TOASTack
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 737d371 Update ReadMe.md
Cloned https://github.com/ukushu/TOASTack.git
Revision (git rev-parse @):
737d371a5a1e023bc636d8ede9d9f7bf41fe5e98
SUCCESS checkout https://github.com/ukushu/TOASTack.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ukushu/TOASTack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/19] Compiling TOASTack ToastSample1.swift
[4/19] Compiling TOASTack ToastSample2.swift
[5/19] Compiling TOASTack CRToast.swift
[6/19] Compiling TOASTack CapsuleToast.swift
[7/19] Compiling TOASTack ToastView.swift
[8/19] Compiling TOASTack View+.swift
[9/19] Compiling TOASTack oldToastCode.swift
[10/19] Compiling TOASTack EdgeInsets.swift
[11/19] Compiling TOASTack Text+.swift
[12/19] Emitting module TOASTack
[13/19] Compiling TOASTack Toaster.swift
[14/19] Compiling TOASTack Array+.swift
[15/19] Compiling TOASTack ThisDevice.swift
[16/19] Compiling TOASTack Color+.swift
[17/19] Compiling TOASTack Toast.swift
[18/19] Compiling TOASTack ToastStackConfig.swift
[19/19] Compiling TOASTack ToastStack.swift
[20/20] Compiling TOASTack applyToaster.swift
Build complete! (10.60s)
warning: 'spi-builder-workspace': the target name TOASTack has different case on the filesystem and the Package.swift manifest file
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TOASTack",
"name" : "TOASTack",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "TOASTack",
"targets" : [
"TOASTack"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TOASTack",
"module_type" : "SwiftTarget",
"name" : "TOASTack",
"path" : "Sources/TOASTack",
"product_memberships" : [
"TOASTack"
],
"sources" : [
"Core/Toast.swift",
"Core/ToastStackConfig.swift",
"Core/Toaster.swift",
"Other/Other/Array+.swift",
"Other/Other/ThisDevice.swift",
"Other/SwiftUIMore/Color+.swift",
"Other/SwiftUIMore/EdgeInsets.swift",
"Other/SwiftUIMore/Text+.swift",
"Other/SwiftUIMore/View+.swift",
"Other/zz_oldCode/oldToastCode.swift",
"Toast_Designs/CRToast.swift",
"Toast_Designs/CapsuleToast.swift",
"Toast_Designs/Samples/ToastSample1.swift",
"Toast_Designs/Samples/ToastSample2.swift",
"Views/ToastStack.swift",
"Views/ToastView.swift",
"applyToaster.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
warning: 'spi-builder-workspace': the target name TOASTack has different case on the filesystem and the Package.swift manifest file
Done.