Build Information
Successful build of hcaptcha-swift, reference main (97989b), with Swift 6.0 for macOS (SPM) on 29 Mar 2026 19:41:56 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.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aronbudinszky/hcaptcha-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aronbudinszky/hcaptcha-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 97989ba Convert to Swift test
Cloned https://github.com/aronbudinszky/hcaptcha-swift.git
Revision (git rev-parse @):
97989ba176f5236cda852575fe74e8458000e874
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/aronbudinszky/hcaptcha-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/aronbudinszky/hcaptcha-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/14] Compiling HCaptchaSwift ErrorCodes.swift
[4/15] Compiling HCaptchaSwift HCaptchaClientCompatible.swift
[5/15] Compiling HCaptchaSwift VerifyRequest.swift
[6/15] Compiling HCaptchaSwift ErrorCodeReceiving.swift
[7/15] Compiling HCaptchaSwift RequestResponsePairing.swift
[8/15] Compiling HCaptchaSwift Client.swift
[9/15] Compiling HCaptchaSwift Constants.swift
[10/15] Emitting module HCaptchaSwift
[11/15] Compiling HCaptchaSwift ApiRequestCommunicating.swift
[12/15] Compiling HCaptchaSwift URLSession+Async.swift
[13/15] Compiling HCaptchaSwift HCaptchaSwift.swift
[14/15] Compiling HCaptchaSwift ApiClient.swift
[15/15] Compiling HCaptchaSwift VerifyResponse.swift
Build complete! (5.37s)
warning: 'spi-builder-workspace': the target name HCaptchaSwiftTests has different case on the filesystem and the Package.swift manifest file
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "hcaptcha-swift",
"name" : "hcaptcha-swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "HCaptchaSwift",
"targets" : [
"HCaptchaSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HCaptchaSwiftTests",
"module_type" : "SwiftTarget",
"name" : "HCaptchaSwiftTests",
"path" : "Tests/HCaptchaSwiftTests",
"sources" : [
"HCaptchaSwiftTests.swift"
],
"target_dependencies" : [
"HCaptchaSwift"
],
"type" : "test"
},
{
"c99name" : "HCaptchaSwift",
"module_type" : "SwiftTarget",
"name" : "HCaptchaSwift",
"path" : "Sources/HCaptchaSwift",
"product_memberships" : [
"HCaptchaSwift"
],
"sources" : [
"Client.swift",
"Constants.swift",
"Extensions/URLSession+Async.swift",
"HCaptchaSwift.swift",
"Network/ApiClient.swift",
"Protocols/ApiRequestCommunicating.swift",
"Protocols/ErrorCodeReceiving.swift",
"Protocols/HCaptchaClientCompatible.swift",
"Protocols/RequestResponsePairing.swift",
"Requests/VerifyRequest.swift",
"Responses/ErrorCodes.swift",
"Responses/VerifyResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
warning: 'spi-builder-workspace': the target name HCaptchaSwiftTests has different case on the filesystem and the Package.swift manifest file
Done.