Build Information
Successful build of Aria2Kit, reference 1.0.5 (e3c847), with Swift 6.1 for Linux on 7 Apr 2026 21:19:19 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/baptistecdr/Aria2Kit.git
Reference: 1.0.5
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/baptistecdr/Aria2Kit
* tag 1.0.5 -> FETCH_HEAD
HEAD is now at e3c8474 Update dependency Alamofire/Alamofire to v5.11.2 (#18)
Cloned https://github.com/baptistecdr/Aria2Kit.git
Revision (git rev-parse @):
e3c84747f477a41e7028b6e66f8f2097d169344f
SUCCESS checkout https://github.com/baptistecdr/Aria2Kit.git at 1.0.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/baptistecdr/Aria2Kit.git
https://github.com/baptistecdr/Aria2Kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"exact" : [
"5.11.2"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire"
},
{
"identity" : "anycodable",
"requirement" : {
"exact" : [
"0.6.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable"
}
],
"manifest_display_name" : "Aria2Kit",
"name" : "Aria2Kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "Aria2Kit",
"targets" : [
"Aria2Kit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Aria2KitTests",
"module_type" : "SwiftTarget",
"name" : "Aria2KitTests",
"path" : "Tests/Aria2KitTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/Aria2KitTests/Resources/mockserver/expectations.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Aria2KitTests.swift"
],
"target_dependencies" : [
"Aria2Kit"
],
"type" : "test"
},
{
"c99name" : "Aria2Kit",
"module_type" : "SwiftTarget",
"name" : "Aria2Kit",
"path" : "Sources/Aria2Kit",
"product_dependencies" : [
"Alamofire",
"AnyCodable"
],
"product_memberships" : [
"Aria2Kit"
],
"sources" : [
"Aria2.swift",
"Aria2Body.swift",
"Aria2Method.swift",
"Aria2MulticallParams.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package@swift-6.1.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
4 | import PackageDescription
5 |
6 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
7 | name: "Aria2Kit",
8 | platforms: [.macOS(.v10_13),
/host/spi-builder-workspace/Package@swift-6.1.swift:9:27: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
7 | name: "Aria2Kit",
8 | platforms: [.macOS(.v10_13),
9 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 | .tvOS(.v11),
11 | .watchOS(.v4)],
/host/spi-builder-workspace/Package@swift-6.1.swift:10:28: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | platforms: [.macOS(.v10_13),
9 | .iOS(.v11),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .watchOS(.v4)],
12 | products: [
/host/spi-builder-workspace/Package@swift-6.1.swift:18:14: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
16 | ],
17 | dependencies: [
18 | .package(name: "Alamofire", url: "https://github.com/Alamofire/Alamofire", .revision("5.9.1")),
| `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 | .package(name: "AnyCodable", url: "https://github.com/Flight-School/AnyCodable", .revision("0.6.7")),
20 | ],
/host/spi-builder-workspace/Package@swift-6.1.swift:18:89: warning: 'revision' is deprecated
16 | ],
17 | dependencies: [
18 | .package(name: "Alamofire", url: "https://github.com/Alamofire/Alamofire", .revision("5.9.1")),
| `- warning: 'revision' is deprecated
19 | .package(name: "AnyCodable", url: "https://github.com/Flight-School/AnyCodable", .revision("0.6.7")),
20 | ],
/host/spi-builder-workspace/Package@swift-6.1.swift:19:14: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
17 | dependencies: [
18 | .package(name: "Alamofire", url: "https://github.com/Alamofire/Alamofire", .revision("5.9.1")),
19 | .package(name: "AnyCodable", url: "https://github.com/Flight-School/AnyCodable", .revision("0.6.7")),
| `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
20 | ],
21 | targets: [
/host/spi-builder-workspace/Package@swift-6.1.swift:19:95: warning: 'revision' is deprecated
17 | dependencies: [
18 | .package(name: "Alamofire", url: "https://github.com/Alamofire/Alamofire", .revision("5.9.1")),
19 | .package(name: "AnyCodable", url: "https://github.com/Flight-School/AnyCodable", .revision("0.6.7")),
| `- warning: 'revision' is deprecated
20 | ],
21 | targets: [
Fetching https://github.com/Alamofire/Alamofire
[1/31473] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire from cache (4.47s)
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.29s)
Creating working copy for https://github.com/Alamofire/Alamofire
Working copy of https://github.com/Alamofire/Alamofire resolved at 5.9.1 (f455c29)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7 (862808b)
Building for debugging...
[0/5] Write sources
[0/5] Copying PrivacyInfo.xcprivacy
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/48] Emitting module AnyCodable
[7/48] Compiling AnyCodable AnyCodable.swift
[8/48] Compiling AnyCodable AnyDecodable.swift
[9/48] Compiling AnyCodable AnyEncodable.swift
[11/49] Compiling Alamofire URLRequest+Alamofire.swift
[12/49] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[13/49] Compiling Alamofire AlamofireExtended.swift
[14/49] Compiling Alamofire AuthenticationInterceptor.swift
[15/49] Compiling Alamofire CachedResponseHandler.swift
[16/49] Compiling Alamofire WebSocketRequest.swift
[17/49] Compiling Alamofire DispatchQueue+Alamofire.swift
[18/49] Compiling Alamofire OperationQueue+Alamofire.swift
[19/49] Compiling Alamofire Result+Alamofire.swift
[20/49] Compiling Alamofire StringEncoding+Alamofire.swift
[21/54] Compiling Alamofire Combine.swift
[22/54] Compiling Alamofire Concurrency.swift
[23/54] Compiling Alamofire EventMonitor.swift
[24/54] Compiling Alamofire MultipartFormData.swift
[25/54] Compiling Alamofire MultipartUpload.swift
[26/54] Compiling Alamofire NetworkReachabilityManager.swift
[27/54] Compiling Alamofire RedirectHandler.swift
[28/54] Compiling Alamofire RequestCompression.swift
[29/54] Compiling Alamofire RequestInterceptor.swift
[30/54] Compiling Alamofire ResponseSerialization.swift
[31/54] Compiling Alamofire HTTPMethod.swift
[32/54] Compiling Alamofire Notifications.swift
[33/54] Compiling Alamofire ParameterEncoder.swift
[34/54] Compiling Alamofire ParameterEncoding.swift
[35/54] Compiling Alamofire Protected.swift
[36/54] Compiling Alamofire Request.swift
[37/54] Compiling Alamofire RequestTaskMap.swift
[38/54] Compiling Alamofire Response.swift
[39/54] Compiling Alamofire Session.swift
[40/54] Compiling Alamofire SessionDelegate.swift
[41/54] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[42/54] Compiling Alamofire UploadRequest.swift
[43/54] Emitting module Alamofire
[44/54] Compiling Alamofire Alamofire.swift
[45/54] Compiling Alamofire AFError.swift
[46/54] Compiling Alamofire DataRequest.swift
[47/54] Compiling Alamofire DataStreamRequest.swift
[48/54] Compiling Alamofire DownloadRequest.swift
[49/54] Compiling Alamofire HTTPHeaders.swift
[50/54] Compiling Alamofire RetryPolicy.swift
[51/54] Compiling Alamofire ServerTrustEvaluation.swift
[52/54] Compiling Alamofire URLEncodedFormEncoder.swift
[53/54] Compiling Alamofire Validation.swift
[54/54] Compiling Alamofire resource_bundle_accessor.swift
[56/60] Compiling Aria2Kit Aria2Method.swift
[57/60] Compiling Aria2Kit Aria2MulticallParams.swift
[58/60] Compiling Aria2Kit Aria2Body.swift
[59/60] Compiling Aria2Kit Aria2.swift
[60/60] Emitting module Aria2Kit
Build complete! (33.24s)
Build complete.
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"revision" : [
"5.9.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire"
},
{
"identity" : "anycodable",
"requirement" : {
"revision" : [
"0.6.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable"
}
],
"manifest_display_name" : "Aria2Kit",
"name" : "Aria2Kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "Aria2Kit",
"targets" : [
"Aria2Kit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Aria2KitTests",
"module_type" : "SwiftTarget",
"name" : "Aria2KitTests",
"path" : "Tests/Aria2KitTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/Aria2KitTests/Resources/mockserver/expectations.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Aria2KitTests.swift"
],
"target_dependencies" : [
"Aria2Kit"
],
"type" : "test"
},
{
"c99name" : "Aria2Kit",
"module_type" : "SwiftTarget",
"name" : "Aria2Kit",
"path" : "Sources/Aria2Kit",
"product_dependencies" : [
"Alamofire",
"AnyCodable"
],
"product_memberships" : [
"Aria2Kit"
],
"sources" : [
"Aria2.swift",
"Aria2Body.swift",
"Aria2Method.swift",
"Aria2MulticallParams.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package@swift-6.1.swift:6:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
4 | import PackageDescription
5 |
6 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
7 | name: "Aria2Kit",
8 | platforms: [.macOS(.v10_13),
/host/spi-builder-workspace/Package@swift-6.1.swift:9:27: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
7 | name: "Aria2Kit",
8 | platforms: [.macOS(.v10_13),
9 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 | .tvOS(.v11),
11 | .watchOS(.v4)],
/host/spi-builder-workspace/Package@swift-6.1.swift:10:28: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
8 | platforms: [.macOS(.v10_13),
9 | .iOS(.v11),
10 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 | .watchOS(.v4)],
12 | products: [
/host/spi-builder-workspace/Package@swift-6.1.swift:18:14: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
16 | ],
17 | dependencies: [
18 | .package(name: "Alamofire", url: "https://github.com/Alamofire/Alamofire", .revision("5.9.1")),
| `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
19 | .package(name: "AnyCodable", url: "https://github.com/Flight-School/AnyCodable", .revision("0.6.7")),
20 | ],
/host/spi-builder-workspace/Package@swift-6.1.swift:18:89: warning: 'revision' is deprecated
16 | ],
17 | dependencies: [
18 | .package(name: "Alamofire", url: "https://github.com/Alamofire/Alamofire", .revision("5.9.1")),
| `- warning: 'revision' is deprecated
19 | .package(name: "AnyCodable", url: "https://github.com/Flight-School/AnyCodable", .revision("0.6.7")),
20 | ],
/host/spi-builder-workspace/Package@swift-6.1.swift:19:14: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
17 | dependencies: [
18 | .package(name: "Alamofire", url: "https://github.com/Alamofire/Alamofire", .revision("5.9.1")),
19 | .package(name: "AnyCodable", url: "https://github.com/Flight-School/AnyCodable", .revision("0.6.7")),
| `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
20 | ],
21 | targets: [
/host/spi-builder-workspace/Package@swift-6.1.swift:19:95: warning: 'revision' is deprecated
17 | dependencies: [
18 | .package(name: "Alamofire", url: "https://github.com/Alamofire/Alamofire", .revision("5.9.1")),
19 | .package(name: "AnyCodable", url: "https://github.com/Flight-School/AnyCodable", .revision("0.6.7")),
| `- warning: 'revision' is deprecated
20 | ],
21 | targets: [
Done.