Build Information
Successful build of Fetcher, reference main (2549e3), with Swift 6.2 for macOS (SPM) on 14 Jan 2026 11:53:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Snapp-Mobile/Fetcher.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Snapp-Mobile/Fetcher
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2549e33 Add documentation section to README
Cloned https://github.com/Snapp-Mobile/Fetcher.git
Revision (git rev-parse @):
2549e33fb318d5172703d46832269270ff183cc2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Snapp-Mobile/Fetcher.git at main
Fetching https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
[1/148] Fetching swiftformatlintplugin
Fetched https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git from cache (1.30s)
Computing version for https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Computed https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git at 1.0.4 (1.87s)
Creating working copy for https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Working copy of https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git resolved at 1.0.4
========================================
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": "fetcher",
"name": "Fetcher",
"url": "https://github.com/Snapp-Mobile/Fetcher.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Fetcher",
"dependencies": [
{
"identity": "swiftformatlintplugin",
"name": "SwiftFormatLintPlugin",
"url": "https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git",
"version": "1.0.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFormatLintPlugin",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Snapp-Mobile/Fetcher.git
[1/229] Fetching fetcher
Fetched https://github.com/Snapp-Mobile/Fetcher.git from cache (0.96s)
Fetching https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git from cache
Fetched https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git from cache (0.44s)
Computing version for https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Computed https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git at 1.0.4 (0.49s)
Creating working copy for https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Working copy of https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git resolved at 1.0.4
Creating working copy for https://github.com/Snapp-Mobile/Fetcher.git
Working copy of https://github.com/Snapp-Mobile/Fetcher.git resolved at main (2549e33)
warning: '.resolve-product-dependencies': dependency 'fetcher' is not used by any target
Found 1 product dependencies
- SwiftFormatLintPlugin
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Snapp-Mobile/Fetcher.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin FormatPlugin
[2/2] Compiling plugin LintPlugin
Building for debugging...
[2/9] Write sources
[3/9] Copying tokenError.json
[3/9] Copying getData.json
[3/9] Copying refreshToken.json
[3/9] Copying error.json
[7/9] Copying empty.json
[8/9] Write swift-version-49B95AFC49DCD68C.txt
[10/23] Compiling Fetcher FetcherLogger.swift
[11/23] Compiling Fetcher FetcherEnvironment.swift
[12/24] Compiling Fetcher APIURL.swift
[13/24] Compiling Fetcher TokenErrorResponse.swift
[14/24] Compiling Fetcher URLProtocolMock.swift
[15/24] Compiling Fetcher ServerErrorResponse.swift
[16/24] Compiling Fetcher APIError.swift
[17/24] Compiling Fetcher APIURLMock.swift
[18/24] Compiling Fetcher Token.swift
[19/24] Emitting module Fetcher
[20/24] Compiling Fetcher OSLog+Categories.swift
[21/24] Compiling Fetcher URLSession+Backports.swift
[22/24] Compiling Fetcher Fetcher+Concurrency.swift
[23/24] Compiling Fetcher Fetcher.swift
[24/24] Compiling Fetcher resource_bundle_accessor.swift
Build complete! (9.65s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftformatlintplugin",
"requirement" : {
"exact" : [
"1.0.4"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git"
}
],
"manifest_display_name" : "Fetcher",
"name" : "Fetcher",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "Fetcher",
"targets" : [
"Fetcher"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FetcherTests",
"module_type" : "SwiftTarget",
"name" : "FetcherTests",
"path" : "Tests/FetcherTests",
"sources" : [
"ErrorHandlingTests.swift",
"FetcherFailingTests.swift",
"FetcherNoNetworkTests.swift",
"FetcherTests.swift",
"Shared/FailingAPIURL.swift",
"Shared/FailingAPIURLMock.swift",
"Shared/FetcherAPIURL.swift",
"Shared/FetcherAPIURLMock.swift",
"Shared/FetcherEnvironmentMock.swift",
"Shared/FetcherMocks.swift",
"TokenTests.swift"
],
"target_dependencies" : [
"Fetcher"
],
"type" : "test"
},
{
"c99name" : "Fetcher",
"module_type" : "SwiftTarget",
"name" : "Fetcher",
"path" : "Sources/Fetcher",
"product_dependencies" : [
"Lint"
],
"product_memberships" : [
"Fetcher"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/empty.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/error.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/getData.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/refreshToken.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Fetcher/Mocks/tokenError.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Extensions/OSLog+Categories.swift",
"Extensions/URLSession+Backports.swift",
"Fetcher+Concurrency.swift",
"Fetcher.swift",
"Models/APIError.swift",
"Models/Mock/APIURLMock.swift",
"Models/Mock/URLProtocolMock.swift",
"Models/ServerErrorResponse.swift",
"Models/Token.swift",
"Models/TokenErrorResponse.swift",
"Protocols/APIURL.swift",
"Protocols/FetcherEnvironment.swift",
"Protocols/FetcherLogger.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.