The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HTTPStatusCodes with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/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.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rhodgkins/SwiftHTTPStatusCodes.git
Reference: master
Cloned https://github.com/rhodgkins/SwiftHTTPStatusCodes.git into spi-builder-workspace
SUCCESS checkout https://github.com/rhodgkins/SwiftHTTPStatusCodes.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/3] Compiling HTTPStatusCodes HTTPStatusCodes.swift
/host/spi-builder-workspace/Sources/HTTPStatusCodes.swift:41:6: error: Objective-C interoperability is disabled
    @objc(HTTPStatusCodeOK)
    ~^~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/Sources/HTTPStatusCodes.swift:87:6: error: Objective-C interoperability is disabled
    @objc(HTTPStatusCodeIMUsed)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/Sources/HTTPStatusCodes.swift:204:6: error: Objective-C interoperability is disabled
    @objc(HTTPStatusCodeURITooLong)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/Sources/HTTPStatusCodes.swift:282:6: error: Objective-C interoperability is disabled
    @objc(HTTPStatusCodeIISLoginTimeout)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/Sources/HTTPStatusCodes.swift:299:6: error: Objective-C interoperability is disabled
    @objc(HTTPStatusCodeIISRetryWith)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/Sources/HTTPStatusCodes.swift:375:6: error: Objective-C interoperability is disabled
    @objc(HTTPStatusCodeHTTPVersionNotSupported)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module HTTPStatusCodes
/host/spi-builder-workspace/Sources/HTTPStatusCodes+Extensions.swift:78:8: error: non-nominal type 'HTTPURLResponse' (aka 'AnyObject') cannot be extended
public extension HTTPURLResponse {
       ^         ~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HTTPStatusCodes+Extensions.swift:166:8: error: non-nominal type 'HTTPURLResponse' (aka 'AnyObject') cannot be extended
public extension HTTPURLResponse {
       ^         ~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HTTPStatusCodes+Extensions.swift:62:25: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    init?(HTTPResponse: HTTPURLResponse?) {
                        ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/HTTPStatusCodes.swift:41:6: error: Objective-C interoperability is disabled
    @objc(HTTPStatusCodeOK)
    ~^~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/Sources/HTTPStatusCodes.swift:87:6: error: Objective-C interoperability is disabled
    @objc(HTTPStatusCodeIMUsed)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/Sources/HTTPStatusCodes.swift:204:6: error: Objective-C interoperability is disabled
    @objc(HTTPStatusCodeURITooLong)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/Sources/HTTPStatusCodes.swift:282:6: error: Objective-C interoperability is disabled
    @objc(HTTPStatusCodeIISLoginTimeout)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/Sources/HTTPStatusCodes.swift:299:6: error: Objective-C interoperability is disabled
    @objc(HTTPStatusCodeIISRetryWith)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
/host/spi-builder-workspace/Sources/HTTPStatusCodes.swift:375:6: error: Objective-C interoperability is disabled
    @objc(HTTPStatusCodeHTTPVersionNotSupported)
    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
[3/3] Compiling HTTPStatusCodes HTTPStatusCodes+Extensions.swift
/host/spi-builder-workspace/Sources/HTTPStatusCodes+Extensions.swift:78:8: error: non-nominal type 'HTTPURLResponse' (aka 'AnyObject') cannot be extended
public extension HTTPURLResponse {
       ^         ~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HTTPStatusCodes+Extensions.swift:166:8: error: non-nominal type 'HTTPURLResponse' (aka 'AnyObject') cannot be extended
public extension HTTPURLResponse {
       ^         ~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HTTPStatusCodes+Extensions.swift:62:25: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
    init?(HTTPResponse: HTTPURLResponse?) {
                        ^~~~~~~~~~~~~~~
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
public typealias HTTPURLResponse = AnyObject
                 ^
/host/spi-builder-workspace/Sources/HTTPStatusCodes+Extensions.swift:42:32: error: type 'HTTPURLResponse' (aka 'AnyObject') has no member 'localizedString'
        return HTTPURLResponse.localizedString(forStatusCode: rawValue)
               ~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/HTTPStatusCodes+Extensions.swift:63:51: error: value of type 'HTTPURLResponse' (aka 'AnyObject') has no member 'statusCode'
        guard let statusCodeValue = HTTPResponse?.statusCode else {
                                    ~~~~~~~~~~~~~ ^~~~~~~~~~
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1