Build Information
Successful build of CaptchaKit, reference 1.1.0 (2a65d1
), with Swift 6.1 for macOS (SPM) on 9 Jul 2025 09:53:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikuwithbeer/CaptchaKit.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mikuwithbeer/CaptchaKit
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 2a65d1e bump to 1.1.0
Cloned https://github.com/mikuwithbeer/CaptchaKit.git
Revision (git rev-parse @):
2a65d1e4ce86ffcde93b72a5cd6788b41bdfc5d8
SUCCESS checkout https://github.com/mikuwithbeer/CaptchaKit.git at 1.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "captchakit",
"name": "CaptchaKit",
"url": "https://github.com/mikuwithbeer/CaptchaKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CaptchaKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/mikuwithbeer/CaptchaKit.git
[1/123] Fetching captchakit
Fetched https://github.com/mikuwithbeer/CaptchaKit.git from cache (0.63s)
Creating working copy for https://github.com/mikuwithbeer/CaptchaKit.git
Working copy of https://github.com/mikuwithbeer/CaptchaKit.git resolved at 1.1.0 (2a65d1e)
warning: '.resolve-product-dependencies': dependency 'captchakit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mikuwithbeer/CaptchaKit.git
https://github.com/mikuwithbeer/CaptchaKit.git
{
"dependencies" : [
],
"manifest_display_name" : "CaptchaKit",
"name" : "CaptchaKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "CaptchaKit",
"targets" : [
"CaptchaKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CaptchaKitTests",
"module_type" : "SwiftTarget",
"name" : "CaptchaKitTests",
"path" : "Tests/CaptchaKitTests",
"sources" : [
"CaptchaKitTests.swift"
],
"target_dependencies" : [
"CaptchaKit"
],
"type" : "test"
},
{
"c99name" : "CaptchaKit",
"module_type" : "SwiftTarget",
"name" : "CaptchaKit",
"path" : "Sources/CaptchaKit",
"product_memberships" : [
"CaptchaKit"
],
"sources" : [
"CaptchaAPI.swift",
"CaptchaError.swift",
"CaptchaKit.swift",
"CaptchaService.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling CaptchaKit CaptchaKit.swift
[4/7] Emitting module CaptchaKit
[5/7] Compiling CaptchaKit CaptchaError.swift
[6/7] Compiling CaptchaKit CaptchaAPI.swift
[7/7] Compiling CaptchaKit CaptchaService.swift
Build complete! (4.63s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CaptchaKit",
"name" : "CaptchaKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "CaptchaKit",
"targets" : [
"CaptchaKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CaptchaKitTests",
"module_type" : "SwiftTarget",
"name" : "CaptchaKitTests",
"path" : "Tests/CaptchaKitTests",
"sources" : [
"CaptchaKitTests.swift"
],
"target_dependencies" : [
"CaptchaKit"
],
"type" : "test"
},
{
"c99name" : "CaptchaKit",
"module_type" : "SwiftTarget",
"name" : "CaptchaKit",
"path" : "Sources/CaptchaKit",
"product_memberships" : [
"CaptchaKit"
],
"sources" : [
"CaptchaAPI.swift",
"CaptchaError.swift",
"CaptchaKit.swift",
"CaptchaService.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.