Build Information
Successful build of Netswift, reference develop (edd7ac
), with Swift 5.9 for Linux on 26 Mar 2025 15:47:28 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MrSkwiggs/Netswift.git
Reference: develop
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/MrSkwiggs/Netswift
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at edd7aca Update README.md
Cloned https://github.com/MrSkwiggs/Netswift.git
Revision (git rev-parse @):
edd7acabda694f1fbbd6f912b17c46bd819a0706
SUCCESS checkout https://github.com/MrSkwiggs/Netswift.git at develop
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/MrSkwiggs/Netswift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/21] Compiling Netswift NetswiftAuthorizationType.swift
[2/21] Compiling Netswift NetswiftEncoder.swift
[3/21] Compiling Netswift NetswiftError+Category.swift
[4/23] Compiling Netswift NetswiftHandler.swift
[5/23] Compiling Netswift NetswiftHeaders.swift
[6/23] Compiling Netswift NetswiftNetworkPerformer.swift
[7/23] Emitting module Netswift
[8/23] Compiling Netswift GenericScheme.swift
[9/23] Compiling Netswift HTTPPerformer.swift
[10/23] Compiling Netswift MimeType.swift
[11/23] Compiling Netswift NetswiftRoute.swift
/host/spi-builder-workspace/Sources/Netswift/Core/NetswiftSession.swift:43:17: warning: result of call to 'dataTask(with:completionHandler:)' is unused
dataTask(with: urlRequest) { data, response, error in
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[12/23] Compiling Netswift NetswiftSession.swift
/host/spi-builder-workspace/Sources/Netswift/Core/NetswiftSession.swift:43:17: warning: result of call to 'dataTask(with:completionHandler:)' is unused
dataTask(with: urlRequest) { data, response, error in
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[13/23] Compiling Netswift NetswiftTask.swift
/host/spi-builder-workspace/Sources/Netswift/Core/NetswiftSession.swift:43:17: warning: result of call to 'dataTask(with:completionHandler:)' is unused
dataTask(with: urlRequest) { data, response, error in
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[14/23] Compiling Netswift RequestHeader.swift
[15/23] Compiling Netswift URLRequestExtension.swift
[16/23] Compiling Netswift NetswiftError.swift
[17/23] Compiling Netswift NetswiftHTTPMethod.swift
[18/23] Compiling Netswift NetswiftHTTPResponse.swift
[19/23] Compiling Netswift NetswiftRequest.swift
[20/23] Compiling Netswift NetswiftRequestPerformable.swift
[21/23] Compiling Netswift NetswiftResult.swift
[22/23] Compiling Netswift NetswiftHTTPPerformer.swift
[23/23] Compiling Netswift NetswiftPerformer.swift
Build complete! (7.36s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Netswift",
"name" : "Netswift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Netswift",
"targets" : [
"Netswift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NetswiftTests",
"module_type" : "SwiftTarget",
"name" : "NetswiftTests",
"path" : "Tests/NetswiftTests",
"sources" : [
"NetswiftTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Netswift"
],
"type" : "test"
},
{
"c99name" : "Netswift",
"module_type" : "SwiftTarget",
"name" : "Netswift",
"path" : "Sources/Netswift",
"product_memberships" : [
"Netswift"
],
"sources" : [
"Core/GenericScheme.swift",
"Core/HTTPPerformer.swift",
"Core/MimeType.swift",
"Core/NetswiftAuthorizationType.swift",
"Core/NetswiftEncoder.swift",
"Core/NetswiftError/NetswiftError+Category.swift",
"Core/NetswiftError/NetswiftError.swift",
"Core/NetswiftHTTPMethod.swift",
"Core/NetswiftHTTPResponse.swift",
"Core/NetswiftHandler.swift",
"Core/NetswiftHeaders.swift",
"Core/NetswiftNetworkPerformer.swift",
"Core/NetswiftRequest.swift",
"Core/NetswiftRequestPerformable.swift",
"Core/NetswiftResult.swift",
"Core/NetswiftRoute.swift",
"Core/NetswiftSession.swift",
"Core/NetswiftTask.swift",
"Core/RequestHeader.swift",
"Core/URLRequestExtension.swift",
"NetswiftHTTPPerformer.swift",
"NetswiftPerformer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.