The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Netswift with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MrSkwiggs/Netswift.git
Reference: 1.1.1
Cloned https://github.com/MrSkwiggs/Netswift.git into spi-builder-workspace
SUCCESS checkout https://github.com/MrSkwiggs/Netswift.git at 1.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/21] Emitting module Netswift
[2/23] Compiling Netswift NetswiftRequest.swift
[3/23] Compiling Netswift NetswiftRequestPerformable.swift
[4/23] Compiling Netswift NetswiftResult.swift
[5/23] Compiling Netswift GenericScheme.swift
[6/23] Compiling Netswift HTTPPerformer.swift
[7/23] Compiling Netswift MimeType.swift
[8/23] Compiling Netswift NetswiftAuthorizationType.swift
[9/23] Compiling Netswift NetswiftEncoder.swift
[10/23] Compiling Netswift NetswiftError+Category.swift
[11/23] Compiling Netswift NetswiftHTTPPerformer.swift
[12/23] Compiling Netswift NetswiftPerformer.swift
[13/23] 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):
                          ~~~~^~~~~~~~~
                          _
[14/23] 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):
                          ~~~~^~~~~~~~~
                          _
[15/23] 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):
                          ~~~~^~~~~~~~~
                          _
[16/23] Compiling Netswift NetswiftHandler.swift
[17/23] Compiling Netswift NetswiftHeaders.swift
[18/23] Compiling Netswift NetswiftNetworkPerformer.swift
[19/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
                ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[20/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
                ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[21/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
                ^       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[22/23] Compiling Netswift RequestHeader.swift
[23/23] Compiling Netswift URLRequestExtension.swift
Build complete! (10.89s)
Build complete.
Done.

Build Machine: Linux 2