Build Information
Successful build of KwtSMS, reference 0.3.0 (860756), with Swift 6.0 for macOS (SPM) on 14 Mar 2026 00:34:23 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.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/boxlinknet/kwtsms-swift.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/boxlinknet/kwtsms-swift
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at 8607561 docs: update README for v0.3.0 with phone validation, fix version refs
Cloned https://github.com/boxlinknet/kwtsms-swift.git
Revision (git rev-parse @):
86075613b084f370bc4c9910b83227d79fe0a40a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/boxlinknet/kwtsms-swift.git at 0.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/boxlinknet/kwtsms-swift.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/10] Compiling KwtSMS MessageUtils.swift
[4/10] Compiling KwtSMS Request.swift
[5/10] Compiling KwtSMS PhoneUtils.swift
[6/10] Compiling KwtSMS ApiErrors.swift
[7/10] Compiling KwtSMS KwtSMS.swift
[8/10] Emitting module KwtSMS
[9/10] Compiling KwtSMS EnvLoader.swift
[10/10] Compiling KwtSMS Logger.swift
Build complete! (4.65s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "KwtSMS",
"name" : "KwtSMS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "KwtSMS",
"targets" : [
"KwtSMS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KwtSMSTests",
"module_type" : "SwiftTarget",
"name" : "KwtSMSTests",
"path" : "Tests/KwtSMSTests",
"sources" : [
"ApiErrorTests.swift",
"IntegrationTests.swift",
"MessageTests.swift",
"PhoneTests.swift"
],
"target_dependencies" : [
"KwtSMS"
],
"type" : "test"
},
{
"c99name" : "KwtSMS",
"module_type" : "SwiftTarget",
"name" : "KwtSMS",
"path" : "Sources/KwtSMS",
"product_memberships" : [
"KwtSMS"
],
"sources" : [
"ApiErrors.swift",
"EnvLoader.swift",
"KwtSMS.swift",
"Logger.swift",
"MessageUtils.swift",
"PhoneUtils.swift",
"Request.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.