The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Nextbike, reference master (4066a8), with Swift 6.1 for Android on 29 May 2025 15:17:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/Nextbike.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/kiliankoe/Nextbike
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 4066a8f Add links to API documentations
Cloned https://github.com/kiliankoe/Nextbike.git
Revision (git rev-parse @):
4066a8f2a466703803590a1cd347d4aa8876c1e9
SUCCESS checkout https://github.com/kiliankoe/Nextbike.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kiliankoe/Nextbike.git
https://github.com/kiliankoe/Nextbike.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    }
  ],
  "manifest_display_name" : "Nextbike",
  "name" : "Nextbike",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Nextbike",
      "targets" : [
        "Nextbike"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NextbikeTests",
      "module_type" : "SwiftTarget",
      "name" : "NextbikeTests",
      "path" : "Tests/NextbikeTests",
      "sources" : [
        "NextbikeTests.swift"
      ],
      "target_dependencies" : [
        "Nextbike"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Nextbike",
      "module_type" : "SwiftTarget",
      "name" : "Nextbike",
      "path" : "Sources/Nextbike",
      "product_dependencies" : [
        "AnyCodable"
      ],
      "product_memberships" : [
        "Nextbike"
      ],
      "sources" : [
        "Endpoints/Bikes.swift",
        "Endpoints/Maps.swift",
        "Models/City.swift",
        "Models/Country.swift",
        "Models/FlexzoneResponse.swift",
        "Models/Place.swift",
        "Network/Endpoint.swift",
        "Network/NetworkManager.swift",
        "Nextbike.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
Fetched https://github.com/Flight-School/AnyCodable from cache (0.36s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.16s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/7] Emitting module AnyCodable
[5/7] Compiling AnyCodable AnyEncodable.swift
[6/7] Compiling AnyCodable AnyCodable.swift
[7/7] Compiling AnyCodable AnyDecodable.swift
[9/17] Compiling Nextbike Country.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[10/17] Compiling Nextbike Bikes.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[11/17] Compiling Nextbike Maps.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[12/17] Compiling Nextbike City.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/18] Emitting module Nextbike
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[14/18] Compiling Nextbike NetworkManager.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[15/18] Compiling Nextbike Place.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[16/18] Compiling Nextbike Endpoint.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[17/18] Compiling Nextbike FlexzoneResponse.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[18/18] Compiling Nextbike Nextbike.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/5] Compiling AnyCodable AnyCodable.swift
[3/5] Emitting module AnyCodable
[4/5] Compiling AnyCodable AnyDecodable.swift
[5/5] Compiling AnyCodable AnyEncodable.swift
[7/15] Compiling Nextbike NetworkManager.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[8/16] Compiling Nextbike City.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[9/16] Compiling Nextbike Country.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[10/16] Compiling Nextbike Place.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[11/16] Compiling Nextbike FlexzoneResponse.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[12/16] Compiling Nextbike Endpoint.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/16] Emitting module Nextbike
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[14/16] Compiling Nextbike Bikes.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[15/16] Compiling Nextbike Maps.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
[16/16] Compiling Nextbike Nextbike.swift
/host/spi-builder-workspace/Sources/Nextbike/Endpoints/Maps.swift:9:8: error: no such module 'CoreLocation'
  7 |
  8 | import Foundation
  9 | import CoreLocation
    |        `- error: no such module 'CoreLocation'
 10 |
 11 | extension Nextbike {
BUILD FAILURE 6.1 android