Build Information
Successful build of WealthsimpleDownloader, reference main (9ebe39), with Swift 6.2 for Android on 23 Apr 2026 18:53:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/WealthsimpleDownloader.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/Nef10/WealthsimpleDownloader
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9ebe396 Bump release-drafter from 7.1.1 to 7.2.0 (#298)
Cloned https://github.com/Nef10/WealthsimpleDownloader.git
Revision (git rev-parse @):
9ebe3966d9315b341dfd5bb163aef1fe7fe5b217
SUCCESS checkout https://github.com/Nef10/WealthsimpleDownloader.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/Nef10/WealthsimpleDownloader.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--11D90AFD9DD3AB2.txt
[3/11] Compiling Wealthsimple WealthsimpleDownloader.swift
[4/11] Compiling Wealthsimple String+CamelCase.swift
[5/11] Compiling Wealthsimple Token.swift
[6/11] Emitting module Wealthsimple
[7/11] Compiling Wealthsimple URLConfiguration.swift
[8/11] Compiling Wealthsimple Transaction.swift
[9/12] Compiling Wealthsimple WealthsimpleAccount.swift
[10/12] Compiling Wealthsimple WealthsimplePosition.swift
[11/12] Compiling Wealthsimple WealthsimpleAsset.swift
[12/12] Compiling Wealthsimple WealthsimpleTransaction.swift
/host/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift:223:25: warning: mutation of captured var 'resultError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
221 | switch result {
222 | case .failure(let failure):
223 | resultError = failure
| `- warning: mutation of captured var 'resultError' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
224 | case .success(let data):
225 | resultData = data
/host/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift:225:25: warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
223 | resultError = failure
224 | case .success(let data):
225 | resultData = data
| `- warning: mutation of captured var 'resultData' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
226 | }
227 | group.leave()
/host/spi-builder-workspace/Sources/Wealthsimple/WealthsimpleTransaction.swift:269:17: warning: mutation of captured var 'nextResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
267 | DispatchQueue.global(qos: .userInitiated).async {
268 | getTransactions(token: token, account: account, startDate: startDate, cursor: cursor) {
269 | nextResult = $0
| `- warning: mutation of captured var 'nextResult' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
270 | group.leave()
271 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
Build complete! (20.30s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WealthsimpleDownloader",
"name" : "WealthsimpleDownloader",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Wealthsimple",
"targets" : [
"Wealthsimple"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WealthsimpleTests",
"module_type" : "SwiftTarget",
"name" : "WealthsimpleTests",
"path" : "Tests/WealthsimpleTests",
"sources" : [
"CreditCardPositionTests.swift",
"Extensions/XCTestCase.swift",
"ExtensionsTests/StringCamelCaseTests.swift",
"Helpers/DownloaderTestCase.swift",
"Helpers/MockAccount.swift",
"Helpers/MockCredentialStorage.swift",
"Helpers/MockURLProtocol.swift",
"TokenTests.swift",
"TransactionTests.swift",
"URLConfigurationTests.swift",
"WealthsimpleAccountTests.swift",
"WealthsimpleAssetTests.swift",
"WealthsimpleDownloaderTests.swift",
"WealthsimplePositionTests.swift",
"WealthsimpleTransactionTests.swift"
],
"target_dependencies" : [
"Wealthsimple"
],
"type" : "test"
},
{
"c99name" : "Wealthsimple",
"module_type" : "SwiftTarget",
"name" : "Wealthsimple",
"path" : "Sources/Wealthsimple",
"product_memberships" : [
"Wealthsimple"
],
"sources" : [
"Extensions/String+CamelCase.swift",
"Token.swift",
"Transaction.swift",
"URLConfiguration.swift",
"WealthsimpleAccount.swift",
"WealthsimpleAsset.swift",
"WealthsimpleDownloader.swift",
"WealthsimplePosition.swift",
"WealthsimpleTransaction.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.