Build Information
Failed to build SwiftHelpers, reference main (ccedc3), with Swift 6.2 for Android on 15 Oct 2025 19:29:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/processed-bits/swift-helpers.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/processed-bits/swift-helpers
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ccedc3d Release 3.0.0
Cloned https://github.com/processed-bits/swift-helpers.git
Revision (git rev-parse @):
ccedc3dd3b81312500a7f99dc5fc924022e5f63e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/processed-bits/swift-helpers.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/processed-bits/swift-helpers.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version--11D90AFD9DD3AB2.txt
[15/55] Emitting module TestingShared
[16/55] Emitting module StandardLibraryHelpers
[17/56] Compiling CoreAnimationHelpers CAMediaTiming+Extensions.swift
[18/56] Compiling StandardLibraryHelpers Unicode.Scalar+Extensions.swift
[19/56] Compiling LoggingHelpers LegacyLogger.swift
[20/56] Compiling SynchronizationHelpers UnfairLocked.swift
[21/56] Compiling LoggingHelpers LegacyLogger+ExtendedLogger.swift
[22/56] Emitting module LoggingHelpers
[23/56] Compiling LoggingHelpers ExtendedLogger.swift
[24/56] Compiling StandardLibraryHelpers Regex+Extensions.swift
[25/56] Compiling StandardLibraryHelpers Sequence+Extensions.swift
[26/56] Compiling ExitCodeHelpers ExitCodeProtocol.swift
[27/56] Emitting module ExitCodeHelpers
[28/56] Compiling CoreDataHelpers NSManagedObjectContext+Extensions.swift
[29/56] Compiling StandardLibraryHelpers Collection+Extensions.swift
[30/56] Compiling StandardLibraryHelpers KeyValuePairs+Extensions.swift
[31/56] Compiling StandardLibraryHelpers StringProtocol+Padding.swift
[32/56] Emitting module CoreAnimationHelpers
[33/56] Compiling CoreAnimationHelpers CALayer+Extensions.swift
[34/56] Compiling CoreDataHelpers NSManagedObject+Extensions.swift
[35/56] Emitting module CoreDataHelpers
[36/58] Compiling LoggingHelpers String+Logging.swift
[37/58] Compiling LoggingHelpers Logger+ExtendedLogger.swift
[41/59] Compiling TestingShared Tag+Shared.swift
[42/59] Compiling TestingShared Comment+Shared.swift
[44/60] Compiling FoundationLegacyHelpers String+NSRegularExpression.swift
[45/60] Emitting module SynchronizationHelpers
[46/60] Compiling SynchronizationHelpers AtomicConcurrent.swift
[47/60] Compiling SynchronizationHelpers RecursiveLocked.swift
[48/60] Compiling SynchronizationHelpers AtomicSerial.swift
[49/60] Compiling SynchronizationHelpers Locked.swift
[50/60] Compiling StandardLibraryHelpers StringProtocol+Case.swift
[51/60] Compiling StandardLibraryHelpers StringProtocol+Extensions.swift
[52/60] Compiling FoundationLegacyHelpers NSTextCheckingResult+Extensions.swift
[54/61] Compiling FoundationLegacyHelpers NSRegularExpression+Extensions.swift
[55/61] Emitting module FoundationLegacyHelpers
[56/62] Compiling ExitCodeHelpers ExitCodeProvidingError.swift
[57/62] Compiling ExitCodeHelpers exit.swift
[58/63] Compiling StandardLibraryHelpers String+Padding.swift
[59/63] Compiling StandardLibraryHelpers String+Truncation.swift
[60/63] Compiling StandardLibraryHelpers Set+Extensions.swift
[61/63] Compiling StandardLibraryHelpers String+Extensions.swift
[65/79] Compiling OutputHelpers Process+Output.swift
[66/79] Compiling OutputHelpers OutputStreamKind.swift
[67/79] Compiling OutputHelpers print.swift
[68/106] Compiling OutputHelpers BufferedOutputProviding.swift
[69/106] Compiling OutputHelpers FileHandle+TextOutputStream.swift
[70/106] Compiling DebuggingHelpers dumpOutput.swift
[71/106] Compiling OutputHelpers BufferedOutputCollector.swift
[72/106] Emitting module OutputHelpers
[73/106] Compiling OutputHelpers BufferedOutput.swift
[74/107] Compiling DebuggingHelpers SplitStopwatch.swift
/host/spi-builder-workspace/Sources/DebuggingHelpers/Stopwatch.swift:121:60: error: 'FormatStyle' is not a member type of generic struct 'Foundation.Measurement<Foundation.UnitDuration>'
119 | /// The format style used to create string representations of measurements.
120 | @available(iOS 15.0, macCatalyst 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
121 | public static var formatStyle: Measurement<UnitDuration>.FormatStyle {
| `- error: 'FormatStyle' is not a member type of generic struct 'Foundation.Measurement<Foundation.UnitDuration>'
122 | .measurement(
123 | width: .abbreviated,
Foundation.Measurement:2:15: note: 'Measurement' declared here
1 | @available(macOS 10.12, iOS 10.0, watchOS 3.0, tvOS 10.0, *)
2 | public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
| `- note: 'Measurement' declared here
3 | public typealias ReferenceType = NSMeasurement
4 | public let unit: UnitType
[75/107] Compiling DebuggingHelpers Thread+Debug.swift
[77/107] Compiling FoundationHelpers Process+Extensions.swift
[78/107] Compiling FoundationHelpers Bundle+Extensions.swift
[79/107] Compiling FoundationHelpers Timer+Extensions.swift
[80/107] Compiling FoundationHelpers CharacterSet+Extensions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[81/110] Emitting module DebuggingHelpers
/host/spi-builder-workspace/Sources/DebuggingHelpers/Stopwatch.swift:121:60: error: 'FormatStyle' is not a member type of generic struct 'Foundation.Measurement<Foundation.UnitDuration>'
119 | /// The format style used to create string representations of measurements.
120 | @available(iOS 15.0, macCatalyst 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
121 | public static var formatStyle: Measurement<UnitDuration>.FormatStyle {
| `- error: 'FormatStyle' is not a member type of generic struct 'Foundation.Measurement<Foundation.UnitDuration>'
122 | .measurement(
123 | width: .abbreviated,
Foundation.Measurement:2:15: note: 'Measurement' declared here
1 | @available(macOS 10.12, iOS 10.0, watchOS 3.0, tvOS 10.0, *)
2 | public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
| `- note: 'Measurement' declared here
3 | public typealias ReferenceType = NSMeasurement
4 | public let unit: UnitType
/host/spi-builder-workspace/Sources/DebuggingHelpers/Stopwatch.swift:135:32: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
133 | @available(tvOS, introduced: 10.0, deprecated: 15.0)
134 | @available(watchOS, introduced: 3.0, deprecated: 8.0)
135 | public static var formatter: MeasurementFormatter {
| `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
136 | let formatter = MeasurementFormatter()
137 | formatter.unitOptions = .providedUnit
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
| `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
3 | public struct UnitOptions : OptionSet, Sendable {
4 | public private(set) var rawValue: UInt { get }
[82/110] Compiling DebuggingHelpers Stopwatch.swift
/host/spi-builder-workspace/Sources/DebuggingHelpers/Stopwatch.swift:121:60: error: 'FormatStyle' is not a member type of generic struct 'Foundation.Measurement<Foundation.UnitDuration>'
119 | /// The format style used to create string representations of measurements.
120 | @available(iOS 15.0, macCatalyst 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
121 | public static var formatStyle: Measurement<UnitDuration>.FormatStyle {
| `- error: 'FormatStyle' is not a member type of generic struct 'Foundation.Measurement<Foundation.UnitDuration>'
122 | .measurement(
123 | width: .abbreviated,
Foundation.Measurement:2:15: note: 'Measurement' declared here
1 | @available(macOS 10.12, iOS 10.0, watchOS 3.0, tvOS 10.0, *)
2 | public struct Measurement<UnitType> : ReferenceConvertible, Comparable, Equatable where UnitType : Unit {
| `- note: 'Measurement' declared here
3 | public typealias ReferenceType = NSMeasurement
4 | public let unit: UnitType
/host/spi-builder-workspace/Sources/DebuggingHelpers/Stopwatch.swift:135:32: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
133 | @available(tvOS, introduced: 10.0, deprecated: 15.0)
134 | @available(watchOS, introduced: 3.0, deprecated: 8.0)
135 | public static var formatter: MeasurementFormatter {
| `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
136 | let formatter = MeasurementFormatter()
137 | formatter.unitOptions = .providedUnit
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
| `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
3 | public struct UnitOptions : OptionSet, Sendable {
4 | public private(set) var rawValue: UInt { get }
/host/spi-builder-workspace/Sources/DebuggingHelpers/Stopwatch.swift:89:17: error: value of type 'Measurement<UnitDuration>' has no member 'formatted'
87 | public var description: String {
88 | if #available(iOS 15.0, macCatalyst 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *) {
89 | measurement.formatted(Self.formatStyle)
| `- error: value of type 'Measurement<UnitDuration>' has no member 'formatted'
90 | } else {
91 | Self.formatter.string(from: measurement)
/host/spi-builder-workspace/Sources/DebuggingHelpers/Stopwatch.swift:136:20: error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
134 | @available(watchOS, introduced: 3.0, deprecated: 8.0)
135 | public static var formatter: MeasurementFormatter {
136 | let formatter = MeasurementFormatter()
| `- error: 'MeasurementFormatter' is unavailable: Not supported in swift-corelibs-foundation
137 | formatter.unitOptions = .providedUnit
138 | formatter.unitStyle = .medium
Foundation.MeasurementFormatter:2:12: note: 'MeasurementFormatter' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "Not supported in swift-corelibs-foundation")
2 | open class MeasurementFormatter : Formatter, NSSecureCoding {
| `- note: 'MeasurementFormatter' has been explicitly marked unavailable here
3 | public struct UnitOptions : OptionSet, Sendable {
4 | public private(set) var rawValue: UInt { get }
[83/110] Compiling DebuggingHelpers CallCounter.swift
[84/110] Compiling DebuggingHelpers ThreadCounter.swift
BUILD FAILURE 6.2 android