The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GottaGoFast, reference master (098e92), with Swift 6.1 for Android on 27 May 2025 09:35:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/broadwaylamb/gottagofast.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/broadwaylamb/gottagofast
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 098e926 Use a correct metric when saving a baseline
Cloned https://github.com/broadwaylamb/gottagofast.git
Revision (git rev-parse @):
098e92679419e509d42fd97d3e84292acd53e291
SUCCESS checkout https://github.com/broadwaylamb/gottagofast.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/broadwaylamb/gottagofast.git
https://github.com/broadwaylamb/gottagofast.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "GottaGoFast",
  "name" : "GottaGoFast",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "GottaGoFast",
      "targets" : [
        "GottaGoFast"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GottaGoFast",
      "module_type" : "SwiftTarget",
      "name" : "GottaGoFast",
      "path" : "Sources/GottaGoFast",
      "product_dependencies" : [
        "Yams"
      ],
      "product_memberships" : [
        "GottaGoFast"
      ],
      "sources" : [
        "BenchmarkResult.swift",
        "PerformanceTestCase.swift",
        "RunDestination.swift",
        "StringInterpolation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/jpsim/Yams.git
[1/10647] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.35s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (2.04s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
Building for debugging...
[0/9] Write sources
[2/9] Compiling writer.c
[3/9] Compiling parser.c
[4/9] Compiling api.c
[5/9] Compiling reader.c
[6/9] Write swift-version-24593BA9C3E375BF.txt
[7/9] Compiling emitter.c
[8/9] Compiling scanner.c
[10/24] Compiling Yams Node.Scalar.swift
[11/24] Compiling Yams Node.Sequence.swift
[12/24] Compiling Yams Node.swift
[13/24] Compiling Yams Parser.swift
[14/24] Compiling Yams Emitter.swift
[15/24] Compiling Yams Encoder.swift
[16/26] Compiling Yams String+Yams.swift
[17/26] Compiling Yams Tag.swift
[18/26] Compiling Yams Mark.swift
[19/26] Compiling Yams Node.Mapping.swift
[20/26] Compiling Yams Representer.swift
[21/26] Compiling Yams Resolver.swift
[22/26] Emitting module Yams
[23/26] Compiling Yams Constructor.swift
[24/26] Compiling Yams Decoder.swift
[25/26] Compiling Yams YamlError.swift
[26/26] Compiling Yams shim.swift
[28/32] Compiling GottaGoFast StringInterpolation.swift
[29/32] Compiling GottaGoFast RunDestination.swift
/host/spi-builder-workspace/Sources/GottaGoFast/RunDestination.swift:45:8: error: This platform is not supported
 43 | import Glibc
 44 | #else
 45 | #error("This platform is not supported")
    |        `- error: This platform is not supported
 46 | #endif
 47 |
/host/spi-builder-workspace/Sources/GottaGoFast/RunDestination.swift:191:8: error: This platform does not support benchmarking
189 |     )
190 | #else
191 | #error("This platform does not support benchmarking")
    |        `- error: This platform does not support benchmarking
192 | #endif
193 |   }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/32] Compiling GottaGoFast BenchmarkResult.swift
[31/32] Compiling GottaGoFast PerformanceTestCase.swift
/host/spi-builder-workspace/Sources/GottaGoFast/PerformanceTestCase.swift:51:24: warning: static property '_destinationURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 49 |     private var _baselineDir: URL?
 50 |
 51 |     private static var _destinationURL: URL?
    |                        |- warning: static property '_destinationURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert '_destinationURL' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property '_destinationURL' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 52 |     private static var _encodedBaselines: String?
 53 |
/host/spi-builder-workspace/Sources/GottaGoFast/PerformanceTestCase.swift:52:24: warning: static property '_encodedBaselines' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 50 |
 51 |     private static var _destinationURL: URL?
 52 |     private static var _encodedBaselines: String?
    |                        |- warning: static property '_encodedBaselines' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert '_encodedBaselines' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property '_encodedBaselines' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 53 |
 54 |     override open func setUp() {
/host/spi-builder-workspace/Sources/GottaGoFast/PerformanceTestCase.swift:320:24: warning: static property '_encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
318 |     }
319 |
320 |     private static let _encoder: YAMLEncoder = {
    |                        `- warning: static property '_encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
321 |         let encoder = YAMLEncoder()
322 |         encoder.options.sortKeys = true
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/host/spi-builder-workspace/Sources/GottaGoFast/PerformanceTestCase.swift:39:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 37 | import XCTest
 38 | import Foundation
 39 | import Yams
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 40 |
 41 | open class PerformanceTestCase: XCTestCase {
    :
318 |     }
319 |
320 |     private static let _encoder: YAMLEncoder = {
    |                        |- note: add '@MainActor' to make static property '_encoder' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
321 |         let encoder = YAMLEncoder()
322 |         encoder.options.sortKeys = true
/host/spi-builder-workspace/Sources/GottaGoFast/PerformanceTestCase.swift:327:24: warning: static property '_decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
325 |     }()
326 |
327 |     private static let _decoder = YAMLDecoder()
    |                        |- warning: static property '_decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: add '@MainActor' to make static property '_decoder' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
328 |
329 |     private func _saveNewBaselineIfNeeded(
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Creates a `YAMLDecoder` instance.
 15 |     ///
[32/32] Emitting module GottaGoFast
/host/spi-builder-workspace/Sources/GottaGoFast/PerformanceTestCase.swift:51:24: warning: static property '_destinationURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 49 |     private var _baselineDir: URL?
 50 |
 51 |     private static var _destinationURL: URL?
    |                        |- warning: static property '_destinationURL' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert '_destinationURL' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property '_destinationURL' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 52 |     private static var _encodedBaselines: String?
 53 |
/host/spi-builder-workspace/Sources/GottaGoFast/PerformanceTestCase.swift:52:24: warning: static property '_encodedBaselines' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 50 |
 51 |     private static var _destinationURL: URL?
 52 |     private static var _encodedBaselines: String?
    |                        |- warning: static property '_encodedBaselines' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert '_encodedBaselines' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property '_encodedBaselines' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 53 |
 54 |     override open func setUp() {
/host/spi-builder-workspace/Sources/GottaGoFast/PerformanceTestCase.swift:320:24: warning: static property '_encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
318 |     }
319 |
320 |     private static let _encoder: YAMLEncoder = {
    |                        `- warning: static property '_encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
321 |         let encoder = YAMLEncoder()
322 |         encoder.options.sortKeys = true
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/host/spi-builder-workspace/Sources/GottaGoFast/PerformanceTestCase.swift:39:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 37 | import XCTest
 38 | import Foundation
 39 | import Yams
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
 40 |
 41 | open class PerformanceTestCase: XCTestCase {
    :
318 |     }
319 |
320 |     private static let _encoder: YAMLEncoder = {
    |                        |- note: add '@MainActor' to make static property '_encoder' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
321 |         let encoder = YAMLEncoder()
322 |         encoder.options.sortKeys = true
/host/spi-builder-workspace/Sources/GottaGoFast/PerformanceTestCase.swift:327:24: warning: static property '_decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
325 |     }()
326 |
327 |     private static let _decoder = YAMLDecoder()
    |                        |- warning: static property '_decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: add '@MainActor' to make static property '_decoder' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
328 |
329 |     private func _saveNewBaselineIfNeeded(
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Creates a `YAMLDecoder` instance.
 15 |     ///
/host/spi-builder-workspace/Sources/GottaGoFast/RunDestination.swift:45:8: error: This platform is not supported
 43 | import Glibc
 44 | #else
 45 | #error("This platform is not supported")
    |        `- error: This platform is not supported
 46 | #endif
 47 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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/16] Compiling Yams Representer.swift
[3/16] Compiling Yams Resolver.swift
[4/18] Compiling Yams String+Yams.swift
[5/18] Compiling Yams Tag.swift
[6/18] Compiling Yams Node.Scalar.swift
[7/18] Compiling Yams Node.Sequence.swift
[8/18] Compiling Yams Mark.swift
[9/18] Compiling Yams Node.Mapping.swift
[10/18] Compiling Yams Node.swift
[11/18] Compiling Yams Parser.swift
[12/18] Compiling Yams YamlError.swift
[13/18] Compiling Yams shim.swift
[14/18] Compiling Yams Emitter.swift
[15/18] Compiling Yams Encoder.swift
[16/18] Compiling Yams Constructor.swift
[17/18] Compiling Yams Decoder.swift
[18/18] Emitting module Yams
[20/24] Compiling GottaGoFast StringInterpolation.swift
[21/24] Compiling GottaGoFast BenchmarkResult.swift
[22/24] Compiling GottaGoFast RunDestination.swift
/host/spi-builder-workspace/Sources/GottaGoFast/RunDestination.swift:45:8: error: This platform is not supported
 43 | import Glibc
 44 | #else
 45 | #error("This platform is not supported")
    |        `- error: This platform is not supported
 46 | #endif
 47 |
/host/spi-builder-workspace/Sources/GottaGoFast/RunDestination.swift:191:8: error: This platform does not support benchmarking
189 |     )
190 | #else
191 | #error("This platform does not support benchmarking")
    |        `- error: This platform does not support benchmarking
192 | #endif
193 |   }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/24] Compiling GottaGoFast PerformanceTestCase.swift
[24/24] Emitting module GottaGoFast
/host/spi-builder-workspace/Sources/GottaGoFast/RunDestination.swift:45:8: error: This platform is not supported
 43 | import Glibc
 44 | #else
 45 | #error("This platform is not supported")
    |        `- error: This platform is not supported
 46 | #endif
 47 |
BUILD FAILURE 6.1 android