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 GampKit, reference main (ea4280), with Swift 6.1 for Android on 28 May 2025 03:23:23 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/brightdigit/GampKit.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/brightdigit/GampKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ea42804 Update README.md
Cloned https://github.com/brightdigit/GampKit.git
Revision (git rev-parse @):
ea428042c8fb8f125381b95dc3ec5769d6fed28b
SUCCESS checkout https://github.com/brightdigit/GampKit.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/GampKit.git
https://github.com/brightdigit/GampKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor"
    },
    {
      "identity" : "sourcedocs",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/eneko/SourceDocs"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.47.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.43.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Rocket"
    },
    {
      "identity" : "swift-test-codecov",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/swift-test-codecov"
    }
  ],
  "manifest_display_name" : "GampKit",
  "name" : "GampKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GampKit",
      "targets" : [
        "GampKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GampKitTests",
      "module_type" : "SwiftTarget",
      "name" : "GampKitTests",
      "path" : "Tests/GampKitTests",
      "sources" : [
        "Extensions/AnalyticsHitParserMessageBuilder.swift",
        "Extensions/AnalyticsParameterDictionary.swift",
        "Extensions/AnalyticsParameterKey.swift",
        "Extensions/Randomizable.swift",
        "Extensions/Randoms.swift",
        "Extensions/String.swift",
        "Mocks/MockError.swift",
        "Mocks/MockParameterEncoder.swift",
        "Mocks/MockRequest.swift",
        "Mocks/MockRequestBuilder.swift",
        "Mocks/MockSession.swift",
        "Mocks/MockSessionManager.swift",
        "Mocks/MockTrackable.swift",
        "Tests/AnalyticsHitParserMessageTests.swift",
        "Tests/AnalyticsHitTypeTests.swift",
        "Tests/AnalyticsParameterEncoderTests.swift",
        "Tests/AnalyticsRequestBuilderTests.swift",
        "Tests/AnalyticsResultDecoderTests.swift",
        "Tests/AnalyticsSessionManagerTests.swift",
        "Tests/AnalyticsTrackerTests.swift",
        "Tests/AnalyticsURLSessionTests.swift",
        "Tests/AnalyticsURLsTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "GampKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GampKit",
      "module_type" : "SwiftTarget",
      "name" : "GampKit",
      "path" : "Sources/GampKit",
      "product_memberships" : [
        "GampKit"
      ],
      "sources" : [
        "Controllers/AnalyticsParameterEncoder.swift",
        "Controllers/AnalyticsRequestBuilder.swift",
        "Controllers/AnalyticsResultDecoder.swift",
        "Controllers/AnalyticsSessionManager.swift",
        "Controllers/AnalyticsTracker.swift",
        "Controllers/AnalyticsURLSession.swift",
        "Extensions/NSException.swift",
        "Extensions/URLRequest.swift",
        "Extensions/URLSession.swift",
        "Extensions/URLSessionDataTask.swift",
        "Models/AnalyticsConfiguration.swift",
        "Models/AnalyticsEvent.swift",
        "Models/AnalyticsException.swift",
        "Models/AnalyticsHitParserMessage.swift",
        "Models/AnalyticsHitParserMessageType.swift",
        "Models/AnalyticsHitParsingResult.swift",
        "Models/AnalyticsHitType.swift",
        "Models/AnalyticsParameterDictionary.swift",
        "Models/AnalyticsParameterKey.swift",
        "Models/AnalyticsResult.swift",
        "Models/AnalyticsTiming.swift",
        "Models/AnalyticsURLs.swift",
        "Models/AnalyticsValidation.swift",
        "Models/StringEncodingError.swift",
        "Protocols/AnalyticsConfigurationProtocol.swift",
        "Protocols/AnalyticsEventProtocol.swift",
        "Protocols/AnalyticsExceptionProtocol.swift",
        "Protocols/AnalyticsParameterEncoderProtocol.swift",
        "Protocols/AnalyticsParameterable.swift",
        "Protocols/AnalyticsRequestBuilderProtocol.swift",
        "Protocols/AnalyticsResultDecoderProtocol.swift",
        "Protocols/AnalyticsSessionManagerProtocol.swift",
        "Protocols/AnalyticsTimingProtocol.swift",
        "Protocols/AnalyticsTrackable.swift",
        "Protocols/AnalyticsTrackerProtocol.swift",
        "Protocols/Request.swift",
        "Protocols/Session.swift",
        "Protocols/URLSessionable.swift",
        "Protocols/URLSessionableDataTask.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/nicklockwood/SwiftFormat
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/eneko/SourceDocs
Fetching https://github.com/brightdigit/swift-test-codecov
Fetching https://github.com/shibapm/Komondor
Fetching https://github.com/shibapm/Rocket
[1/330] Fetching swift-test-codecov
[331/2930] Fetching swift-test-codecov, sourcedocs
[409/4316] Fetching swift-test-codecov, sourcedocs, rocket
[2211/4825] Fetching swift-test-codecov, sourcedocs, rocket, komondor
Fetched https://github.com/brightdigit/swift-test-codecov from cache (0.37s)
Fetched https://github.com/shibapm/Rocket from cache (0.36s)
Fetched https://github.com/shibapm/Komondor from cache (0.37s)
Fetched https://github.com/eneko/SourceDocs from cache (0.37s)
[1/150383] Fetching swiftlint
[2/198565] Fetching swiftlint, swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (31.43s)
Fetched https://github.com/realm/SwiftLint from cache (31.86s)
Computing version for https://github.com/eneko/SourceDocs
Computed https://github.com/eneko/SourceDocs at 1.2.1 (38.13s)
Fetching https://github.com/apple/swift-package-manager
Fetching https://github.com/eneko/MarkdownGenerator.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/eneko/ProcessRunner.git
Fetching https://github.com/onevcat/Rainbow
[1/1196] Fetching rainbow
[2/1970] Fetching rainbow, markdowngenerator
[1971/2264] Fetching rainbow, markdowngenerator, processrunner
[2054/18376] Fetching rainbow, markdowngenerator, processrunner, sourcekitten
[18377/172806] Fetching rainbow, markdowngenerator, processrunner, sourcekitten, swift-package-manager
Fetched https://github.com/eneko/ProcessRunner.git from cache (6.45s)
Fetched https://github.com/onevcat/Rainbow from cache (6.45s)
Fetched https://github.com/eneko/MarkdownGenerator.git from cache (6.45s)
[155099/170542] Fetching sourcekitten, swift-package-manager
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/jpsim/SourceKitten.git from cache (11.43s)
Fetched https://github.com/apple/swift-package-manager from cache (11.66s)
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.58s)
Computing version for https://github.com/eneko/ProcessRunner.git
Computed https://github.com/eneko/ProcessRunner.git at 1.1.0 (15.50s)
Computing version for https://github.com/apple/swift-package-manager
Computed https://github.com/apple/swift-package-manager at 0.4.0 (3.03s)
Fetching https://github.com/apple/swift-llbuild.git
[1/28989] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (1.83s)
Computing version for https://github.com/brightdigit/swift-test-codecov
Computed https://github.com/brightdigit/swift-test-codecov at 1.0.0 (0.53s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (0.50s)
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/shibapm/PackageConfig.git
[1/4863] Fetching swiftshell
[1023/5443] Fetching swiftshell, packageconfig
[1651/5559] Fetching swiftshell, packageconfig, logger
[5458/16216] Fetching swiftshell, packageconfig, logger, yams
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.32s)
[4984/15636] Fetching swiftshell, logger, yams
Fetched https://github.com/shibapm/Logger from cache (1.06s)
Fetched https://github.com/kareman/SwiftShell from cache (1.07s)
Fetched https://github.com/jpsim/Yams from cache (1.10s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (1.79s)
Computing version for https://github.com/eneko/MarkdownGenerator.git
Computed https://github.com/eneko/MarkdownGenerator.git at 0.5.0 (2.31s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (0.63s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.1.1 (0.55s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (0.51s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.4 (4.12s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.22s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.72s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.91s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.57s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/eneko/ProcessRunner.git at 1.1.0 (0.00s)
Computed https://github.com/apple/swift-package-manager at 0.4.0 (0.00s)
Computed https://github.com/brightdigit/swift-test-codecov at 1.0.0 (0.00s)
Computed https://github.com/shibapm/Rocket at 1.2.1 (0.50s)
Computed https://github.com/eneko/MarkdownGenerator.git at 0.5.0 (0.00s)
Computed https://github.com/apple/swift-argument-parser at 0.3.2 (0.00s)
Computed https://github.com/apple/swift-llbuild.git at 0.1.1 (0.00s)
Computed https://github.com/shibapm/Logger at 0.2.3 (0.00s)
Computed https://github.com/shibapm/Komondor at 1.1.4 (0.00s)
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.00s)
Computed https://github.com/jpsim/SourceKitten.git at 0.31.0 (0.00s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.37s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 5.0.2 (0.87s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (1.64s)
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.00s)
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.00s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.44.0 (1.11s)
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/929] Fetching swiftytexttable
[930/13870] Fetching swiftytexttable, cryptoswift
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (0.38s)
[1942/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.49s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.42s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.3.8 (0.48s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.2 (0.47s)
Computed https://github.com/kareman/SwiftShell at 5.1.0-beta.1 (0.00s)
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at 0.1.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.3.2
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.3.8
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/eneko/MarkdownGenerator.git
Working copy of https://github.com/eneko/MarkdownGenerator.git resolved at 0.5.0
Creating working copy for https://github.com/eneko/ProcessRunner.git
Working copy of https://github.com/eneko/ProcessRunner.git resolved at 1.1.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/eneko/SourceDocs
Working copy of https://github.com/eneko/SourceDocs resolved at 1.2.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.2
Creating working copy for https://github.com/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.44.0
Creating working copy for https://github.com/apple/swift-package-manager
Working copy of https://github.com/apple/swift-package-manager resolved at 0.4.0
Creating working copy for https://github.com/shibapm/Komondor
Working copy of https://github.com/shibapm/Komondor resolved at 1.1.4
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0-beta.1
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 4.0.6
Creating working copy for https://github.com/shibapm/Rocket
Working copy of https://github.com/shibapm/Rocket resolved at 1.2.1
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 5.0.2
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.31.0
Creating working copy for https://github.com/brightdigit/swift-test-codecov
Working copy of https://github.com/brightdigit/swift-test-codecov resolved at 1.0.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
warning: 'komondor': 'komondor' dependency on 'https://github.com/f-meloni/Rocket' conflicts with dependency on 'https://github.com/shibapm/Rocket' which has the same identity 'rocket'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/39] Emitting module GampKit
/host/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:13: error: cannot find type 'NSException' in scope
 2 |
 3 | #if !os(Linux)
 4 |   extension NSException: AnalyticsExceptionProtocol, Error {
   |             `- error: cannot find type 'NSException' in scope
 5 |     public var error: Error {
 6 |       self
[5/43] Compiling GampKit AnalyticsHitParsingResult.swift
[6/43] Compiling GampKit AnalyticsHitType.swift
[7/43] Compiling GampKit AnalyticsParameterDictionary.swift
[8/43] Compiling GampKit AnalyticsParameterKey.swift
[9/43] Compiling GampKit AnalyticsResult.swift
[10/43] Compiling GampKit AnalyticsTiming.swift
[11/43] Compiling GampKit AnalyticsURLs.swift
[12/43] Compiling GampKit AnalyticsValidation.swift
[13/43] Compiling GampKit StringEncodingError.swift
[14/43] Compiling GampKit AnalyticsConfigurationProtocol.swift
[15/43] Compiling GampKit AnalyticsEventProtocol.swift
[16/43] Compiling GampKit AnalyticsExceptionProtocol.swift
[17/43] Compiling GampKit AnalyticsParameterEncoderProtocol.swift
[18/43] Compiling GampKit AnalyticsParameterable.swift
[19/43] Compiling GampKit AnalyticsRequestBuilderProtocol.swift
[20/43] Compiling GampKit AnalyticsResultDecoderProtocol.swift
[21/43] Compiling GampKit AnalyticsSessionManagerProtocol.swift
[22/43] Compiling GampKit AnalyticsTimingProtocol.swift
[23/43] Compiling GampKit AnalyticsTrackable.swift
[24/43] Compiling GampKit AnalyticsTrackerProtocol.swift
[25/43] Compiling GampKit AnalyticsParameterEncoder.swift
[26/43] Compiling GampKit AnalyticsRequestBuilder.swift
[27/43] Compiling GampKit AnalyticsResultDecoder.swift
[28/43] Compiling GampKit AnalyticsSessionManager.swift
[29/43] Compiling GampKit AnalyticsTracker.swift
[30/43] Compiling GampKit AnalyticsConfiguration.swift
[31/43] Compiling GampKit AnalyticsEvent.swift
[32/43] Compiling GampKit AnalyticsException.swift
[33/43] Compiling GampKit AnalyticsHitParserMessage.swift
[34/43] Compiling GampKit AnalyticsHitParserMessageType.swift
[35/43] Compiling GampKit AnalyticsURLSession.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:13: error: cannot find type 'NSException' in scope
 2 |
 3 | #if !os(Linux)
 4 |   extension NSException: AnalyticsExceptionProtocol, Error {
   |             `- error: cannot find type 'NSException' in scope
 5 |     public var error: Error {
 6 |       self
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:7: warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |                        _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 |     dataTask(with: request) { data, _, error in
11 |       completion(decoder.decode(data, error))
   |       |- warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 |     }
13 |   }
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:18: warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |                        _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 |     dataTask(with: request) { data, _, error in
11 |       completion(decoder.decode(data, error))
   |                  `- warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
12 |     }
13 |   }
/host/spi-builder-workspace/Sources/GampKit/Protocols/AnalyticsResultDecoderProtocol.swift:2:17: note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 | public protocol AnalyticsResultDecoderProtocol {
   |                 `- note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
 3 |   func decode(_ data: Data) -> AnalyticsResult
 4 | }
[36/43] Compiling GampKit NSException.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:13: error: cannot find type 'NSException' in scope
 2 |
 3 | #if !os(Linux)
 4 |   extension NSException: AnalyticsExceptionProtocol, Error {
   |             `- error: cannot find type 'NSException' in scope
 5 |     public var error: Error {
 6 |       self
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:7: warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |                        _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 |     dataTask(with: request) { data, _, error in
11 |       completion(decoder.decode(data, error))
   |       |- warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 |     }
13 |   }
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:18: warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |                        _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 |     dataTask(with: request) { data, _, error in
11 |       completion(decoder.decode(data, error))
   |                  `- warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
12 |     }
13 |   }
/host/spi-builder-workspace/Sources/GampKit/Protocols/AnalyticsResultDecoderProtocol.swift:2:17: note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 | public protocol AnalyticsResultDecoderProtocol {
   |                 `- note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
 3 |   func decode(_ data: Data) -> AnalyticsResult
 4 | }
[37/43] Compiling GampKit URLRequest.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:13: error: cannot find type 'NSException' in scope
 2 |
 3 | #if !os(Linux)
 4 |   extension NSException: AnalyticsExceptionProtocol, Error {
   |             `- error: cannot find type 'NSException' in scope
 5 |     public var error: Error {
 6 |       self
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:7: warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |                        _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 |     dataTask(with: request) { data, _, error in
11 |       completion(decoder.decode(data, error))
   |       |- warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 |     }
13 |   }
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:18: warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |                        _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 |     dataTask(with: request) { data, _, error in
11 |       completion(decoder.decode(data, error))
   |                  `- warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
12 |     }
13 |   }
/host/spi-builder-workspace/Sources/GampKit/Protocols/AnalyticsResultDecoderProtocol.swift:2:17: note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 | public protocol AnalyticsResultDecoderProtocol {
   |                 `- note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
 3 |   func decode(_ data: Data) -> AnalyticsResult
 4 | }
[38/43] Compiling GampKit URLSession.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:13: error: cannot find type 'NSException' in scope
 2 |
 3 | #if !os(Linux)
 4 |   extension NSException: AnalyticsExceptionProtocol, Error {
   |             `- error: cannot find type 'NSException' in scope
 5 |     public var error: Error {
 6 |       self
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:7: warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |                        _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 |     dataTask(with: request) { data, _, error in
11 |       completion(decoder.decode(data, error))
   |       |- warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 |     }
13 |   }
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:18: warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |                        _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 |     dataTask(with: request) { data, _, error in
11 |       completion(decoder.decode(data, error))
   |                  `- warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
12 |     }
13 |   }
/host/spi-builder-workspace/Sources/GampKit/Protocols/AnalyticsResultDecoderProtocol.swift:2:17: note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 | public protocol AnalyticsResultDecoderProtocol {
   |                 `- note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
 3 |   func decode(_ data: Data) -> AnalyticsResult
 4 | }
[39/43] Compiling GampKit URLSessionDataTask.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:13: error: cannot find type 'NSException' in scope
 2 |
 3 | #if !os(Linux)
 4 |   extension NSException: AnalyticsExceptionProtocol, Error {
   |             `- error: cannot find type 'NSException' in scope
 5 |     public var error: Error {
 6 |       self
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:7: warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |                        _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 |     dataTask(with: request) { data, _, error in
11 |       completion(decoder.decode(data, error))
   |       |- warning: capture of 'completion' with non-sendable type '(AnalyticsResult) -> Void' (aka '(Result<Optional<AnalyticsValidation>, any Error>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
12 |     }
13 |   }
/host/spi-builder-workspace/Sources/GampKit/Extensions/URLSession.swift:11:18: warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 9 |                        _ completion: @escaping (AnalyticsResult) -> Void) -> URLSessionableDataTask {
10 |     dataTask(with: request) { data, _, error in
11 |       completion(decoder.decode(data, error))
   |                  `- warning: capture of 'decoder' with non-sendable type 'any AnalyticsResultDecoderProtocol' in a '@Sendable' closure; this is an error in the Swift 6 language mode
12 |     }
13 |   }
/host/spi-builder-workspace/Sources/GampKit/Protocols/AnalyticsResultDecoderProtocol.swift:2:17: note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 | public protocol AnalyticsResultDecoderProtocol {
   |                 `- note: protocol 'AnalyticsResultDecoderProtocol' does not conform to the 'Sendable' protocol
 3 |   func decode(_ data: Data) -> AnalyticsResult
 4 | }
[40/43] Compiling GampKit Request.swift
[41/43] Compiling GampKit Session.swift
[42/43] Compiling GampKit URLSessionable.swift
[43/43] Compiling GampKit URLSessionableDataTask.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
warning: 'komondor': 'komondor' dependency on 'https://github.com/f-meloni/Rocket' conflicts with dependency on 'https://github.com/shibapm/Rocket' which has the same identity 'rocket'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/38] Compiling GampKit AnalyticsURLSession.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:13: error: cannot find type 'NSException' in scope
 2 |
 3 | #if !os(Linux)
 4 |   extension NSException: AnalyticsExceptionProtocol, Error {
   |             `- error: cannot find type 'NSException' in scope
 5 |     public var error: Error {
 6 |       self
[4/38] Compiling GampKit NSException.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:13: error: cannot find type 'NSException' in scope
 2 |
 3 | #if !os(Linux)
 4 |   extension NSException: AnalyticsExceptionProtocol, Error {
   |             `- error: cannot find type 'NSException' in scope
 5 |     public var error: Error {
 6 |       self
[5/38] Compiling GampKit URLRequest.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:13: error: cannot find type 'NSException' in scope
 2 |
 3 | #if !os(Linux)
 4 |   extension NSException: AnalyticsExceptionProtocol, Error {
   |             `- error: cannot find type 'NSException' in scope
 5 |     public var error: Error {
 6 |       self
[6/38] Compiling GampKit URLSession.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:13: error: cannot find type 'NSException' in scope
 2 |
 3 | #if !os(Linux)
 4 |   extension NSException: AnalyticsExceptionProtocol, Error {
   |             `- error: cannot find type 'NSException' in scope
 5 |     public var error: Error {
 6 |       self
[7/38] Compiling GampKit URLSessionDataTask.swift
/host/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:13: error: cannot find type 'NSException' in scope
 2 |
 3 | #if !os(Linux)
 4 |   extension NSException: AnalyticsExceptionProtocol, Error {
   |             `- error: cannot find type 'NSException' in scope
 5 |     public var error: Error {
 6 |       self
[8/42] Compiling GampKit AnalyticsConfiguration.swift
[9/42] Compiling GampKit AnalyticsEvent.swift
[10/42] Compiling GampKit AnalyticsException.swift
[11/42] Compiling GampKit AnalyticsHitParserMessage.swift
[12/42] Compiling GampKit AnalyticsHitParserMessageType.swift
[13/42] Compiling GampKit AnalyticsEventProtocol.swift
[14/42] Compiling GampKit AnalyticsExceptionProtocol.swift
[15/42] Compiling GampKit AnalyticsParameterEncoderProtocol.swift
[16/42] Compiling GampKit AnalyticsParameterable.swift
[17/42] Compiling GampKit AnalyticsRequestBuilderProtocol.swift
[18/42] Compiling GampKit AnalyticsResultDecoderProtocol.swift
[19/42] Compiling GampKit AnalyticsSessionManagerProtocol.swift
[20/42] Compiling GampKit AnalyticsTimingProtocol.swift
[21/42] Compiling GampKit AnalyticsTrackable.swift
[22/42] Compiling GampKit AnalyticsTrackerProtocol.swift
[23/42] Compiling GampKit Request.swift
[24/42] Compiling GampKit Session.swift
[25/42] Compiling GampKit URLSessionable.swift
[26/42] Compiling GampKit URLSessionableDataTask.swift
[27/42] Compiling GampKit AnalyticsTiming.swift
[28/42] Compiling GampKit AnalyticsURLs.swift
[29/42] Compiling GampKit AnalyticsValidation.swift
[30/42] Compiling GampKit StringEncodingError.swift
[31/42] Compiling GampKit AnalyticsConfigurationProtocol.swift
[32/42] Compiling GampKit AnalyticsHitParsingResult.swift
[33/42] Compiling GampKit AnalyticsHitType.swift
[34/42] Compiling GampKit AnalyticsParameterDictionary.swift
[35/42] Compiling GampKit AnalyticsParameterKey.swift
[36/42] Compiling GampKit AnalyticsResult.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/42] Compiling GampKit AnalyticsParameterEncoder.swift
[38/42] Compiling GampKit AnalyticsRequestBuilder.swift
[39/42] Compiling GampKit AnalyticsResultDecoder.swift
[40/42] Compiling GampKit AnalyticsSessionManager.swift
[41/42] Compiling GampKit AnalyticsTracker.swift
[42/42] Emitting module GampKit
/host/spi-builder-workspace/Sources/GampKit/Extensions/NSException.swift:4:13: error: cannot find type 'NSException' in scope
 2 |
 3 | #if !os(Linux)
 4 |   extension NSException: AnalyticsExceptionProtocol, Error {
   |             `- error: cannot find type 'NSException' in scope
 5 |     public var error: Error {
 6 |       self
BUILD FAILURE 6.1 android