Build Information
Successful build of Wells, reference 0.3.0 (1558d1), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 20:15:00 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/ChimeHQ/Wells.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/Wells
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at 1558d1b Retry support
Cloned https://github.com/ChimeHQ/Wells.git
Revision (git rev-parse @):
1558d1bbafc1c57060103c5194ffa3abf4a332e3
SUCCESS checkout https://github.com/ChimeHQ/Wells.git at 0.3.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": "wells",
"name": "Wells",
"url": "https://github.com/ChimeHQ/Wells.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Wells",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ChimeHQ/Wells.git
[1/208] Fetching wells
Fetched https://github.com/ChimeHQ/Wells.git from cache (0.61s)
Creating working copy for https://github.com/ChimeHQ/Wells.git
Working copy of https://github.com/ChimeHQ/Wells.git resolved at 0.3.0 (1558d1b)
warning: '.resolve-product-dependencies': dependency 'wells' 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/ChimeHQ/Wells.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Emitting module Wells
[4/10] Compiling Wells FileManager+Helpers.swift
[5/10] Compiling Wells Data+compression.swift
[6/10] Compiling Wells WellsUploader.swift
[7/10] Compiling Wells NetworkResponse.swift
[8/10] Compiling Wells Protocol+Helpers.swift
[9/10] Compiling Wells WellsReporter.swift
[10/10] Compiling Wells ReportLocationProvider.swift
Build complete! (4.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Wells",
"name" : "Wells",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "Wells",
"targets" : [
"Wells"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WellsTests",
"module_type" : "SwiftTarget",
"name" : "WellsTests",
"path" : "Tests/WellsTests",
"sources" : [
"HTTPHeaderTests.swift",
"NetworkResponseTests.swift"
],
"target_dependencies" : [
"Wells"
],
"type" : "test"
},
{
"c99name" : "Wells",
"module_type" : "SwiftTarget",
"name" : "Wells",
"path" : "Sources/Wells",
"product_memberships" : [
"Wells"
],
"sources" : [
"Data+compression.swift",
"FileManager+Helpers.swift",
"NetworkResponse.swift",
"Protocol+Helpers.swift",
"ReportLocationProvider.swift",
"WellsReporter.swift",
"WellsUploader.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.