The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CryptoCurrencyKit with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/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/iCell/CryptoCurrencyKit.git
Reference: master
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/iCell/CryptoCurrencyKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 61b725a update podspec
Cloned https://github.com/iCell/CryptoCurrencyKit.git
Revision (git rev-parse @):
61b725a65643ff9668c02e6915982ace109e2716
SUCCESS checkout https://github.com/iCell/CryptoCurrencyKit.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/iCell/CryptoCurrencyKit.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/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/8] Compiling CryptoCurrencyKit Ticker.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/8] Compiling CryptoCurrencyKit Graph.swift
[5/8] Compiling CryptoCurrencyKit Global.swift
[6/8] 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)?) {
                                       ^~~~~~~~~~
[7/8] 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)?) {
                                       ^~~~~~~~~~
[8/8] 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
        ~~~~~~~~~~ ^~~~~~
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/4] 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
        ~~~~~~~~~~ ^~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] 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)?) {
                                       ^~~~~~~~~~
[4/4] 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)?) {
                                       ^~~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1