The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Echo, reference main (67dee0), with Swift 6.1 for Android on 29 May 2025 02:35:27 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/ole/Echo.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/ole/Echo
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 67dee07 Fix release build
Cloned https://github.com/ole/Echo.git
Revision (git rev-parse @):
67dee07edd6aa1f21a81ad261950d41beef20080
SUCCESS checkout https://github.com/ole/Echo.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ole/Echo.git
https://github.com/ole/Echo.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    }
  ],
  "manifest_display_name" : "Echo",
  "name" : "Echo",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Echo",
      "targets" : [
        "Echo"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EchoTests",
      "module_type" : "SwiftTarget",
      "name" : "EchoTests",
      "path" : "Tests/EchoTests",
      "sources" : [
        "Context Descriptor/AnonymousDescriptor.swift",
        "Context Descriptor/ClassDescriptor.swift",
        "Context Descriptor/EnumDescriptor.swift",
        "Context Descriptor/ExtensionDescriptor.swift",
        "Context Descriptor/FieldDescriptor.swift",
        "Context Descriptor/GenericContext.swift",
        "Context Descriptor/ModuleDescriptor.swift",
        "Context Descriptor/ProtocolDescriptor.swift",
        "Context Descriptor/StructDescriptor.swift",
        "EchoTests.swift",
        "Metadata/ClassMetadata.swift",
        "Metadata/EnumMetadata.swift",
        "Metadata/ExistentialMetadata.swift",
        "Metadata/ExistentialMetatypeMetadata.swift",
        "Metadata/FunctionMetadata.swift",
        "Metadata/MetadataAccessFunction.swift",
        "Metadata/MetatypeMetadata.swift",
        "Metadata/ObjCClassWrapperMetadata.swift",
        "Metadata/OpaqueMetadata.swift",
        "Metadata/StructMetadata.swift",
        "Metadata/TupleMetadata.swift",
        "Runtime/ConformanceDescriptor.swift",
        "Runtime/ExistentialContainer.swift",
        "Runtime/ImageInspection.swift",
        "Utils/Misc.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Echo"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Echo",
      "module_type" : "SwiftTarget",
      "name" : "Echo",
      "path" : "Sources/Echo",
      "product_dependencies" : [
        "Atomics"
      ],
      "product_memberships" : [
        "Echo"
      ],
      "sources" : [
        "ContextDescriptor/AnonymousDescriptor.swift",
        "ContextDescriptor/ClassDescriptor.swift",
        "ContextDescriptor/ContextDescriptor.swift",
        "ContextDescriptor/ContextDescriptorValues.swift",
        "ContextDescriptor/EnumDescriptor.swift",
        "ContextDescriptor/ExtensionDescriptor.swift",
        "ContextDescriptor/FieldDescriptor.swift",
        "ContextDescriptor/GenericContext.swift",
        "ContextDescriptor/ModuleDescriptor.swift",
        "ContextDescriptor/OpaqueDescriptor.swift",
        "ContextDescriptor/ProtocolDescriptor.swift",
        "ContextDescriptor/StructDescriptor.swift",
        "ContextDescriptor/TypeContextDescriptor.swift",
        "Echo.swift",
        "Metadata/ClassMetadata.swift",
        "Metadata/EnumMetadata.swift",
        "Metadata/EnumValueWitnessTable.swift",
        "Metadata/ExistentialMetadata.swift",
        "Metadata/ExistentialMetatypeMetadata.swift",
        "Metadata/ForeignClassMetadata.swift",
        "Metadata/FunctionMetadata.swift",
        "Metadata/HeapGenericLocalVariableMetadata.swift",
        "Metadata/HeapLocalVariableMetadata.swift",
        "Metadata/Metadata.swift",
        "Metadata/MetadataAccessFunction.swift",
        "Metadata/MetadataRequest.swift",
        "Metadata/MetadataValues.swift",
        "Metadata/MetatypeMetadata.swift",
        "Metadata/ObjCClassWrapperMetadata.swift",
        "Metadata/OpaqueMetadata.swift",
        "Metadata/StructMetadata.swift",
        "Metadata/TupleMetadata.swift",
        "Metadata/TypeMetadata.swift",
        "Metadata/ValueWitnessTable.swift",
        "Runtime/ConformanceDescriptor.swift",
        "Runtime/ExistentialContainer.swift",
        "Runtime/Functions.swift",
        "Runtime/HeapObject.swift",
        "Runtime/ImageInspection.swift",
        "Runtime/KeyPaths.swift",
        "Runtime/KnownMetadata.swift",
        "Runtime/RuntimeValues.swift",
        "Runtime/WitnessTable.swift",
        "Utils/FieldType.swift",
        "Utils/Misc.swift",
        "Utils/RelativeDirectPointer.swift",
        "Utils/RelativeIndirectPointer.swift",
        "Utils/RelativeIndirectablePointer.swift",
        "Utils/RelativeIndirectablePointerIntPair.swift",
        "Utils/RelativePointer.swift",
        "Utils/SignedPointer.swift"
      ],
      "target_dependencies" : [
        "CEcho"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CEcho",
      "module_type" : "ClangTarget",
      "name" : "CEcho",
      "path" : "Sources/CEcho",
      "product_memberships" : [
        "Echo"
      ],
      "sources" : [
        "CallAccessor.c",
        "Functions.c",
        "ImageInspectionELF.c",
        "ImageInspectionMachO.c",
        "KnownMetadata.c",
        "ValueWitnessTable.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (1.67s)
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
Building for debugging...
[0/10] Write sources
[1/10] Compiling CEcho ValueWitnessTable.c
[2/10] Write sources
[3/10] Compiling CEcho CallAccessor.c
[4/10] Compiling CEcho Functions.c
[5/10] Compiling CEcho ImageInspectionMachO.c
[6/10] Compiling CEcho KnownMetadata.c
[7/10] Compiling _AtomicsShims.c
[8/10] Write swift-version-24593BA9C3E375BF.txt
[9/10] Compiling CEcho ImageInspectionELF.c
[11/22] Compiling Atomics HighLevelTypes.swift
[12/23] Compiling Atomics DoubleWord.swift
[13/23] Compiling Atomics AtomicBool.swift
[14/23] Compiling Atomics IntegerConformances.swift
[15/23] Emitting module Atomics
[16/23] Compiling Atomics AtomicLazyReference.swift
[17/23] Compiling Atomics AtomicInteger.swift
[18/23] Compiling Atomics AtomicMemoryOrderings.swift
[19/23] Compiling Atomics AtomicOptional.swift
[20/23] Compiling Atomics AtomicRawRepresentable.swift
[21/23] Compiling Atomics AtomicStrongReference.swift
[22/23] Compiling Atomics AtomicValue.swift
[23/23] Compiling Atomics PointerConformances.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/70] Emitting module Echo
/host/spi-builder-workspace/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/Sources/Echo/Metadata/TypeMetadata.swift:163:5: warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
161 |
162 | let mangledNameLock = NSLock()
163 | var mangledNames = [UnsafeRawPointer: Any.Type?]()
    |     |- warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'mangledNames' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'mangledNames' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:56:5: warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 54 |
 55 | let protocolLock = NSLock()
 56 | var _protocols = Set<UnsafeRawPointer>()
    |     |- warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_protocols' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_protocols' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 |
 58 | @_cdecl("registerProtocols")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:75:5: warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 73 |
 74 | let conformanceLock = NSLock()
 75 | var conformances = [UnsafeRawPointer: [ConformanceDescriptor]]()
    |     |- warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'conformances' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'conformances' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |
 77 | @_cdecl("registerProtocolConformances")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:137:5: warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | let typeLock = NSLock()
137 | var _types = Set<UnsafeRawPointer>()
    |     |- warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_types' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_types' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |
139 | @_cdecl("registerTypeMetadata")
[26/76] Compiling Echo RelativeDirectPointer.swift
[27/76] Compiling Echo RelativeIndirectPointer.swift
[28/76] Compiling Echo RelativeIndirectablePointer.swift
[29/76] Compiling Echo RelativeIndirectablePointerIntPair.swift
[30/76] Compiling Echo RelativePointer.swift
[31/76] Compiling Echo SignedPointer.swift
[32/76] Compiling Echo ClassMetadata.swift
[33/76] Compiling Echo EnumMetadata.swift
[34/76] Compiling Echo EnumValueWitnessTable.swift
[35/76] Compiling Echo ExistentialMetadata.swift
[36/76] Compiling Echo ExistentialMetatypeMetadata.swift
[37/76] Compiling Echo ForeignClassMetadata.swift
[38/76] Compiling Echo FunctionMetadata.swift
[39/76] Compiling Echo HeapGenericLocalVariableMetadata.swift
[40/76] Compiling Echo HeapLocalVariableMetadata.swift
[41/76] Compiling Echo Metadata.swift
[42/76] Compiling Echo MetadataAccessFunction.swift
[43/76] Compiling Echo MetadataRequest.swift
[44/76] Compiling Echo MetadataValues.swift
[45/76] Compiling Echo GenericContext.swift
[46/76] Compiling Echo ModuleDescriptor.swift
[47/76] Compiling Echo OpaqueDescriptor.swift
[48/76] Compiling Echo ProtocolDescriptor.swift
[49/76] Compiling Echo StructDescriptor.swift
[50/76] Compiling Echo TypeContextDescriptor.swift
[51/76] Compiling Echo Echo.swift
[52/76] Compiling Echo KeyPaths.swift
[53/76] Compiling Echo KnownMetadata.swift
[54/76] Compiling Echo RuntimeValues.swift
[55/76] Compiling Echo WitnessTable.swift
[56/76] Compiling Echo FieldType.swift
[57/76] Compiling Echo Misc.swift
[58/76] Compiling Echo ValueWitnessTable.swift
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:56:5: warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 54 |
 55 | let protocolLock = NSLock()
 56 | var _protocols = Set<UnsafeRawPointer>()
    |     |- warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_protocols' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_protocols' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 |
 58 | @_cdecl("registerProtocols")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:75:5: warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 73 |
 74 | let conformanceLock = NSLock()
 75 | var conformances = [UnsafeRawPointer: [ConformanceDescriptor]]()
    |     |- warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'conformances' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'conformances' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |
 77 | @_cdecl("registerProtocolConformances")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:137:5: warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | let typeLock = NSLock()
137 | var _types = Set<UnsafeRawPointer>()
    |     |- warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_types' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_types' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |
139 | @_cdecl("registerTypeMetadata")
[59/76] Compiling Echo ConformanceDescriptor.swift
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:56:5: warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 54 |
 55 | let protocolLock = NSLock()
 56 | var _protocols = Set<UnsafeRawPointer>()
    |     |- warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_protocols' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_protocols' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 |
 58 | @_cdecl("registerProtocols")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:75:5: warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 73 |
 74 | let conformanceLock = NSLock()
 75 | var conformances = [UnsafeRawPointer: [ConformanceDescriptor]]()
    |     |- warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'conformances' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'conformances' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |
 77 | @_cdecl("registerProtocolConformances")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:137:5: warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | let typeLock = NSLock()
137 | var _types = Set<UnsafeRawPointer>()
    |     |- warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_types' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_types' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |
139 | @_cdecl("registerTypeMetadata")
[60/76] Compiling Echo ExistentialContainer.swift
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:56:5: warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 54 |
 55 | let protocolLock = NSLock()
 56 | var _protocols = Set<UnsafeRawPointer>()
    |     |- warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_protocols' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_protocols' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 |
 58 | @_cdecl("registerProtocols")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:75:5: warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 73 |
 74 | let conformanceLock = NSLock()
 75 | var conformances = [UnsafeRawPointer: [ConformanceDescriptor]]()
    |     |- warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'conformances' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'conformances' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |
 77 | @_cdecl("registerProtocolConformances")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:137:5: warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | let typeLock = NSLock()
137 | var _types = Set<UnsafeRawPointer>()
    |     |- warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_types' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_types' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |
139 | @_cdecl("registerTypeMetadata")
[61/76] Compiling Echo Functions.swift
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:56:5: warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 54 |
 55 | let protocolLock = NSLock()
 56 | var _protocols = Set<UnsafeRawPointer>()
    |     |- warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_protocols' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_protocols' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 |
 58 | @_cdecl("registerProtocols")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:75:5: warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 73 |
 74 | let conformanceLock = NSLock()
 75 | var conformances = [UnsafeRawPointer: [ConformanceDescriptor]]()
    |     |- warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'conformances' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'conformances' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |
 77 | @_cdecl("registerProtocolConformances")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:137:5: warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | let typeLock = NSLock()
137 | var _types = Set<UnsafeRawPointer>()
    |     |- warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_types' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_types' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |
139 | @_cdecl("registerTypeMetadata")
[62/76] Compiling Echo HeapObject.swift
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:56:5: warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 54 |
 55 | let protocolLock = NSLock()
 56 | var _protocols = Set<UnsafeRawPointer>()
    |     |- warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_protocols' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_protocols' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 |
 58 | @_cdecl("registerProtocols")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:75:5: warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 73 |
 74 | let conformanceLock = NSLock()
 75 | var conformances = [UnsafeRawPointer: [ConformanceDescriptor]]()
    |     |- warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'conformances' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'conformances' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |
 77 | @_cdecl("registerProtocolConformances")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:137:5: warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | let typeLock = NSLock()
137 | var _types = Set<UnsafeRawPointer>()
    |     |- warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_types' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_types' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |
139 | @_cdecl("registerTypeMetadata")
[63/76] Compiling Echo ImageInspection.swift
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:56:5: warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 54 |
 55 | let protocolLock = NSLock()
 56 | var _protocols = Set<UnsafeRawPointer>()
    |     |- warning: var '_protocols' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_protocols' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_protocols' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 57 |
 58 | @_cdecl("registerProtocols")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:75:5: warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 73 |
 74 | let conformanceLock = NSLock()
 75 | var conformances = [UnsafeRawPointer: [ConformanceDescriptor]]()
    |     |- warning: var 'conformances' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'conformances' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'conformances' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |
 77 | @_cdecl("registerProtocolConformances")
/host/spi-builder-workspace/Sources/Echo/Runtime/ImageInspection.swift:137:5: warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
135 |
136 | let typeLock = NSLock()
137 | var _types = Set<UnsafeRawPointer>()
    |     |- warning: var '_types' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert '_types' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var '_types' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |
139 | @_cdecl("registerTypeMetadata")
[64/76] Compiling Echo MetatypeMetadata.swift
/host/spi-builder-workspace/Sources/Echo/Metadata/TypeMetadata.swift:163:5: warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
161 |
162 | let mangledNameLock = NSLock()
163 | var mangledNames = [UnsafeRawPointer: Any.Type?]()
    |     |- warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'mangledNames' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'mangledNames' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 |
[65/76] Compiling Echo ObjCClassWrapperMetadata.swift
/host/spi-builder-workspace/Sources/Echo/Metadata/TypeMetadata.swift:163:5: warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
161 |
162 | let mangledNameLock = NSLock()
163 | var mangledNames = [UnsafeRawPointer: Any.Type?]()
    |     |- warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'mangledNames' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'mangledNames' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 |
[66/76] Compiling Echo OpaqueMetadata.swift
/host/spi-builder-workspace/Sources/Echo/Metadata/TypeMetadata.swift:163:5: warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
161 |
162 | let mangledNameLock = NSLock()
163 | var mangledNames = [UnsafeRawPointer: Any.Type?]()
    |     |- warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'mangledNames' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'mangledNames' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 |
[67/76] Compiling Echo StructMetadata.swift
/host/spi-builder-workspace/Sources/Echo/Metadata/TypeMetadata.swift:163:5: warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
161 |
162 | let mangledNameLock = NSLock()
163 | var mangledNames = [UnsafeRawPointer: Any.Type?]()
    |     |- warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'mangledNames' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'mangledNames' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 |
[68/76] Compiling Echo TupleMetadata.swift
/host/spi-builder-workspace/Sources/Echo/Metadata/TypeMetadata.swift:163:5: warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
161 |
162 | let mangledNameLock = NSLock()
163 | var mangledNames = [UnsafeRawPointer: Any.Type?]()
    |     |- warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'mangledNames' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'mangledNames' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 |
[69/76] Compiling Echo TypeMetadata.swift
/host/spi-builder-workspace/Sources/Echo/Metadata/TypeMetadata.swift:163:5: warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
161 |
162 | let mangledNameLock = NSLock()
163 | var mangledNames = [UnsafeRawPointer: Any.Type?]()
    |     |- warning: var 'mangledNames' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'mangledNames' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: add '@MainActor' to make var 'mangledNames' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
164 |
[70/76] Compiling Echo AnonymousDescriptor.swift
/host/spi-builder-workspace/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/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
[71/76] Compiling Echo ClassDescriptor.swift
/host/spi-builder-workspace/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/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
[72/76] Compiling Echo ContextDescriptor.swift
/host/spi-builder-workspace/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/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
[73/76] Compiling Echo ContextDescriptorValues.swift
/host/spi-builder-workspace/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/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
[74/76] Compiling Echo EnumDescriptor.swift
/host/spi-builder-workspace/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/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
[75/76] Compiling Echo ExtensionDescriptor.swift
/host/spi-builder-workspace/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/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
[76/76] Compiling Echo FieldDescriptor.swift
/host/spi-builder-workspace/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/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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/1] Write swift-version-24593BA9C3E375BF.txt
[2/13] Compiling Atomics AtomicLazyReference.swift
[3/13] Compiling Atomics AtomicStrongReference.swift
[4/13] Compiling Atomics AtomicValue.swift
[5/13] Compiling Atomics HighLevelTypes.swift
[6/13] Compiling Atomics DoubleWord.swift
[7/13] Compiling Atomics AtomicBool.swift
[8/14] Compiling Atomics PointerConformances.swift
[9/14] Compiling Atomics AtomicOptional.swift
[10/14] Compiling Atomics AtomicRawRepresentable.swift
[11/14] Emitting module Atomics
[12/14] Compiling Atomics AtomicInteger.swift
[13/14] Compiling Atomics AtomicMemoryOrderings.swift
[14/14] Compiling Atomics IntegerConformances.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/61] Emitting module Echo
/host/spi-builder-workspace/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/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
[17/67] Compiling Echo AnonymousDescriptor.swift
/host/spi-builder-workspace/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/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
[18/67] Compiling Echo ClassDescriptor.swift
/host/spi-builder-workspace/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/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
[19/67] Compiling Echo ContextDescriptor.swift
/host/spi-builder-workspace/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/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
[20/67] Compiling Echo ContextDescriptorValues.swift
/host/spi-builder-workspace/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/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
[21/67] Compiling Echo EnumDescriptor.swift
/host/spi-builder-workspace/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/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
[22/67] Compiling Echo ExtensionDescriptor.swift
/host/spi-builder-workspace/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/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
[23/67] Compiling Echo FieldDescriptor.swift
/host/spi-builder-workspace/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/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
[24/67] Compiling Echo ClassMetadata.swift
[25/67] Compiling Echo EnumMetadata.swift
[26/67] Compiling Echo EnumValueWitnessTable.swift
[27/67] Compiling Echo ExistentialMetadata.swift
[28/67] Compiling Echo ExistentialMetatypeMetadata.swift
[29/67] Compiling Echo ForeignClassMetadata.swift
[30/67] Compiling Echo FunctionMetadata.swift
[31/67] Compiling Echo MetatypeMetadata.swift
[32/67] Compiling Echo ObjCClassWrapperMetadata.swift
[33/67] Compiling Echo OpaqueMetadata.swift
[34/67] Compiling Echo StructMetadata.swift
[35/67] Compiling Echo TupleMetadata.swift
[36/67] Compiling Echo TypeMetadata.swift
[37/67] Compiling Echo ValueWitnessTable.swift
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
[38/67] Compiling Echo ConformanceDescriptor.swift
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
[39/67] Compiling Echo ExistentialContainer.swift
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
[40/67] Compiling Echo Functions.swift
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
[41/67] Compiling Echo HeapObject.swift
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
[42/67] Compiling Echo ImageInspection.swift
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:26:2: warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 24 | }
 25 |
 26 | @_silgen_name("swift_allocBox")
    |  `- warning: symbol name 'swift_allocBox' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 27 | public func swift_allocBox(for type: Any.Type) -> BoxPair
 28 |
/host/spi-builder-workspace/Sources/Echo/Runtime/Functions.swift:33:2: warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 31 | }
 32 |
 33 | @_silgen_name("swift_makeBoxUnique")
    |  `- warning: symbol name 'swift_makeBoxUnique' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
 34 | func _swift_makeBoxUnique(
 35 |   for buffer: UnsafeRawPointer,
[43/67] Compiling Echo KeyPaths.swift
[44/67] Compiling Echo KnownMetadata.swift
[45/67] Compiling Echo RuntimeValues.swift
[46/67] Compiling Echo WitnessTable.swift
[47/67] Compiling Echo FieldType.swift
[48/67] Compiling Echo Misc.swift
[49/67] Compiling Echo HeapGenericLocalVariableMetadata.swift
[50/67] Compiling Echo HeapLocalVariableMetadata.swift
[51/67] Compiling Echo Metadata.swift
[52/67] Compiling Echo MetadataAccessFunction.swift
[53/67] Compiling Echo MetadataRequest.swift
[54/67] Compiling Echo MetadataValues.swift
[55/67] Compiling Echo GenericContext.swift
[56/67] Compiling Echo ModuleDescriptor.swift
[57/67] Compiling Echo OpaqueDescriptor.swift
[58/67] Compiling Echo ProtocolDescriptor.swift
[59/67] Compiling Echo StructDescriptor.swift
[60/67] Compiling Echo TypeContextDescriptor.swift
[61/67] Compiling Echo Echo.swift
[62/67] Compiling Echo RelativeDirectPointer.swift
[63/67] Compiling Echo RelativeIndirectPointer.swift
[64/67] Compiling Echo RelativeIndirectablePointer.swift
[65/67] Compiling Echo RelativeIndirectablePointerIntPair.swift
[66/67] Compiling Echo RelativePointer.swift
[67/67] Compiling Echo SignedPointer.swift
BUILD FAILURE 6.1 android