Build Information
Successful build of TOASTack, reference main (737d37
), with Swift 5.9 for macOS (SPM) on 3 May 2025 13:11:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.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: 5.9
Building package at path: $PWD
https://github.com/ukushu/TOASTack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/17] Compiling TOASTack View+.swift
[2/17] Compiling TOASTack oldToastCode.swift
[3/17] Compiling TOASTack ToastSample1.swift
[4/17] Compiling TOASTack ToastSample2.swift
[5/17] Compiling TOASTack CRToast.swift
[6/17] Compiling TOASTack CapsuleToast.swift
[7/18] Compiling TOASTack ToastView.swift
[8/18] Compiling TOASTack EdgeInsets.swift
[9/18] Compiling TOASTack Text+.swift
[10/18] Compiling TOASTack Toast.swift
[11/18] Compiling TOASTack ToastStackConfig.swift
[12/18] Compiling TOASTack Toaster.swift
[13/18] Compiling TOASTack Array+.swift
[14/18] Compiling TOASTack ThisDevice.swift
[15/18] Compiling TOASTack Color+.swift
[16/18] Compiling TOASTack ToastStack.swift
[17/18] Emitting module TOASTack
[18/18] Compiling TOASTack applyToaster.swift
Build complete! (11.04s)
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.