Build Information
Successful build of SwiftyAlert, reference 1.1.1 (2f5b49), with Swift 6.0 for macOS (SPM) on 17 Nov 2025 07:54:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jaesung-Jung/SwiftyAlert.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Jaesung-Jung/SwiftyAlert
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at 2f5b494 Fix build error on tvOS
Cloned https://github.com/Jaesung-Jung/SwiftyAlert.git
Revision (git rev-parse @):
2f5b4943005d3962f009d4ceb413e126d2cb5480
SUCCESS checkout https://github.com/Jaesung-Jung/SwiftyAlert.git at 1.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Jaesung-Jung/SwiftyAlert.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/5] Emitting module SwiftyAlert
[4/5] Compiling SwiftyAlert Alert.swift
[5/5] Compiling SwiftyAlert TextFieldAlert.swift
Build complete! (0.73s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftyAlert",
"name" : "SwiftyAlert",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftyAlert",
"targets" : [
"SwiftyAlert"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyAlertTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyAlertTests",
"path" : "Tests/SwiftyAlertTests",
"sources" : [
"AlertTests.swift"
],
"target_dependencies" : [
"SwiftyAlert"
],
"type" : "test"
},
{
"c99name" : "SwiftyAlert",
"module_type" : "SwiftTarget",
"name" : "SwiftyAlert",
"path" : "Sources/SwiftyAlert",
"product_memberships" : [
"SwiftyAlert"
],
"sources" : [
"Alert.swift",
"TextFieldAlert.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.