The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CryptoCurrencyKit 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/iCell/CryptoCurrencyKit.git
Reference: master
Cloned https://github.com/iCell/CryptoCurrencyKit.git into spi-builder-workspace
SUCCESS checkout https://github.com/iCell/CryptoCurrencyKit.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/6] Compiling CryptoCurrencyKit Ticker.swift
[2/6] Compiling CryptoCurrencyKit Graph.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Compiling CryptoCurrencyKit Global.swift
[4/6] Compiling CryptoCurrencyKit Request.swift
/host/spi-builder-workspace/Sources/Request.swift:31:41: error: cannot find type 'URLRequest' in scope
    static func requestA<T>(urlRequest: URLRequest, response: ((_ r: ResponseA<T>) -> Void)?) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Request.swift:50:41: error: cannot find type 'URLRequest' in scope
    static func requestD<T>(urlRequest: URLRequest, response: ((_ r: ResponseD<T>) -> Void)?) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Request.swift:69:40: error: cannot find type 'URLRequest' in scope
    static func requestRaw(urlRequest: URLRequest, response: ((_ r: ResponseRaw) -> Void)?) {
                                       ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Request.swift:32:20: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        URLSession.shared.dataTask(with: urlRequest) { (data, _, error) in
        ~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/Request.swift:51:20: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        URLSession.shared.dataTask(with: urlRequest) { (data, _, error) in
        ~~~~~~~~~~ ^~~~~~
/host/spi-builder-workspace/Sources/Request.swift:70:20: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
        URLSession.shared.dataTask(with: urlRequest) { (data, _, error) in
        ~~~~~~~~~~ ^~~~~~
[5/6] Compiling CryptoCurrencyKit CryptoCurrencyKit.swift
/host/spi-builder-workspace/Sources/CryptoCurrencyKit.swift:12:26: error: cannot find 'URLRequest' in scope
        let urlRequest = URLRequest(url: url)
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Request.swift:31:41: error: cannot find type 'URLRequest' in scope
    static func requestA<T>(urlRequest: URLRequest, response: ((_ r: ResponseA<T>) -> Void)?) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/CryptoCurrencyKit.swift:20:26: error: cannot find 'URLRequest' in scope
        let urlRequest = URLRequest(url: URL(string: urlString)!)
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/CryptoCurrencyKit.swift:33:26: error: cannot find 'URLRequest' in scope
        let urlRequest = URLRequest(url: URL(string: "https://api.coinmarketcap.com/v1/global/")!)
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Request.swift:50:41: error: cannot find type 'URLRequest' in scope
    static func requestD<T>(urlRequest: URLRequest, response: ((_ r: ResponseD<T>) -> Void)?) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/CryptoCurrencyKit.swift:40:26: error: cannot find 'URLRequest' in scope
        let urlRequest = URLRequest(url: URL(string: "https://graphs.coinmarketcap.com/currencies/\(coin)/\(fromInterval)/\(toInterval)/")!)
                         ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Request.swift:69:40: error: cannot find type 'URLRequest' in scope
    static func requestRaw(urlRequest: URLRequest, response: ((_ r: ResponseRaw) -> Void)?) {
                                       ^~~~~~~~~~
[6/6] Emitting module CryptoCurrencyKit
/host/spi-builder-workspace/Sources/Request.swift:31:41: error: cannot find type 'URLRequest' in scope
    static func requestA<T>(urlRequest: URLRequest, response: ((_ r: ResponseA<T>) -> Void)?) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Request.swift:50:41: error: cannot find type 'URLRequest' in scope
    static func requestD<T>(urlRequest: URLRequest, response: ((_ r: ResponseD<T>) -> Void)?) {
                                        ^~~~~~~~~~
/host/spi-builder-workspace/Sources/Request.swift:69:40: error: cannot find type 'URLRequest' in scope
    static func requestRaw(urlRequest: URLRequest, response: ((_ r: ResponseRaw) -> Void)?) {
                                       ^~~~~~~~~~
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1