The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Netswift with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MrSkwiggs/Netswift.git
Reference: 1.1.1
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
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 2b45629 🔀 Merge pull request #48 from MrSkwiggs/bleeding_edge
Cloned https://github.com/MrSkwiggs/Netswift.git
Revision (git rev-parse @):
2b45629ae5f4859e62207b1d4064e08bd870e689
SUCCESS checkout https://github.com/MrSkwiggs/Netswift.git at 1.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/MrSkwiggs/Netswift.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/23] Emitting module Netswift
[4/25] Compiling Netswift GenericScheme.swift
[5/25] Compiling Netswift HTTPPerformer.swift
[6/25] Compiling Netswift MimeType.swift
[7/25] Compiling Netswift NetswiftHTTPPerformer.swift
[8/25] Compiling Netswift NetswiftPerformer.swift
[9/25] Compiling Netswift NetswiftHandler.swift
[10/25] Compiling Netswift NetswiftHeaders.swift
[11/25] Compiling Netswift NetswiftNetworkPerformer.swift
[12/25] Compiling Netswift RequestHeader.swift
[13/25] Compiling Netswift URLRequestExtension.swift
[14/25] Compiling Netswift NetswiftAuthorizationType.swift
[15/25] Compiling Netswift NetswiftEncoder.swift
[16/25] Compiling Netswift NetswiftError+Category.swift
[17/25] Compiling Netswift NetswiftError.swift
/host/spi-builder-workspace/Sources/Netswift/Core/NetswiftError/NetswiftError.swift:134:32: warning: immutable value 'any' was never used; consider replacing with '_' or removing it
        case .typeMismatch(let any, let context):
                           ~~~~^~~
                           _
/host/spi-builder-workspace/Sources/Netswift/Core/NetswiftError/NetswiftError.swift:136:33: warning: immutable value 'any' was never used; consider replacing with '_' or removing it
        case .valueNotFound(let any, let context):
                            ~~~~^~~
                            _
/host/spi-builder-workspace/Sources/Netswift/Core/NetswiftError/NetswiftError.swift:138:31: warning: immutable value 'codingKey' was never used; consider replacing with '_' or removing it
        case .keyNotFound(let codingKey, let context):
                          ~~~~^~~~~~~~~
                          _
[18/25] Compiling Netswift NetswiftHTTPMethod.swift
/host/spi-builder-workspace/Sources/Netswift/Core/NetswiftError/NetswiftError.swift:134:32: warning: immutable value 'any' was never used; consider replacing with '_' or removing it
        case .typeMismatch(let any, let context):
                           ~~~~^~~
                           _
/host/spi-builder-workspace/Sources/Netswift/Core/NetswiftError/NetswiftError.swift:136:33: warning: immutable value 'any' was never used; consider replacing with '_' or removing it
        case .valueNotFound(let any, let context):
                            ~~~~^~~
                            _
/host/spi-builder-workspace/Sources/Netswift/Core/NetswiftError/NetswiftError.swift:138:31: warning: immutable value 'codingKey' was never used; consider replacing with '_' or removing it
        case .keyNotFound(let codingKey, let context):
                          ~~~~^~~~~~~~~
                          _
[19/25] Compiling Netswift NetswiftHTTPResponse.swift
/host/spi-builder-workspace/Sources/Netswift/Core/NetswiftError/NetswiftError.swift:134:32: warning: immutable value 'any' was never used; consider replacing with '_' or removing it
        case .typeMismatch(let any, let context):
                           ~~~~^~~
                           _
/host/spi-builder-workspace/Sources/Netswift/Core/NetswiftError/NetswiftError.swift:136:33: warning: immutable value 'any' was never used; consider replacing with '_' or removing it
        case .valueNotFound(let any, let context):
                            ~~~~^~~
                            _
/host/spi-builder-workspace/Sources/Netswift/Core/NetswiftError/NetswiftError.swift:138:31: warning: immutable value 'codingKey' was never used; consider replacing with '_' or removing it
        case .keyNotFound(let codingKey, let context):
                          ~~~~^~~~~~~~~
                          _
[20/25] Compiling Netswift NetswiftRequest.swift
[21/25] Compiling Netswift NetswiftRequestPerformable.swift
[22/25] Compiling Netswift NetswiftResult.swift
[23/25] 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
                ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[24/25] 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
                ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[25/25] 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
                ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Build complete! (10.04s)
Build complete.
Done.

Build Machine: Linux 2