The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build GoatHerb, reference main (4635b1), with Swift 6.1 for Android on 28 May 2025 14:04:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/bdrelling/GoatHerb.git
Reference: main
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/bdrelling/GoatHerb
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4635b13 Bumped KippleNetworking to 0.4.0
Cloned https://github.com/bdrelling/GoatHerb.git
Revision (git rev-parse @):
4635b13f7bf525e4e1e8d060c9b29041f415c573
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bdrelling/GoatHerb.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bdrelling/GoatHerb.git
https://github.com/bdrelling/GoatHerb.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "diagnostics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-kipple/Diagnostics"
    },
    {
      "identity" : "networking",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "0.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-kipple/Networking"
    }
  ],
  "manifest_display_name" : "GoatHerb",
  "name" : "GoatHerb",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "GoatHerb",
      "targets" : [
        "GoatHerb"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoatHerbTests",
      "module_type" : "SwiftTarget",
      "name" : "GoatHerbTests",
      "path" : "Tests/GoatHerbTests",
      "sources" : [
        "Core/BaseTestCase.swift",
        "Core/Date+Convenience.swift",
        "Core/RepositoryValidating.swift",
        "Tests/GetOrganizationRequestTests.swift",
        "Tests/GetRateLimitRequestTests.swift",
        "Tests/GetRepositoriesRequestTests.swift",
        "Tests/GetRepositoryRequestTests.swift",
        "Tests/GetUserRequestTests.swift"
      ],
      "target_dependencies" : [
        "GoatHerb"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoatHerb",
      "module_type" : "SwiftTarget",
      "name" : "GoatHerb",
      "path" : "Sources/GoatHerb",
      "product_dependencies" : [
        "KippleDiagnostics",
        "KippleNetworking"
      ],
      "product_memberships" : [
        "GoatHerb"
      ],
      "sources" : [
        "GitHub.swift",
        "Models/Organization.swift",
        "Models/RateLimit.swift",
        "Models/Repository+License.swift",
        "Models/Repository+Owner.swift",
        "Models/Repository+Permissions.swift",
        "Models/Repository.swift",
        "Models/User.swift",
        "Requests/GetOrganizationRequest.swift",
        "Requests/GetRateLimitRequest.swift",
        "Requests/GetRepositoriesRequest.swift",
        "Requests/GetRepositoryRequest.swift",
        "Requests/GetUserRequest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/swift-kipple/Networking
[1/997] Fetching networking
Fetching https://github.com/swift-kipple/Diagnostics
Fetched https://github.com/swift-kipple/Networking from cache (0.23s)
[1/296] Fetching diagnostics
Fetched https://github.com/swift-kipple/Diagnostics from cache (0.27s)
Computing version for https://github.com/swift-kipple/Networking
Computed https://github.com/swift-kipple/Networking at 0.4.0 (1.06s)
Fetching https://github.com/apple/swift-nio-extras
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-nio
Fetching https://github.com/swift-server/async-http-client
[1/3836] Fetching swift-log
[1421/9750] Fetching swift-log, swift-nio-extras
[8805/23764] Fetching swift-log, swift-nio-extras, async-http-client
Fetched https://github.com/apple/swift-nio-extras from cache (0.41s)
[9022/17850] Fetching swift-log, async-http-client
[17851/93934] Fetching swift-log, async-http-client, swift-nio
Fetched https://github.com/apple/swift-log from cache (3.66s)
Fetched https://github.com/swift-server/async-http-client from cache (3.67s)
Fetched https://github.com/apple/swift-nio from cache (3.76s)
Computing version for https://github.com/swift-kipple/Diagnostics
Computed https://github.com/swift-kipple/Diagnostics at 0.2.2 (4.33s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (1.61s)
Computing version for https://github.com/apple/swift-nio-extras
Computed https://github.com/apple/swift-nio-extras at 1.27.1 (0.57s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-algorithms.git
[1/6155] Fetching swift-certificates
[740/8581] Fetching swift-certificates, swift-service-lifecycle
[1146/10171] Fetching swift-certificates, swift-service-lifecycle, swift-asn1
[8572/15156] Fetching swift-certificates, swift-service-lifecycle, swift-asn1, swift-async-algorithms
[9992/21115] Fetching swift-certificates, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-algorithms
Fetched https://github.com/apple/swift-certificates.git from cache (0.46s)
Fetching https://github.com/apple/swift-atomics.git
[1/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.50s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.55s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.55s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.55s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-types.git
[3861/15984] Fetching swift-nio-ssl, swift-http-structured-headers
[4078/17694] Fetching swift-nio-ssl, swift-http-structured-headers, swift-atomics
[7335/18598] Fetching swift-nio-ssl, swift-http-structured-headers, swift-atomics, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.35s)
[8552/17457] Fetching swift-nio-ssl, swift-atomics, swift-http-types
[8850/28984] Fetching swift-nio-ssl, swift-atomics, swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.32s)
[8094/28080] Fetching swift-nio-ssl, swift-atomics, swift-nio-http2
[9663/26370] Fetching swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.73s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.30s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (3.18s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.14s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.07s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.84s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.25s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.69s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.75s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.52s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.90s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.11s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.47s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.83.0 (0.81s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.58s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.20s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.78s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.52s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.26.1 (0.49s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.49s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.10s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-kipple/Networking
Working copy of https://github.com/swift-kipple/Networking resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-extras
Working copy of https://github.com/apple/swift-nio-extras resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-kipple/Diagnostics
Working copy of https://github.com/swift-kipple/Diagnostics resolved at 0.2.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.26.1
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/10] Emitting module Logging
[7/10] Compiling Logging MetadataProvider.swift
[8/10] Compiling Logging Logging.swift
[9/10] Compiling Logging LogHandler.swift
[10/10] Compiling Logging Locks.swift
[12/54] Compiling KippleDiagnostics Exports.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/54] Emitting module KippleNetworking
/host/spi-builder-workspace/.build/checkouts/Networking/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher.swift:11:76: error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
 9 |     private let dispatcher: NetworkRequestDispatching
10 |
11 |     public init(decoder: JSONDecoder? = nil, dispatchMode: DispatchMode = .automatic) {
   |                                                                            `- error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
12 |         self.decoder = decoder ?? .safeISO8601
13 |         self.dispatcher = dispatchMode.configured(decoder: decoder)
[14/59] Emitting module KippleDiagnostics
[15/59] Compiling KippleDiagnostics GenericError.swift
[16/59] Compiling KippleNetworking URLComponents+SetQueryItems.swift
/host/spi-builder-workspace/.build/checkouts/Networking/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher.swift:11:76: error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
 9 |     private let dispatcher: NetworkRequestDispatching
10 |
11 |     public init(decoder: JSONDecoder? = nil, dispatchMode: DispatchMode = .automatic) {
   |                                                                            `- error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
12 |         self.decoder = decoder ?? .safeISO8601
13 |         self.dispatcher = dispatchMode.configured(decoder: decoder)
[17/59] Compiling KippleNetworking HTTPClient.swift
/host/spi-builder-workspace/.build/checkouts/Networking/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher.swift:11:76: error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
 9 |     private let dispatcher: NetworkRequestDispatching
10 |
11 |     public init(decoder: JSONDecoder? = nil, dispatchMode: DispatchMode = .automatic) {
   |                                                                            `- error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
12 |         self.decoder = decoder ?? .safeISO8601
13 |         self.dispatcher = dispatchMode.configured(decoder: decoder)
[18/59] Compiling KippleNetworking UniversalNetworkRequestDispatcher+DispatchMode.swift
/host/spi-builder-workspace/.build/checkouts/Networking/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher.swift:11:76: error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
 9 |     private let dispatcher: NetworkRequestDispatching
10 |
11 |     public init(decoder: JSONDecoder? = nil, dispatchMode: DispatchMode = .automatic) {
   |                                                                            `- error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
12 |         self.decoder = decoder ?? .safeISO8601
13 |         self.dispatcher = dispatchMode.configured(decoder: decoder)
[19/59] Compiling KippleNetworking UniversalNetworkRequestDispatcher.swift
/host/spi-builder-workspace/.build/checkouts/Networking/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher.swift:11:76: error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
 9 |     private let dispatcher: NetworkRequestDispatching
10 |
11 |     public init(decoder: JSONDecoder? = nil, dispatchMode: DispatchMode = .automatic) {
   |                                                                            `- error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
12 |         self.decoder = decoder ?? .safeISO8601
13 |         self.dispatcher = dispatchMode.configured(decoder: decoder)
[20/59] Compiling KippleNetworking DataResponse.swift
/host/spi-builder-workspace/.build/checkouts/Networking/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher.swift:11:76: error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
 9 |     private let dispatcher: NetworkRequestDispatching
10 |
11 |     public init(decoder: JSONDecoder? = nil, dispatchMode: DispatchMode = .automatic) {
   |                                                                            `- error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
12 |         self.decoder = decoder ?? .safeISO8601
13 |         self.dispatcher = dispatchMode.configured(decoder: decoder)
[21/59] Compiling KippleNetworking Environment.swift
[22/59] Compiling KippleNetworking Request.swift
[23/59] Compiling KippleNetworking NetworkRequestDispatching.swift
[24/59] Compiling KippleNetworking ParameterDictionaryConvertible.swift
[25/59] Compiling KippleNetworking URLConvertible.swift
[26/59] Compiling KippleDiagnostics ConsoleLogHandler.swift
[27/59] Compiling KippleDiagnostics Logger+Convenience.swift
[28/60] Compiling KippleNetworking Encodable+AsDictionary.swift
[29/60] Compiling KippleNetworking Encodable+PrettyPrinted.swift
[30/60] Compiling KippleNetworking Formatter+ISO8601.swift
[31/60] Compiling KippleNetworking JSONDecoder+DecodeCleaned.swift
[32/60] Compiling KippleNetworking JSONDecoder+SafeISO8601.swift
[33/60] Compiling KippleNetworking JSONEncoder+SafeISO8601.swift
[34/60] Compiling KippleNetworking NSNumber+Boolean.swift
[35/60] Compiling KippleNetworking Result+Convenience.swift
[36/60] Compiling KippleNetworking String+Base64Encoded.swift
[37/60] Compiling KippleNetworking String+TrimmingSlashes.swift
[38/60] Compiling KippleNetworking FoundationNetworkRequestDispatcher.swift
[39/60] Compiling KippleNetworking URLRequestConvertible.swift
[40/60] Compiling KippleNetworking HTTPClient+ExecuteResponseAnticipating.swift
[41/60] Compiling KippleNetworking Request+AsHTTPClientRequest.swift
[42/60] Compiling KippleNetworking NIONetworkRequestDispatcher.swift
[43/60] Compiling KippleNetworking HTTPBodyEncoding.swift
[44/60] Compiling KippleNetworking CharacterSet+RFC3986Unreserved.swift
[45/60] Compiling KippleNetworking Data+AsPrettyPrintedJSON.swift
[46/60] Compiling KippleNetworking DecodingError+Cleaned.swift
[47/60] Compiling KippleNetworking Dictionary+AsHeaderDictionary.swift
[48/60] Compiling KippleNetworking Dictionary+AsJSONSerializedData.swift
[49/60] Compiling KippleNetworking HTTPURLResponse+Status.swift
[50/60] Compiling KippleNetworking Request+AsURLRequest.swift
[51/60] Compiling KippleNetworking URLRequest+Init.swift
[52/60] Compiling KippleNetworking URLRequest+SetHeaders.swift
[53/60] Compiling KippleNetworking URLRequest+SetParameters.swift
[54/60] Compiling KippleNetworking URLRequest+SetTimeout.swift
[55/60] Compiling KippleNetworking HTTPHeader.swift
[56/60] Compiling KippleNetworking HTTPMethod.swift
[57/60] Compiling KippleNetworking HTTPStatusCode.swift
[58/60] Compiling KippleNetworking ParameterEncoding.swift
[59/60] Compiling KippleNetworking NetworkingError.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/6] Emitting module Logging
[3/6] Compiling Logging MetadataProvider.swift
[4/6] Compiling Logging LogHandler.swift
[5/6] Compiling Logging Locks.swift
[6/6] Compiling Logging Logging.swift
[8/50] Compiling KippleNetworking URLComponents+SetQueryItems.swift
/host/spi-builder-workspace/.build/checkouts/Networking/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher.swift:11:76: error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
 9 |     private let dispatcher: NetworkRequestDispatching
10 |
11 |     public init(decoder: JSONDecoder? = nil, dispatchMode: DispatchMode = .automatic) {
   |                                                                            `- error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
12 |         self.decoder = decoder ?? .safeISO8601
13 |         self.dispatcher = dispatchMode.configured(decoder: decoder)
[9/50] Compiling KippleNetworking HTTPClient.swift
/host/spi-builder-workspace/.build/checkouts/Networking/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher.swift:11:76: error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
 9 |     private let dispatcher: NetworkRequestDispatching
10 |
11 |     public init(decoder: JSONDecoder? = nil, dispatchMode: DispatchMode = .automatic) {
   |                                                                            `- error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
12 |         self.decoder = decoder ?? .safeISO8601
13 |         self.dispatcher = dispatchMode.configured(decoder: decoder)
[10/50] Compiling KippleNetworking UniversalNetworkRequestDispatcher+DispatchMode.swift
/host/spi-builder-workspace/.build/checkouts/Networking/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher.swift:11:76: error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
 9 |     private let dispatcher: NetworkRequestDispatching
10 |
11 |     public init(decoder: JSONDecoder? = nil, dispatchMode: DispatchMode = .automatic) {
   |                                                                            `- error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
12 |         self.decoder = decoder ?? .safeISO8601
13 |         self.dispatcher = dispatchMode.configured(decoder: decoder)
[11/50] Compiling KippleNetworking UniversalNetworkRequestDispatcher.swift
/host/spi-builder-workspace/.build/checkouts/Networking/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher.swift:11:76: error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
 9 |     private let dispatcher: NetworkRequestDispatching
10 |
11 |     public init(decoder: JSONDecoder? = nil, dispatchMode: DispatchMode = .automatic) {
   |                                                                            `- error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
12 |         self.decoder = decoder ?? .safeISO8601
13 |         self.dispatcher = dispatchMode.configured(decoder: decoder)
[12/50] Compiling KippleNetworking DataResponse.swift
/host/spi-builder-workspace/.build/checkouts/Networking/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher.swift:11:76: error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
 9 |     private let dispatcher: NetworkRequestDispatching
10 |
11 |     public init(decoder: JSONDecoder? = nil, dispatchMode: DispatchMode = .automatic) {
   |                                                                            `- error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
12 |         self.decoder = decoder ?? .safeISO8601
13 |         self.dispatcher = dispatchMode.configured(decoder: decoder)
[13/55] Compiling KippleDiagnostics Exports.swift
[14/55] Compiling KippleDiagnostics Logger+Convenience.swift
[15/55] Compiling KippleDiagnostics GenericError.swift
[16/55] Compiling KippleDiagnostics ConsoleLogHandler.swift
[17/55] Emitting module KippleDiagnostics
[18/56] Compiling KippleNetworking JSONEncoder+SafeISO8601.swift
[19/56] Compiling KippleNetworking NSNumber+Boolean.swift
[20/56] Compiling KippleNetworking Result+Convenience.swift
[21/56] Compiling KippleNetworking String+Base64Encoded.swift
[22/56] Compiling KippleNetworking String+TrimmingSlashes.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/56] Compiling KippleNetworking CharacterSet+RFC3986Unreserved.swift
[25/56] Compiling KippleNetworking Data+AsPrettyPrintedJSON.swift
[26/56] Compiling KippleNetworking DecodingError+Cleaned.swift
[27/56] Compiling KippleNetworking Dictionary+AsHeaderDictionary.swift
[28/56] Compiling KippleNetworking Dictionary+AsJSONSerializedData.swift
[29/56] Compiling KippleNetworking HTTPHeader.swift
[30/56] Compiling KippleNetworking HTTPMethod.swift
[31/56] Compiling KippleNetworking HTTPStatusCode.swift
[32/56] Compiling KippleNetworking ParameterEncoding.swift
[33/56] Compiling KippleNetworking NetworkingError.swift
[34/56] Compiling KippleNetworking FoundationNetworkRequestDispatcher.swift
[35/56] Compiling KippleNetworking URLRequestConvertible.swift
[36/56] Compiling KippleNetworking HTTPClient+ExecuteResponseAnticipating.swift
[37/56] Compiling KippleNetworking Request+AsHTTPClientRequest.swift
[38/56] Compiling KippleNetworking NIONetworkRequestDispatcher.swift
[39/56] Compiling KippleNetworking HTTPBodyEncoding.swift
[40/56] Compiling KippleNetworking HTTPURLResponse+Status.swift
[41/56] Compiling KippleNetworking Request+AsURLRequest.swift
[42/56] Compiling KippleNetworking URLRequest+Init.swift
[43/56] Compiling KippleNetworking URLRequest+SetHeaders.swift
[44/56] Compiling KippleNetworking URLRequest+SetParameters.swift
[45/56] Compiling KippleNetworking URLRequest+SetTimeout.swift
[46/56] Compiling KippleNetworking Encodable+AsDictionary.swift
[47/56] Compiling KippleNetworking Encodable+PrettyPrinted.swift
[48/56] Compiling KippleNetworking Formatter+ISO8601.swift
[49/56] Compiling KippleNetworking JSONDecoder+DecodeCleaned.swift
[50/56] Compiling KippleNetworking JSONDecoder+SafeISO8601.swift
[51/56] Emitting module KippleNetworking
/host/spi-builder-workspace/.build/checkouts/Networking/Sources/KippleNetworking/Shared/Helpers/UniversalNetworkRequestDispatcher.swift:11:76: error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
 9 |     private let dispatcher: NetworkRequestDispatching
10 |
11 |     public init(decoder: JSONDecoder? = nil, dispatchMode: DispatchMode = .automatic) {
   |                                                                            `- error: type 'UniversalNetworkRequestDispatcher.DispatchMode' has no member 'automatic'
12 |         self.decoder = decoder ?? .safeISO8601
13 |         self.dispatcher = dispatchMode.configured(decoder: decoder)
[52/56] Compiling KippleNetworking Environment.swift
[53/56] Compiling KippleNetworking Request.swift
[54/56] Compiling KippleNetworking NetworkRequestDispatching.swift
[55/56] Compiling KippleNetworking ParameterDictionaryConvertible.swift
[56/56] Compiling KippleNetworking URLConvertible.swift
BUILD FAILURE 6.1 android