Build Information
Successful build of sendOtp, reference 1.0.0 (1df440
), with Swift 5.9 for macOS (SPM) on 25 Apr 2025 15:48:10 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/d-o-2021/sendOTP.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/d-o-2021/sendOTP
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 1df4403 Initial commit
Cloned https://github.com/d-o-2021/sendOTP.git
Revision (git rev-parse @):
1df44032a9aca970c336350869d7f21d069ef8db
SUCCESS checkout https://github.com/d-o-2021/sendOTP.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/d-o-2021/sendOTP.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/3] Compiling sendOtp sendOtp.swift
[2/3] Compiling sendOtp ApiService.swift
[3/3] Emitting module sendOtp
Build complete! (5.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "sendOtp",
"name" : "sendOtp",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "sendOtp",
"targets" : [
"sendOtp"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "sendOtpTests",
"module_type" : "SwiftTarget",
"name" : "sendOtpTests",
"path" : "Tests/sendOtpTests",
"sources" : [
"sendOtpTests.swift"
],
"target_dependencies" : [
"sendOtp"
],
"type" : "test"
},
{
"c99name" : "sendOtp",
"module_type" : "SwiftTarget",
"name" : "sendOtp",
"path" : "Sources/sendOtp",
"product_memberships" : [
"sendOtp"
],
"sources" : [
"ApiService.swift",
"sendOtp.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.