Build Information
Failed to build ASN1Codable, reference 0.1.3 (fce875
), with Swift 6.1 for Android on 28 May 2025 11:25:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/PADL/ASN1Codable.git
Reference: 0.1.3
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/PADL/ASN1Codable
* tag 0.1.3 -> FETCH_HEAD
HEAD is now at fce8757 remove unused isString method
Cloned https://github.com/PADL/ASN1Codable.git
Revision (git rev-parse @):
fce8757cc6d98686a8b7cc9cb8722848eadb8e70
SUCCESS checkout https://github.com/PADL/ASN1Codable.git at 0.1.3
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/PADL/ASN1Codable.git
https://github.com/PADL/ASN1Codable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "asn1kit",
"requirement" : {
"branch" : [
"lhoward/pr"
]
},
"type" : "sourceControl",
"url" : "https://github.com/PADL/ASN1Kit"
},
{
"identity" : "echo",
"requirement" : {
"branch" : [
"fix-release-build"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ole/Echo"
},
{
"identity" : "swift-bigint",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mkrd/Swift-BigInt"
},
{
"identity" : "anycodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Flight-School/AnyCodable"
},
{
"identity" : "commandant",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Carthage/Commandant"
}
],
"manifest_display_name" : "ASN1Codable",
"name" : "ASN1Codable",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "ASN1Codable",
"targets" : [
"ASN1Codable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "asn1json2swift",
"targets" : [
"asn1json2swift"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "asn1json2swift",
"module_type" : "SwiftTarget",
"name" : "asn1json2swift",
"path" : "Sources/CLI/asn1json2swift",
"product_dependencies" : [
"Commandant"
],
"product_memberships" : [
"asn1json2swift"
],
"sources" : [
"TranslateCommand.swift",
"VersionCommand.swift",
"main.swift"
],
"target_dependencies" : [
"HeimASN1Translator"
],
"type" : "executable"
},
{
"c99name" : "HeimASN1Translator",
"module_type" : "SwiftTarget",
"name" : "HeimASN1Translator",
"path" : "Sources/HeimASN1Translator",
"product_dependencies" : [
"ASN1Kit",
"AnyCodable"
],
"product_memberships" : [
"asn1json2swift"
],
"sources" : [
"ASN1Tag+SwiftType.swift",
"Data+Extras.swift",
"HeimASN1Decoration.swift",
"HeimASN1FieldDescriptor.swift",
"HeimASN1Module.swift",
"HeimASN1OpenType.swift",
"HeimASN1Tagging.swift",
"HeimASN1Translator.swift",
"HeimASN1Type.swift",
"HeimASN1TypeDef.swift",
"HeimASN1TypeMember.swift",
"HeimASN1UniversalType.swift"
],
"type" : "library"
},
{
"c99name" : "ASN1Codable",
"module_type" : "SwiftTarget",
"name" : "ASN1Codable",
"path" : "Sources/ASN1Codable",
"product_dependencies" : [
"ASN1Kit",
"Echo",
"BigNumber",
"AnyCodable"
],
"product_memberships" : [
"ASN1Codable"
],
"sources" : [
"ASN1KitExtras/ASN1DecodedTag+Extras.swift",
"ASN1KitExtras/ASN1ImplicitlyWrappedObject.swift",
"ASN1KitExtras/ASN1KitExported.swift",
"ASN1KitExtras/ASN1NullObject.swift",
"ASN1KitExtras/ASN1Object+Sorting.swift",
"CodingKeys/ASN1Key.swift",
"CodingKeys/ASN1PlaceholderCodingKey.swift",
"CodingKeys/ASN1TaggedDictionaryCodingKey.swift",
"Core/ASN1AutomaticTaggingContext.swift",
"Core/ASN1Metadata.swift",
"Core/ASN1UserInfoKeys.swift",
"Decoder/ASN1Decoder.swift",
"Decoder/ASN1DecoderImpl.swift",
"Decoder/ASN1DecodingContainer.swift",
"Decoder/ASN1DecodingContext.swift",
"Decoder/KeyedDecodingContainer.swift",
"Decoder/ReferencingDecoder.swift",
"Decoder/SingleValueDecodingContainer.swift",
"Decoder/UnkeyedDecodingContainer.swift",
"Encoder/ASN1Encoder.swift",
"Encoder/ASN1EncoderImpl.swift",
"Encoder/ASN1EncodingContainer.swift",
"Encoder/ASN1EncodingContext.swift",
"Encoder/KeyedEncodingContainer.swift",
"Encoder/ReferencingEncoder.swift",
"Encoder/SingleValueEncodingContainer.swift",
"Encoder/UnkeyedEncodingContainer.swift",
"OpenType/ASN1AnyObjectSetValue.swift",
"OpenType/ASN1ObjectSetCodable.swift",
"OpenType/ASN1ObjectSetCodingContext.swift",
"OpenType/ASN1ObjectSetType.swift",
"OpenType/ASN1ObjectSetValue.swift",
"OpenType/ASN1TaggedDictionary.swift",
"Primitive/AnyCodable.swift",
"Primitive/BInt.swift",
"Primitive/Base.swift",
"Primitive/BitString.swift",
"Primitive/BitStringOptionSet.swift",
"Primitive/Dictionary.swift",
"Primitive/FixedWidthInteger.swift",
"Primitive/Null.swift",
"Primitive/String.swift",
"Primitive/Time.swift",
"PropertyWrappers/ASN1ApplicationTagged.swift",
"PropertyWrappers/ASN1ContextTagged.swift",
"PropertyWrappers/ASN1PrivateTagged.swift",
"Protocols/ASN1CodingContext.swift",
"Protocols/ASN1CodingKey.swift",
"Protocols/ASN1ExtensibleType.swift",
"Protocols/ASN1PreserveBinary.swift",
"Protocols/ASN1SetCodable.swift",
"Protocols/ASN1TagNumberRepresentable.swift",
"Protocols/ASN1TaggedType.swift",
"Protocols/ASN1TaggedValue.swift",
"Protocols/ASN1Tagging.swift",
"Protocols/ASN1TypeMetadataRepresentable.swift",
"Protocols/ASN1UniversalTagRepresentable.swift",
"Utility/Box.swift",
"Utility/OptionalProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/PADL/ASN1Kit
[1/1030] Fetching asn1kit
Fetched https://github.com/PADL/ASN1Kit from cache (0.30s)
Fetching https://github.com/ole/Echo
[1/870] Fetching echo
Fetched https://github.com/ole/Echo from cache (0.29s)
Fetching https://github.com/mkrd/Swift-BigInt
[1/1854] Fetching swift-bigint
Fetched https://github.com/mkrd/Swift-BigInt from cache (0.45s)
Fetching http://github.com/Carthage/Commandant
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/SwiftCommon/DataKit.git
[1/2329] Fetching commandant
[2330/3553] Fetching commandant, datakit
[2431/4335] Fetching commandant, datakit, anycodable
[4110/6045] Fetching commandant, datakit, anycodable, swift-atomics
Fetched https://github.com/SwiftCommon/DataKit.git from cache (0.46s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.46s)
Fetched http://github.com/Carthage/Commandant from cache (0.46s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (1.00s)
Fetching https://github.com/Quick/Nimble
[1/19584] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (1.39s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (2.32s)
Computing version for http://github.com/Carthage/Commandant
Computed http://github.com/Carthage/Commandant at 0.18.0 (0.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.59s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.62s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.29s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.78s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.23s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.71s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 0.0.3
Creating working copy for https://github.com/mkrd/Swift-BigInt
Working copy of https://github.com/mkrd/Swift-BigInt resolved at master (d09d98b)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/ole/Echo
Working copy of https://github.com/ole/Echo resolved at fix-release-build (67dee07)
Creating working copy for http://github.com/Carthage/Commandant
Working copy of http://github.com/Carthage/Commandant resolved at 0.18.0
Creating working copy for https://github.com/SwiftCommon/DataKit.git
Working copy of https://github.com/SwiftCommon/DataKit.git resolved at 1.1.0
Creating working copy for https://github.com/PADL/ASN1Kit
Working copy of https://github.com/PADL/ASN1Kit resolved at lhoward/pr (9ed7b3b)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Building for debugging...
[0/26] Write sources
[5/26] Compiling CEcho ImageInspectionMachO.c
[5/26] Write sources
[11/26] Compiling CEcho KnownMetadata.c
[12/26] Compiling CEcho ValueWitnessTable.c
[13/26] Compiling CEcho Functions.c
[14/26] Compiling CEcho CallAccessor.c
[15/26] Compiling CEcho ImageInspectionELF.c
[16/26] Compiling _AtomicsShims.c
[17/26] Write swift-version-24593BA9C3E375BF.txt
[19/60] Compiling Commandant Result+Additions.swift
[20/61] Compiling Commandant OrderedSet.swift
[21/61] Emitting module Commandant
[22/61] Compiling Atomics AtomicOptional.swift
[23/61] Compiling Atomics AtomicRawRepresentable.swift
[24/62] Compiling Atomics HighLevelTypes.swift
[25/62] Emitting module Atomics
[26/62] Compiling Atomics AtomicInteger.swift
[27/62] Compiling Atomics AtomicMemoryOrderings.swift
[28/62] Compiling Atomics AtomicStrongReference.swift
[29/62] Compiling Atomics AtomicValue.swift
[30/62] Compiling Atomics DoubleWord.swift
[31/62] Compiling Atomics AtomicBool.swift
[32/62] Compiling Commandant Switch.swift
[33/62] Compiling Atomics PointerConformances.swift
[34/62] Compiling Atomics AtomicLazyReference.swift
[35/62] Compiling Atomics IntegerConformances.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/109] Emitting module Echo
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
[38/115] Compiling Echo AnonymousDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[39/115] Compiling Echo ClassDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[40/115] Compiling Echo ContextDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[41/115] Compiling Echo ContextDescriptorValues.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[42/115] Compiling Echo EnumDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[43/115] Compiling Echo ExtensionDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[44/115] Compiling Echo FieldDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[47/115] Emitting module AnyCodable
[50/115] Compiling Commandant HelpCommand.swift
[51/115] Compiling DataKit Base64.swift
[52/115] Compiling Commandant Errors.swift
[53/115] Compiling DataKit Data+UTF8String.swift
[54/115] Compiling Echo RelativeDirectPointer.swift
[55/115] Compiling Echo RelativeIndirectPointer.swift
[56/115] Compiling Echo RelativeIndirectablePointer.swift
[57/115] Compiling Echo RelativeIndirectablePointerIntPair.swift
[58/115] Compiling Echo RelativePointer.swift
[59/115] Compiling Echo SignedPointer.swift
[60/115] Compiling DataKit Data+HexString.swift
[61/115] Emitting module BigNumber
[62/115] Compiling BigNumber Swift-Big-Number-Core.swift
[63/116] Compiling DataKit Data+ASCIIString.swift
[64/116] Compiling Echo MetatypeMetadata.swift
[65/116] Compiling Echo ObjCClassWrapperMetadata.swift
[66/116] Compiling Echo OpaqueMetadata.swift
[67/116] Compiling Echo StructMetadata.swift
[68/116] Compiling Echo TupleMetadata.swift
[69/116] Compiling Echo TypeMetadata.swift
[70/116] Emitting module DataKit
[71/116] Compiling DataKit Array+Data.swift
[72/117] Compiling Commandant Option.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Option.swift:239:32: error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
237 | let components = unwrappedStringValue.split(
238 | omittingEmptySubsequences: true,
239 | whereSeparator: [",", " "].contains
| `- error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
240 | )
241 | var resultValues: [T] = []
_StringProcessing.Collection.contains:3:15: note: where 'C' = 'String.Element' (aka 'Character')
1 | protocol Collection {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | public func contains<C>(_ other: C) -> Bool where C : Collection, Self.Element == C.Element}
| `- note: where 'C' = 'String.Element' (aka 'Character')
4 |
[73/117] Compiling Echo HeapGenericLocalVariableMetadata.swift
[74/117] Compiling Echo HeapLocalVariableMetadata.swift
[75/117] Compiling Echo Metadata.swift
[76/117] Compiling Echo MetadataAccessFunction.swift
[77/117] Compiling Echo MetadataRequest.swift
[78/117] Compiling Echo MetadataValues.swift
[79/117] Compiling AnyCodable AnyCodable.swift
[80/117] Compiling AnyCodable AnyDecodable.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/9] Write swift-version-24593BA9C3E375BF.txt
[2/43] Compiling Commandant Result+Additions.swift
[3/44] Compiling DataKit Array+Data.swift
[4/44] Compiling DataKit Data+UTF8String.swift
[5/44] Compiling Commandant OrderedSet.swift
[6/44] Emitting module Commandant
[7/44] Compiling Atomics AtomicLazyReference.swift
[8/44] Compiling Atomics HighLevelTypes.swift
[9/45] Compiling Atomics AtomicStrongReference.swift
[10/45] Compiling Atomics AtomicValue.swift
[11/45] Compiling AnyCodable AnyEncodable.swift
[12/45] Compiling Commandant Errors.swift
[13/45] Compiling Atomics DoubleWord.swift
[14/45] Compiling Atomics AtomicBool.swift
[15/45] Compiling Commandant HelpCommand.swift
[16/45] Compiling Commandant Option.swift
[17/45] Compiling Commandant Switch.swift
[20/46] Compiling Atomics AtomicInteger.swift
[21/46] Compiling Atomics AtomicMemoryOrderings.swift
[24/46] Compiling Atomics AtomicOptional.swift
[25/46] Compiling Atomics AtomicRawRepresentable.swift
[27/46] Compiling DataKit Data+ASCIIString.swift
[28/46] Compiling DataKit Data+HexString.swift
[29/46] Emitting module AnyCodable
[30/46] Compiling AnyCodable AnyCodable.swift
[31/46] Compiling AnyCodable AnyDecodable.swift
[32/47] Compiling Atomics PointerConformances.swift
[34/47] Compiling DataKit Base64.swift
[35/47] Emitting module DataKit
[36/48] Wrapping AST for Commandant for debugging
[37/48] Wrapping AST for AnyCodable for debugging
[38/48] Wrapping AST for DataKit for debugging
[40/73] Emitting module ASN1Kit
[41/76] Compiling ASN1Kit Data+ASN1Int.swift
[42/76] Compiling ASN1Kit Data+UInt.swift
[43/76] Compiling ASN1Kit Int+Length.swift
[44/76] Compiling ASN1Kit ASN1Int.swift
[45/76] Compiling ASN1Kit ASN1Object.swift
[46/76] Compiling ASN1Kit ASN1Tag.swift
[47/76] Compiling ASN1Kit DataScanner.swift
[48/76] Compiling ASN1Kit ASN1DecodedTag+Encoding.swift
[49/76] Compiling ASN1Kit ASN1Object+Subscript.swift
[50/76] Compiling ASN1Kit ASN1Primitive+Description.swift
[51/76] Compiling ASN1Kit ASN1Data.swift
[52/76] Compiling ASN1Kit ASN1DecodedTag.swift
[53/76] Compiling ASN1Kit ASN1Decoder.swift
[54/76] Compiling ASN1Kit ASN1Error.swift
[55/76] Compiling ASN1Kit OutputStream+UInt8.swift
[56/76] Compiling ASN1Kit String+Subscript.swift
[57/76] Compiling ASN1Kit UInt+TagNo.swift
[58/76] Compiling ASN1Kit GeneralizedTimeDateFormatter.swift
[59/76] Compiling ASN1Kit Int+ASN1Encoding.swift
[60/76] Compiling ASN1Kit String+ASN1Encoding.swift
[61/76] Emitting module Atomics
[62/76] Compiling Atomics IntegerConformances.swift
[64/77] Emitting module BigNumber
[65/77] Compiling BigNumber Swift-Big-Number-Core.swift
[67/124] Compiling Echo KnownMetadata.swift
[68/124] Compiling Echo RuntimeValues.swift
[69/124] Compiling Echo WitnessTable.swift
[70/124] Compiling Echo ExistentialMetatypeMetadata.swift
[71/124] Compiling Echo ForeignClassMetadata.swift
[72/124] Compiling Echo FunctionMetadata.swift
[73/124] Compiling Echo AnonymousDescriptor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[75/125] Emitting module Echo
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
[76/131] Compiling Echo ClassMetadata.swift
[77/131] Compiling Echo EnumMetadata.swift
[78/131] Compiling Echo EnumValueWitnessTable.swift
[79/131] Compiling Echo ExistentialMetadata.swift
[82/133] Wrapping AST for ASN1Kit for debugging
[84/143] Compiling HeimASN1Translator HeimASN1Translator.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[85/143] Compiling Echo ClassDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[86/143] Compiling Echo ContextDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[87/143] Compiling Echo ContextDescriptorValues.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[88/143] Compiling Echo EnumDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[89/143] Compiling Echo ExtensionDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[90/143] Compiling Echo FieldDescriptor.swift
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:494:36: error: ambiguous type name 'AtomicRepresentation' in 'Int'
492 |
493 | struct _StoredClassMetadataBounds {
494 | var _immediateMembersOffset: Int.AtomicRepresentation
| `- error: ambiguous type name 'AtomicRepresentation' in 'Int'
495 | var _bounds: MetadataBounds
496 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:23:17: note: found candidate with type 'Int.AtomicRepresentation'
21 |
22 | extension Int: AtomicValue {
23 | public struct AtomicRepresentation {
| `- note: found candidate with type 'Int.AtomicRepresentation'
24 | public typealias Value = Int
25 |
Synchronization.Int.AtomicRepresentation:3:20: note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
1 | struct Int {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 | public typealias AtomicRepresentation = _Atomic64BitStorage}
| `- note: found candidate with type 'Int.AtomicRepresentation' (aka '_Atomic64BitStorage')
4 |
/host/spi-builder-workspace/.build/checkouts/Echo/Sources/Echo/ContextDescriptor/ClassDescriptor.swift:86:52: error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
84 | // just unbind a type from memory without deinitializing it as well (which
85 | // we don't want to do).
86 | let atomicIntPtr = resilientBounds.ptr.mutable.bindMemory(
| `- error: conflicting arguments to generic parameter 'T' ('Int.AtomicRepresentation' vs. 'Int.AtomicRepresentation')
87 | to: Int.AtomicRepresentation.self,
88 | capacity: 1
[91/143] Compiling HeimASN1Translator HeimASN1TypeMember.swift
[92/144] Compiling Echo RelativeDirectPointer.swift
[93/144] Compiling Echo RelativeIndirectPointer.swift
[94/144] Compiling Echo RelativeIndirectablePointer.swift
[95/144] Compiling Echo RelativeIndirectablePointerIntPair.swift
[96/144] Compiling Echo RelativePointer.swift
[97/144] Compiling Echo SignedPointer.swift
[98/144] Compiling HeimASN1Translator HeimASN1UniversalType.swift
[99/144] Compiling Echo MetatypeMetadata.swift
[100/144] Compiling Echo ObjCClassWrapperMetadata.swift
[101/144] Compiling Echo OpaqueMetadata.swift
[102/144] Compiling Echo StructMetadata.swift
[103/144] Compiling Echo TupleMetadata.swift
[104/144] Compiling Echo TypeMetadata.swift
[105/144] Compiling Echo KeyPaths.swift
[109/144] Compiling Echo FieldType.swift
[110/144] Compiling Echo Misc.swift
[111/144] Compiling Echo GenericContext.swift
[112/144] Compiling Echo ModuleDescriptor.swift
[113/144] Compiling Echo OpaqueDescriptor.swift
[114/144] Compiling Echo ProtocolDescriptor.swift
[115/144] Compiling Echo StructDescriptor.swift
[116/144] Compiling Echo TypeContextDescriptor.swift
[117/144] Compiling Echo Echo.swift
[118/144] Compiling Echo ValueWitnessTable.swift
[119/144] Compiling Echo ConformanceDescriptor.swift
[120/144] Compiling Echo ExistentialContainer.swift
[121/144] Compiling Echo Functions.swift
[122/144] Compiling Echo HeapObject.swift
[123/144] Compiling Echo ImageInspection.swift
[124/144] Compiling Echo HeapGenericLocalVariableMetadata.swift
[125/144] Compiling Echo HeapLocalVariableMetadata.swift
[126/144] Compiling Echo Metadata.swift
[127/144] Compiling Echo MetadataAccessFunction.swift
[128/144] Compiling Echo MetadataRequest.swift
[129/144] Compiling Echo MetadataValues.swift
[130/144] Compiling HeimASN1Translator ASN1Tag+SwiftType.swift
[131/144] Compiling HeimASN1Translator Data+Extras.swift
[132/144] Emitting module HeimASN1Translator
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:26:1: warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 |
26 | extension OutputStream: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
27 | public func write(_ string: String) {
28 | self.write(string, maxLength: string.count)
[133/144] Compiling HeimASN1Translator HeimASN1Decoration.swift
[134/144] Compiling HeimASN1Translator HeimASN1FieldDescriptor.swift
[135/144] Compiling HeimASN1Translator HeimASN1Module.swift
[136/144] Compiling HeimASN1Translator HeimASN1OpenType.swift
[137/144] Compiling HeimASN1Translator HeimASN1Tagging.swift
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:26:1: warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 |
26 | extension OutputStream: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
27 | public func write(_ string: String) {
28 | self.write(string, maxLength: string.count)
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:28:14: warning: result of call to 'write(_:maxLength:)' is unused
26 | extension OutputStream: TextOutputStream {
27 | public func write(_ string: String) {
28 | self.write(string, maxLength: string.count)
| `- warning: result of call to 'write(_:maxLength:)' is unused
29 | }
30 | }
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:26:1: warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 |
26 | extension OutputStream: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'OutputStream' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
27 | public func write(_ string: String) {
28 | self.write(string, maxLength: string.count)
/host/spi-builder-workspace/Sources/HeimASN1Translator/HeimASN1Translator.swift:28:14: warning: result of call to 'write(_:maxLength:)' is unused
26 | extension OutputStream: TextOutputStream {
27 | public func write(_ string: String) {
28 | self.write(string, maxLength: string.count)
| `- warning: result of call to 'write(_:maxLength:)' is unused
29 | }
30 | }
[139/144] Compiling HeimASN1Translator HeimASN1Type.swift
BUILD FAILURE 6.1 android