Build Information
Successful build of CocoaFob, reference 2.4.0 (f706f2), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 16:22:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/glebd/cocoafob.git
Reference: 2.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/glebd/cocoafob
* tag 2.4.0 -> FETCH_HEAD
HEAD is now at f706f20 Update Swift 5 for Xcode 14 and Ventura (#62)
Cloned https://github.com/glebd/cocoafob.git
Revision (git rev-parse @):
f706f2056ebc91c4d0b646333c4fb704fcb52aee
SUCCESS checkout https://github.com/glebd/cocoafob.git at 2.4.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "cocoafob",
"name": "CocoaFob",
"url": "https://github.com/glebd/cocoafob.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cocoafob",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/glebd/cocoafob.git
[1/1711] Fetching cocoafob
Fetched https://github.com/glebd/cocoafob.git from cache (0.87s)
Creating working copy for https://github.com/glebd/cocoafob.git
Working copy of https://github.com/glebd/cocoafob.git resolved at 2.4.0 (f706f20)
warning: '.resolve-product-dependencies': dependency 'cocoafob' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/glebd/cocoafob.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[3/10] Compiling CocoaFob LicenseVerifier.swift
[4/10] Compiling CocoaFob LicenseGenerator.swift
[5/10] Compiling CocoaFob String+CocoaFob.swift
[6/10] Compiling CocoaFob CocoaFobError.swift
[7/10] Emitting module CocoaFob
[8/10] Compiling CocoaFob CFUtil.swift
[8/10] Write Objects.LinkFileList
[9/10] Archiving libCocoaFob.a
Build complete! (3.92s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CocoaFob",
"name" : "CocoaFob",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "CocoaFob",
"targets" : [
"CocoaFob"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "CocoaFobTests",
"module_type" : "SwiftTarget",
"name" : "CocoaFobTests",
"path" : "swift5/CocoaFobTests",
"sources" : [
"CocoaFobTests.swift"
],
"target_dependencies" : [
"CocoaFob"
],
"type" : "test"
},
{
"c99name" : "CocoaFob",
"module_type" : "SwiftTarget",
"name" : "CocoaFob",
"path" : "swift5/CocoaFob",
"product_memberships" : [
"CocoaFob"
],
"sources" : [
"CFUtil.swift",
"CocoaFobError.swift",
"LicenseGenerator.swift",
"LicenseVerifier.swift",
"String+CocoaFob.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.