Build Information
Failed to build unstandard, reference main (278bfc), with Swift 6.1 for Android on 28 May 2025 18:46:00 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/christopherweems/unstandard.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/christopherweems/unstandard
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 278bfc5 [gardening]
Cloned https://github.com/christopherweems/unstandard.git
Revision (git rev-parse @):
278bfc5b93a63cc3ec5da81995414aad366647eb
SUCCESS checkout https://github.com/christopherweems/unstandard.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/christopherweems/unstandard.git
https://github.com/christopherweems/unstandard.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system.git"
}
],
"manifest_display_name" : "unstandard",
"name" : "unstandard",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "unstandard",
"targets" : [
"unstandard",
"_UAParserSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "unstandardStrings",
"targets" : [
"unstandardStrings"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "operation",
"targets" : [
"operation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Resultto",
"targets" : [
"Resultto"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "transfer",
"targets" : [
"transfer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DirectoryPath",
"targets" : [
"DirectoryPath",
"DirectoryPathExtras"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_UAParserSwift",
"targets" : [
"_UAParserSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "unstandardTests",
"module_type" : "SwiftTarget",
"name" : "unstandardTests",
"path" : "Tests/unstandardTests",
"sources" : [
"unstandardAlgorithmsTests.swift",
"unstandardCollectionsTests.swift",
"unstandardStringsTests.swift",
"unstandardTests.swift"
],
"target_dependencies" : [
"unstandard",
"unstandardAlgorithms",
"unstandardCollections",
"unstandardStrings"
],
"type" : "test"
},
{
"c99name" : "unstandardStringsFoundation",
"module_type" : "SwiftTarget",
"name" : "unstandardStringsFoundation",
"path" : "Sources/unstandardStringsFoundation",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"CharacterSet/CharacterSet+Operators.swift",
"CharacterSet/CharacterSet+SetAlgebra.swift",
"CharacterSet/CharacterSet+SetDefinitions.swift",
"Sequences/SubstringRanges.swift",
"StringProtocol/StringProtocol+AffixOperations.swift",
"StringProtocol/StringProtocol+Classification.swift",
"StringProtocol/StringProtocol+Filtering.swift",
"StringProtocol/StringProtocol+Formatting.swift",
"StringProtocol/StringProtocol+Indices.swift",
"StringProtocol/StringProtocol+Ranges.swift",
"StringProtocol/StringProtocol+SetAlgebra.swift",
"Strings/String+Insertion.swift",
"Strings/String+Ranges.swift",
"Views/String+LineRanges.swift"
],
"target_dependencies" : [
"unstandardStrings"
],
"type" : "library"
},
{
"c99name" : "unstandardStrings",
"module_type" : "SwiftTarget",
"name" : "unstandardStrings",
"path" : "Sources/unstandardStrings",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"unstandard",
"unstandardStrings",
"transfer"
],
"sources" : [
"Character/Character+Classification.swift",
"Character/Character+TypeConversion.swift",
"Range/Range+String.Index.swift",
"Sequences/CaptureGroupRanges.swift",
"String/String+AffixOperations.swift",
"String/String+Operators.swift",
"String/String+Position.swift",
"StringInterpolation/String.Interpolation+BinaryInteger.swift",
"StringProtocol/StringProtocol+AffixOperations.swift",
"StringProtocol/StringProtocol+Components.swift",
"StringProtocol/StringProtocol+Indices.swift",
"StringProtocol/StringProtocol+Ranges.swift",
"StringProtocol/StringProtocol+Subscripts.swift",
"StringProtocol/StringProtocol+Substrings.swift",
"StringProtocol/StringProtocol+Trimming.swift",
"StringProtocol/StringProtocol+TypeConversion.swift",
"Substring/Substring+AffixOperations.swift",
"Substring/Substring+Initializers.swift",
"Substring/Substring+SetAlgebra.swift",
"UnicodeScalarView/String.UnicodeScalarView+AffixAccessors.swift",
"UnicodeScalarView/String.UnicodeScalarView+Ranges.swift"
],
"type" : "library"
},
{
"c99name" : "unstandardProtocols",
"module_type" : "SwiftTarget",
"name" : "unstandardProtocols",
"path" : "Sources/unstandardProtocols",
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"EmptyInitializable.swift",
"ExpressibleByRawValue.swift",
"Iffable.swift",
"SequenceInitializable.swift",
"Updatable.swift",
"Wrappable.swift"
],
"type" : "library"
},
{
"c99name" : "unstandardFoundation",
"module_type" : "SwiftTarget",
"name" : "unstandardFoundation",
"path" : "Sources/unstandardFoundation",
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"Extensions/Decimal+Extensions.swift",
"Extensions/IndexSet+Extensions.swift",
"Extensions/Locale+AvailableLocales.swift",
"Extensions/NSRegularExpression+Extensions.swift",
"Extensions/NSTextCheckingResult+Extensions.swift",
"Protocol Conformances/Iffable.swift",
"Protocol Conformances/Updatable.swift",
"Protocol Conformances/Wrappable.swift"
],
"target_dependencies" : [
"unstandardProtocols"
],
"type" : "library"
},
{
"c99name" : "unstandardCollectionsFoundation",
"module_type" : "SwiftTarget",
"name" : "unstandardCollectionsFoundation",
"path" : "Sources/unstandardCollectionsFoundation",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"Collection/Collection+Filter.swift"
],
"target_dependencies" : [
"unstandardCollections",
"BitArrayModule",
"GraphModule"
],
"type" : "library"
},
{
"c99name" : "unstandardCollections",
"module_type" : "SwiftTarget",
"name" : "unstandardCollections",
"path" : "Sources/unstandardCollections",
"product_dependencies" : [
"Collections"
],
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"BidirectionalCollection/BidirectionalCollection+Indexes.swift",
"Collection/Collection+Accessors.swift",
"Collection/Collection+AffixOperations.swift",
"Collection/Collection+Ranges.swift",
"Collection/Collection+SubSequence.swift",
"Collection/Collection+Substring.swift",
"Collection/Collection+TypeConversion.swift",
"Exports/BitArrayModule.swift",
"Exports/GraphModule.swift",
"MutableCollection/MutableCollection+Replacement.swift"
],
"target_dependencies" : [
"BitArrayModule",
"GraphModule"
],
"type" : "library"
},
{
"c99name" : "unstandardAlgorithms",
"module_type" : "SwiftTarget",
"name" : "unstandardAlgorithms",
"path" : "Sources/unstandardAlgorithms",
"product_dependencies" : [
"Algorithms"
],
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"Extensions/Array+Extensions.swift",
"Extensions/BidirectionalCollection+Extensions.swift",
"Extensions/Collection+Extensions.swift",
"Extensions/Collection+Variations.swift",
"Extensions/CollectionDifference.Change+Extensions.swift",
"Extensions/LazyCollection+Extensions.swift",
"Extensions/MutableCollection+Extensions.swift",
"Extensions/ReversedCollection+Extensions.swift",
"Extensions/Sequence+Extensions.swift"
],
"type" : "library"
},
{
"c99name" : "unstandard",
"module_type" : "SwiftTarget",
"name" : "unstandard",
"path" : "Sources/unstandard",
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"Algorithms/Free Functions/Confirm.swift",
"Data Types/Identified.swift",
"Exports/CustomDebugTreeConvertible.swift",
"Exports/unstandardAlgorithms.swift",
"Exports/unstandardCollections.swift",
"Exports/unstandardFoundation.swift",
"Exports/unstandardProtocols.swift",
"Exports/unstandardStrings.swift",
"Extensions/Array+Extensions.swift",
"Extensions/AsyncLineSequence+Extensions.swift",
"Extensions/AsyncThrowingStream+Extensions.swift",
"Extensions/Bool+Extensions.swift",
"Extensions/CGFloat+Extensions.swift",
"Extensions/CGPoint+Extensions.swift",
"Extensions/CGRect+Extensions.swift",
"Extensions/CGSize+Extensions.swift",
"Extensions/Character+Extensions.swift",
"Extensions/ClosedRange+Extensions.swift",
"Extensions/Data+Base64URLEncodedString.swift",
"Extensions/Date+Extensions.swift",
"Extensions/DateComponents+Extensions.swift",
"Extensions/DateFormatter+Extensions.swift",
"Extensions/Dictionary+Extensions.swift",
"Extensions/FileManager+Extensions.swift",
"Extensions/FloatingPointSign+Extensions.swift",
"Extensions/Formatters/ByteCountFormatter.swift",
"Extensions/Hasher+Extensions.swift",
"Extensions/Int+Extensions.swift",
"Extensions/Measurement+Extensions.swift",
"Extensions/NSPredicate+Extensions.swift",
"Extensions/NSRange+Extensions.swift",
"Extensions/NSRegularExpression+Extensions.swift",
"Extensions/NumberFormatter+Extensions.swift",
"Extensions/Optional+Extensions.swift",
"Extensions/Protocol Extensions/AdditiveArithmetic+Extensions.swift",
"Extensions/Protocol Extensions/BinaryFloatingPoint+Extensions.swift",
"Extensions/Protocol Extensions/BinaryInteger+Extensions.swift",
"Extensions/Protocol Extensions/Collection+Extensions.swift",
"Extensions/Protocol Extensions/Comparable+Extensions.swift",
"Extensions/Protocol Extensions/ExpressibleByArrayLiteral+Extensions.swift",
"Extensions/Protocol Extensions/ExpressibleByBoolLiteral+Extensions.swift",
"Extensions/Protocol Extensions/FixedWidthInteger+Extensions.swift",
"Extensions/Protocol Extensions/FloatingPoint+Extensions.swift",
"Extensions/Protocol Extensions/IteratorProtocol+Extensions.swift",
"Extensions/Protocol Extensions/RangeReplaceableCollection+Extensions.swift",
"Extensions/Protocol Extensions/Sequence+Extensions.swift",
"Extensions/Protocol Extensions/SetAlgebra+Extensions.swift",
"Extensions/Protocol Extensions/StringProtocol+Extensions.swift",
"Extensions/Protocol Extensions/Wrappable+Extensions.swift",
"Extensions/Range+Extensions.swift",
"Extensions/Set+Extensions.swift",
"Extensions/String+Extensions.swift",
"Extensions/String+PatternMatching.swift",
"Extensions/String.Index+Extensions.swift",
"Extensions/Task+Extensions.swift",
"Extensions/TimeInterval+Extensions.swift",
"Extensions/URL+Extensions.swift",
"Extensions/UUID+Extensions.swift",
"Extensions/UserDefaults+Extensions.swift",
"Formatters/_ListFormatter.swift",
"Operators/!!.swift",
"Operators/?=.swift",
"Operators/??!.swift",
"Operators/???.swift",
"Property Wrappers/ExclusiveAccess.swift",
"Property Wrappers/Memoized.swift",
"Property Wrappers/MonotonicLatest.swift",
"Property Wrappers/NonCached.swift",
"Property Wrappers/Storage.swift",
"Result Builders/AnyTrue.swift",
"Result Builders/ArrayBuilder.swift",
"Result Builders/EmptyBuilder.swift",
"Result Builders/FirstNonNil.swift",
"Result Builders/OrderedSetResult.swift",
"Result Builders/PairBuilder.swift",
"Result Builders/ProtocolTypedArrayBuilder.swift",
"Result Builders/SetBuilder.swift",
"Result Builders/SingleElementBuilder.swift",
"Result Builders/SingleResult.swift",
"Result Builders/StringBuilder.swift",
"Result Builders/UUIDResult.swift"
],
"target_dependencies" : [
"unstandardProtocols",
"unstandardFoundation",
"unstandardAlgorithms",
"unstandardCollections",
"unstandardCollectionsFoundation",
"unstandardStrings",
"unstandardStringsFoundation",
"CustomDebugTreeConvertible",
"Resultto"
],
"type" : "library"
},
{
"c99name" : "transfer",
"module_type" : "SwiftTarget",
"name" : "transfer",
"path" : "Sources/transfer",
"product_memberships" : [
"transfer"
],
"sources" : [
"Transfer.swift"
],
"target_dependencies" : [
"unstandard"
],
"type" : "library"
},
{
"c99name" : "operation",
"module_type" : "SwiftTarget",
"name" : "operation",
"path" : "Sources/operation",
"product_memberships" : [
"operation"
],
"sources" : [
"Operation.swift"
],
"type" : "library"
},
{
"c99name" : "_UAParserSwift",
"module_type" : "SwiftTarget",
"name" : "_UAParserSwift",
"path" : "Sources/UAParserSwift",
"product_memberships" : [
"unstandard",
"_UAParserSwift"
],
"sources" : [
"UAParserSwift.swift"
],
"type" : "library"
},
{
"c99name" : "Resultto",
"module_type" : "SwiftTarget",
"name" : "Resultto",
"path" : "Sources/Resultto",
"product_memberships" : [
"unstandard",
"Resultto",
"transfer"
],
"sources" : [
"AllNil.swift",
"AllTrue.swift",
"AnyTrue.swift",
"Count.swift",
"SetResult.swift",
"SingleResult.swift",
"Sum.swift",
"URLResult.swift",
"UUIDResult.swift"
],
"type" : "library"
},
{
"c99name" : "GraphModule",
"module_type" : "SwiftTarget",
"name" : "GraphModule",
"path" : "Sources/Swift Collections Additions/GraphModule",
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"DirectedGraph/DirectedGraph.swift",
"Graph/Graph.VertexNode.swift",
"Graph/Graph.swift",
"Protocols/GraphConstraint.swift"
],
"type" : "library"
},
{
"c99name" : "DirectoryPathExtras",
"module_type" : "SwiftTarget",
"name" : "DirectoryPathExtras",
"path" : "Sources/DirectoryPath/DirectoryPathExtras",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"DirectoryPath"
],
"sources" : [
"Extensions/Bundle+Extensions.swift",
"Extensions/FileHandle+Extensions.swift",
"Extensions/FileManager+Extensions.swift",
"Extensions/FilePath+Extensions.swift",
"Extensions/String+Extensions.swift",
"Extensions/URL+Extensions.swift",
"Protocol Extensions/FilePathProtocol+Extensions.swift",
"TemporaryFile.swift"
],
"target_dependencies" : [
"DirectoryPath"
],
"type" : "library"
},
{
"c99name" : "DirectoryPath",
"module_type" : "SwiftTarget",
"name" : "DirectoryPath",
"path" : "Sources/DirectoryPath/DirectoryPath",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"DirectoryPath"
],
"sources" : [
"DirectoryPath.swift",
"Extensions/FilePath+Extensions.swift",
"Protocols/FilePathProtocol.swift"
],
"type" : "library"
},
{
"c99name" : "CustomDebugTreeConvertibleTests",
"module_type" : "SwiftTarget",
"name" : "CustomDebugTreeConvertibleTests",
"path" : "Tests/CustomDebugTreeConvertibleTests",
"sources" : [
"CustomDebugTreeConvertibleTests.swift",
"TreeNode.swift"
],
"target_dependencies" : [
"CustomDebugTreeConvertible"
],
"type" : "test"
},
{
"c99name" : "CustomDebugTreeConvertible",
"module_type" : "SwiftTarget",
"name" : "CustomDebugTreeConvertible",
"path" : "Sources/Standard Library Additions/CustomDebugTreeConvertible",
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"DebugPrint.swift",
"Protocols/CustomDebugTreeConvertible.swift",
"Protocols/CustomTreeFormatting.swift",
"TreeFormatter.swift"
],
"type" : "library"
},
{
"c99name" : "BitArrayModule",
"module_type" : "SwiftTarget",
"name" : "BitArrayModule",
"path" : "Sources/Swift Collections Additions/BitArrayModule",
"product_memberships" : [
"unstandard",
"transfer"
],
"sources" : [
"BitArray/BitArray.swift",
"BitArray/BitArrayBitwiseOperations.swift",
"BitArray/BitArrayConformances.swift",
"BitArray/BitArrayOperations.swift",
"BitSet/BitSet.swift",
"BitSet/BitSetConformances.swift",
"BitSet/BitSetOperations.swift",
"BitSet/BitSetSetAlgebra.swift"
],
"type" : "library"
}
],
"tools_version" : "5.11"
}
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[1451/10350] Fetching swift-system, swift-algorithms
[5089/26941] Fetching swift-system, swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.25s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.25s)
Fetched https://github.com/apple/swift-collections.git from cache (1.29s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.02s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.21s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.86s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.76s)
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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/UAParserSwift/LICENSE
Building for debugging...
[0/31] Write sources
[28/31] Compiling CSystem shims.c
[29/31] Compiling _NumericsShims _NumericsShims.c
[29/31] Write swift-version-24593BA9C3E375BF.txt
[32/108] Emitting module RealModule
[33/109] Emitting module SystemPackage
[34/112] Compiling RealModule Float+Real.swift
[35/112] Compiling SystemPackage Util+StringArray.swift
[36/112] Compiling SystemPackage Util.swift
[37/112] Compiling SystemPackage UtilConsumers.swift
[38/112] Compiling RealModule RealFunctions.swift
[39/112] Compiling SystemPackage FilePathWindows.swift
[40/112] Compiling SystemPackage FilePermissions.swift
[41/112] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/113] Compiling SystemPackage FilePathSyntax.swift
[43/113] Compiling SystemPackage FilePathTemp.swift
[44/113] Compiling RealModule AlgebraicField.swift
[45/113] Compiling RealModule ApproximateEquality.swift
[46/113] Compiling RealModule Float80+Real.swift
[47/113] Compiling RealModule Real.swift
[48/113] Compiling SystemPackage MachPort.swift
[49/113] Compiling SystemPackage PlatformString.swift
[50/113] Compiling SystemPackage SystemString.swift
[51/113] Compiling RealModule AugmentedArithmetic.swift
[52/113] Compiling RealModule Double+Real.swift
[53/113] Compiling SystemPackage FilePathTempPosix.swift
[54/113] Compiling SystemPackage FilePathTempWindows.swift
[57/113] Emitting module InternalCollectionsUtilities
[58/113] Compiling SystemPackage FilePathParsing.swift
[59/113] Compiling SystemPackage FilePathString.swift
[60/113] Compiling RealModule ElementaryFunctions.swift
[63/113] Emitting module operation
[64/113] Compiling operation Operation.swift
[65/114] Compiling RealModule Float16+Real.swift
[74/115] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/116] Compiling GraphModule GraphConstraint.swift
[78/116] Compiling Resultto Count.swift
[79/117] Compiling Resultto SingleResult.swift
[80/117] Compiling Resultto Sum.swift
[81/117] Compiling unstandardProtocols SequenceInitializable.swift
[82/117] Compiling unstandardProtocols Iffable.swift
[83/117] Compiling Resultto AnyTrue.swift
[85/117] Compiling unstandardProtocols Updatable.swift
[86/117] Compiling unstandardProtocols Wrappable.swift
[87/117] Emitting module Resultto
[90/117] Compiling GraphModule Graph.VertexNode.swift
[91/118] Emitting module GraphModule
[92/118] Compiling GraphModule DirectedGraph.swift
[93/155] Compiling BitArrayModule BitSetOperations.swift
[94/156] Compiling BitArrayModule BitSetConformances.swift
[95/156] Emitting module CustomDebugTreeConvertible
/host/spi-builder-workspace/Sources/Standard Library Additions/CustomDebugTreeConvertible/Protocols/CustomTreeFormatting.swift:32:23: warning: static property 'alternateDefaults' is not concurrency-safe because non-'Sendable' type 'CustomTreeFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
4 | import Foundation
5 |
6 | public struct CustomTreeFormatting {
| `- note: consider making struct 'CustomTreeFormatting' conform to the 'Sendable' protocol
7 | let spacesPerDepth: Int
8 | let spacer: String
:
30 |
31 | extension CustomTreeFormatting {
32 | public static let alternateDefaults: Self = {
| |- warning: static property 'alternateDefaults' is not concurrency-safe because non-'Sendable' type 'CustomTreeFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'alternateDefaults' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | .init(spacesPerDepth: 5,
34 | spacer: " ",
[96/156] Compiling CustomDebugTreeConvertible DebugPrint.swift
[97/156] Compiling BitArrayModule BitArrayBitwiseOperations.swift
[98/156] Compiling BitArrayModule BitArray.swift
[99/156] Compiling BitArrayModule BitArrayConformances.swift
[100/156] Emitting module BitArrayModule
[101/156] Compiling CustomDebugTreeConvertible TreeFormatter.swift
[102/156] Compiling BitArrayModule BitSetSetAlgebra.swift
[103/156] Compiling BitArrayModule BitArrayOperations.swift
[104/156] Compiling BitArrayModule BitSet.swift
[106/225] Compiling _RopeModule BigString+Initializers.swift
[107/225] Compiling _RopeModule BigString+Insert.swift
[108/225] Compiling _RopeModule BigString+Managing Breaks.swift
[109/225] Compiling _RopeModule BigString+Summary.swift
[110/225] Compiling _RopeModule BigString.swift
[111/225] Compiling _RopeModule BigString+Append.swift
[112/228] Compiling _RopeModule BigString+Iterators.swift
[113/228] Compiling _RopeModule BigString+Metrics.swift
[116/228] Compiling _RopeModule BigString+Chunk.swift
[117/228] Compiling _RopeModule BigString+BidirectionalCollection.swift
[118/228] Compiling _RopeModule BigString+Builder.swift
[119/228] Compiling _RopeModule BigString+Contents.swift
[120/228] Compiling _RopeModule BigString+Debugging.swift
[121/228] Compiling _RopeModule BigString+Index.swift
[122/228] Compiling _RopeModule BigString+Ingester.swift
[123/228] Compiling _RopeModule BigString+Invariants.swift
[139/229] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[140/229] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[141/229] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[142/229] Compiling _RopeModule BigString+Chunk+Splitting.swift
[143/284] Compiling Resultto UUIDResult.swift
[144/284] Compiling Resultto URLResult.swift
[145/284] Compiling OrderedCollections OrderedDictionary+Codable.swift
[146/284] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[147/284] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[148/284] Compiling CustomDebugTreeConvertible CustomDebugTreeConvertible.swift
[149/284] Compiling CustomDebugTreeConvertible CustomTreeFormatting.swift
/host/spi-builder-workspace/Sources/Standard Library Additions/CustomDebugTreeConvertible/Protocols/CustomTreeFormatting.swift:32:23: warning: static property 'alternateDefaults' is not concurrency-safe because non-'Sendable' type 'CustomTreeFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
4 | import Foundation
5 |
6 | public struct CustomTreeFormatting {
| `- note: consider making struct 'CustomTreeFormatting' conform to the 'Sendable' protocol
7 | let spacesPerDepth: Int
8 | let spacer: String
:
30 |
31 | extension CustomTreeFormatting {
32 | public static let alternateDefaults: Self = {
| |- warning: static property 'alternateDefaults' is not concurrency-safe because non-'Sendable' type 'CustomTreeFormatting' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'alternateDefaults' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | .init(spacesPerDepth: 5,
34 | spacer: " ",
[150/284] Compiling unstandardProtocols EmptyInitializable.swift
[151/284] Compiling unstandardProtocols ExpressibleByRawValue.swift
/host/spi-builder-workspace/Sources/unstandardProtocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
| `- error: cannot find type 'NetService' in scope
17 |
18 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[152/285] Emitting module unstandardProtocols
/host/spi-builder-workspace/Sources/unstandardProtocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
| `- error: cannot find type 'NetService' in scope
17 |
18 |
[153/285] Compiling Resultto SetResult.swift
[154/285] Compiling GraphModule Graph.swift
[155/285] Emitting module _UAParserSwift
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:298:13: warning: static property 'browsers' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
296 |
297 | /// Browsers
298 | static let browsers: [Rule] = [
| |- warning: static property 'browsers' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'browsers' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
299 | Rule([
300 | "(opera\\smini)\\/([\\w\\.-]+)", // Opera Mini
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:417:13: warning: static property 'cpu' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
415 |
416 | /// CPU Architectures
417 | static let cpu: [Rule] = [
| |- warning: static property 'cpu' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'cpu' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
418 | Rule([
419 | "(?:(amd|x(?:(?:86|64)[_-])?|wow|win)64)[;\\)]", // AMD64
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:442:13: warning: static property 'device' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
440 |
441 | /// Devices
442 | static let device: [Rule] = [
| |- warning: static property 'device' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'device' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
443 | Rule([
444 | "\\((ipad|playbook);[\\w\\s\\);-]+(rim|apple)", // iPad/PlayBook
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:695:13: warning: static property 'engine' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
693 |
694 | /// Browser Engines
695 | static let engine: [Rule] = [
| |- warning: static property 'engine' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'engine' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
696 | Rule([
697 | "windows.+\\sedge\\/([\\w\\.]+)", // EdgeHTML
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:711:13: warning: static property 'os' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
709 |
710 | /// Operating Systems
711 | static let os: [Rule] = [
| |- warning: static property 'os' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'os' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
712 | Rule([
713 | // Windows based
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:298:13: warning: static property 'browsers' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
296 |
297 | /// Browsers
298 | static let browsers: [Rule] = [
| |- warning: static property 'browsers' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'browsers' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
299 | Rule([
300 | "(opera\\smini)\\/([\\w\\.-]+)", // Opera Mini
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:417:13: warning: static property 'cpu' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
415 |
416 | /// CPU Architectures
417 | static let cpu: [Rule] = [
| |- warning: static property 'cpu' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'cpu' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
418 | Rule([
419 | "(?:(amd|x(?:(?:86|64)[_-])?|wow|win)64)[;\\)]", // AMD64
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:442:13: warning: static property 'device' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
440 |
441 | /// Devices
442 | static let device: [Rule] = [
| |- warning: static property 'device' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'device' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
443 | Rule([
444 | "\\((ipad|playbook);[\\w\\s\\);-]+(rim|apple)", // iPad/PlayBook
/host/spi-builder-workspace/Sources/UAParserSwift/UAParserSwift.swift:695:13: warning: static property 'engine' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | /// Define a single rule to execute
137 | internal struct Rule {
| `- note: consider making struct 'Rule' conform to the 'Sendable' protocol
138 |
139 | /// Set of regular expressions which can validate the rule
:
693 |
694 | /// Browser Engines
695 | static let engine: [Rule] = [
| |- warning: static property 'engine' is not concurrency-safe because non-'Sendable' type '[Rule]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'engine' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
696 | Rule([
697 | "windows.+\\sedge\\/([\\w\\.]+)", // EdgeHTML
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/UAParserSwift/LICENSE
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/43] Emitting module operation
[3/44] Compiling operation Operation.swift
[4/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/83] Compiling SystemPackage FilePathComponentView.swift
[6/83] Compiling SystemPackage FilePathComponents.swift
[7/83] Compiling SystemPackage Backcompat.swift
[8/83] Compiling SystemPackage CInterop.swift
[9/83] Compiling Resultto URLResult.swift
[10/84] Compiling Resultto SetResult.swift
[12/84] Compiling Resultto Count.swift
[13/84] Emitting module BitArrayModule
[14/85] Compiling BitArrayModule BitSetOperations.swift
[15/85] Compiling unstandardProtocols EmptyInitializable.swift
[16/87] Compiling unstandardProtocols ExpressibleByRawValue.swift
/host/spi-builder-workspace/Sources/unstandardProtocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
| `- error: cannot find type 'NetService' in scope
17 |
18 |
[17/90] Compiling unstandardProtocols Wrappable.swift
[18/90] Compiling Resultto SingleResult.swift
[19/90] Compiling Resultto Sum.swift
[20/90] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/90] Compiling unstandardProtocols SequenceInitializable.swift
[22/90] Compiling unstandardProtocols Updatable.swift
[23/90] Compiling Resultto UUIDResult.swift
[24/90] Compiling SystemPackage Errno.swift
[25/90] Compiling SystemPackage ErrnoWindows.swift
[26/90] Emitting module Resultto
[27/90] Compiling Resultto AnyTrue.swift
[28/90] Compiling RealModule Float80+Real.swift
[29/90] Compiling RealModule Float16+Real.swift
[30/90] Compiling RealModule Real.swift
[31/90] Emitting module _UAParserSwift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/92] Emitting module unstandardProtocols
/host/spi-builder-workspace/Sources/unstandardProtocols/ExpressibleByRawValue.swift:16:11: error: cannot find type 'NetService' in scope
14 | import Foundation
15 |
16 | extension NetService.ErrorCode: ExpressibleByRawValue { }
| `- error: cannot find type 'NetService' in scope
17 |
18 |
[33/92] Compiling unstandardProtocols Iffable.swift
[34/92] Compiling SystemPackage FileOperations.swift
[35/92] Compiling SystemPackage FilePath.swift
[36/92] Compiling BitArrayModule BitArray.swift
[37/92] Compiling BitArrayModule BitArrayBitwiseOperations.swift
[38/92] Compiling SystemPackage FileDescriptor.swift
[39/92] Compiling SystemPackage FileHelpers.swift
[42/92] Compiling BitArrayModule BitSet.swift
[43/92] Compiling BitArrayModule BitArrayOperations.swift
[44/92] Compiling BitArrayModule BitArrayConformances.swift
[45/92] Compiling BitArrayModule BitSetConformances.swift
[48/92] Compiling SystemPackage Constants.swift
[49/92] Compiling SystemPackage Exports.swift
[52/92] Emitting module InternalCollectionsUtilities
[53/92] Emitting module RealModule
[54/92] Compiling RealModule ElementaryFunctions.swift
[55/93] Compiling RealModule Float+Real.swift
[56/93] Compiling GraphModule GraphConstraint.swift
[58/93] Compiling BitArrayModule BitSetSetAlgebra.swift
[59/93] Compiling GraphModule Graph.swift
[60/94] Compiling RealModule RealFunctions.swift
[63/95] Compiling GraphModule Graph.VertexNode.swift
[69/98] Compiling GraphModule DirectedGraph.swift
[70/98] Emitting module GraphModule
[75/99] Emitting module SystemPackage
[76/99] Compiling SystemPackage MachPort.swift
[77/99] Compiling SystemPackage PlatformString.swift
[78/99] Compiling SystemPackage SystemString.swift
[79/99] Compiling SystemPackage Mocking.swift
[80/99] Compiling SystemPackage RawBuffer.swift
[81/99] Compiling SystemPackage Syscalls.swift
[82/99] Compiling SystemPackage WindowsSyscallAdapters.swift
BUILD FAILURE 6.1 android