Build Information
Successful build of hcaptcha-swift, reference v1.0.2 (76b94e), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 20:39:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aronbudinszky/hcaptcha-swift.git
Reference: v1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aronbudinszky/hcaptcha-swift
* tag v1.0.2 -> FETCH_HEAD
HEAD is now at 76b94e8 Fix doc yaml indentation issue.
Cloned https://github.com/aronbudinszky/hcaptcha-swift.git
Revision (git rev-parse @):
76b94e8c619615c7416afef32c93287373e2e99a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/aronbudinszky/hcaptcha-swift.git at v1.0.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/aronbudinszky/hcaptcha-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/14] Compiling HCaptchaSwift ApiRequestCommunicating.swift
[4/14] Compiling HCaptchaSwift ApiClient.swift
[5/14] Emitting module HCaptchaSwift
[6/14] Compiling HCaptchaSwift ErrorCodeReceiving.swift
[7/14] Compiling HCaptchaSwift VerifyRequest.swift
[8/14] Compiling HCaptchaSwift URLSession+Async.swift
[9/14] Compiling HCaptchaSwift HCaptchaSwift.swift
[10/14] Compiling HCaptchaSwift Client.swift
[11/14] Compiling HCaptchaSwift Constants.swift
[12/14] Compiling HCaptchaSwift ErrorCodes.swift
[13/14] Compiling HCaptchaSwift HCaptchaClientCompatible.swift
[14/14] Compiling HCaptchaSwift RequestResponsePairing.swift
[15/15] Compiling HCaptchaSwift VerifyResponse.swift
Build complete! (4.49s)
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.