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 ASN1Codable, reference 0.1.3 (fce875), with Swift 6.1 for Linux on 27 Apr 2025 07:12:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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:         linux
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/PADL/ASN1Kit
[1/1030] Fetching asn1kit
Fetched https://github.com/PADL/ASN1Kit from cache (0.23s)
Fetching https://github.com/ole/Echo
[1/870] Fetching echo
Fetched https://github.com/ole/Echo from cache (0.19s)
Fetching https://github.com/mkrd/Swift-BigInt
[1/1854] Fetching swift-bigint
Fetched https://github.com/mkrd/Swift-BigInt from cache (0.38s)
Fetching http://github.com/Carthage/Commandant
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/SwiftCommon/DataKit.git
Fetching https://github.com/apple/swift-atomics.git
[1/782] Fetching anycodable
[56/3111] Fetching anycodable, commandant
[3112/4335] Fetching anycodable, commandant, datakit
[4336/6040] Fetching anycodable, commandant, datakit, swift-atomics
Fetched https://github.com/Flight-School/AnyCodable from cache (0.22s)
[4099/5258] Fetching commandant, datakit, swift-atomics
Fetched http://github.com/Carthage/Commandant from cache (0.33s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.33s)
Fetched https://github.com/SwiftCommon/DataKit.git from cache (0.33s)
Computing version for https://github.com/SwiftCommon/DataKit.git
Computed https://github.com/SwiftCommon/DataKit.git at 1.1.0 (0.79s)
Fetching https://github.com/Quick/Nimble
[1/19567] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (1.11s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.56s)
Computing version for http://github.com/Carthage/Commandant
Computed http://github.com/Carthage/Commandant at 0.18.0 (0.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.45s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.47s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.19s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.64s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.17s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.62s)
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 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/SwiftCommon/DataKit.git
Working copy of https://github.com/SwiftCommon/DataKit.git resolved at 1.1.0
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/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/PADL/ASN1Kit
Working copy of https://github.com/PADL/ASN1Kit resolved at lhoward/pr (9ed7b3b)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
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 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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Building for debugging...
[0/26] Write sources
[8/26] Compiling CEcho ImageInspectionMachO.c
[9/26] Write sources
[10/26] Compiling CEcho ValueWitnessTable.c
[11/26] Write sources
[12/26] Compiling CEcho KnownMetadata.c
[13/26] Compiling CEcho CallAccessor.c
[14/26] Compiling CEcho Functions.c
[15/26] Compiling CEcho ImageInspectionELF.c
[16/26] Compiling _AtomicsShims.c
[17/26] Write swift-version-24593BA9C3E375BF.txt
[19/60] Compiling Atomics DoubleWord.swift
[20/60] Compiling Atomics AtomicBool.swift
[21/61] Emitting module Atomics
[22/61] Compiling Commandant ArgumentProtocol.swift
[23/61] Compiling Commandant Command.swift
[24/61] Compiling Atomics AtomicInteger.swift
[25/61] Compiling Atomics AtomicMemoryOrderings.swift
[26/61] Compiling Atomics AtomicOptional.swift
[27/61] Compiling Atomics AtomicRawRepresentable.swift
[28/61] Compiling Atomics IntegerConformances.swift
[29/61] Compiling Atomics HighLevelTypes.swift
[30/61] Compiling Atomics AtomicLazyReference.swift
[31/61] Compiling Commandant OrderedSet.swift
[32/61] Compiling Commandant Result+Additions.swift
[33/62] Compiling Commandant Switch.swift
[34/62] Compiling Atomics PointerConformances.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/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 |
[37/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
[38/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
[39/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
[40/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
[41/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
[42/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
[43/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
[44/115] Compiling Echo ClassMetadata.swift
[45/115] Compiling Echo EnumMetadata.swift
[46/115] Compiling Echo EnumValueWitnessTable.swift
[47/115] Compiling Echo ExistentialMetadata.swift
[48/115] Compiling Echo ExistentialMetatypeMetadata.swift
[49/115] Compiling Echo ForeignClassMetadata.swift
[50/115] Compiling Echo FunctionMetadata.swift
[51/115] Compiling AnyCodable AnyEncodable.swift
[52/115] Compiling DataKit Data+ASCIIString.swift
[53/115] Compiling DataKit Data+UTF8String.swift
[54/115] Compiling DataKit Data+HexString.swift
[55/115] Compiling AnyCodable AnyDecodable.swift
[56/115] Compiling DataKit Base64.swift
[57/115] Compiling Echo MetatypeMetadata.swift
[58/115] Compiling Echo ObjCClassWrapperMetadata.swift
[59/115] Compiling Echo OpaqueMetadata.swift
[60/115] Compiling Echo StructMetadata.swift
[61/115] Compiling Echo TupleMetadata.swift
[62/115] Compiling Echo TypeMetadata.swift
[63/115] Compiling AnyCodable AnyCodable.swift
[64/115] Emitting module AnyCodable
[65/116] Emitting module Commandant
[66/116] Compiling Echo GenericContext.swift
[67/116] Compiling Echo ModuleDescriptor.swift
[68/116] Compiling Commandant HelpCommand.swift
[69/116] Emitting module DataKit
[70/116] Compiling DataKit Array+Data.swift
[71/116] 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 |
[72/117] Compiling Echo OpaqueDescriptor.swift
[73/117] Compiling Echo ProtocolDescriptor.swift
[74/117] Compiling Commandant Errors.swift
[76/117] Emitting module BigNumber
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/9] Write swift-version-24593BA9C3E375BF.txt
[2/43] Emitting module AnyCodable
[3/43] Compiling DataKit Data+UTF8String.swift
[4/43] Emitting module DataKit
[5/43] Compiling Commandant Result+Additions.swift
[6/44] Compiling Atomics AtomicOptional.swift
[7/44] Compiling Atomics AtomicRawRepresentable.swift
[8/44] Emitting module BigNumber
[9/45] Compiling AnyCodable AnyCodable.swift
[10/45] Compiling Commandant OrderedSet.swift
[11/45] Compiling DataKit Data+ASCIIString.swift
[12/45] Compiling DataKit Data+HexString.swift
[13/45] Compiling Commandant Switch.swift
[14/45] Compiling Commandant Errors.swift
[15/45] Compiling Commandant HelpCommand.swift
[16/45] Compiling Commandant Option.swift
[17/45] Compiling Atomics AtomicInteger.swift
[18/45] Compiling Atomics AtomicMemoryOrderings.swift
[19/45] Compiling AnyCodable AnyDecodable.swift
[20/45] Compiling AnyCodable AnyEncodable.swift
[21/46] Compiling Atomics AtomicLazyReference.swift
[23/46] Compiling Atomics PointerConformances.swift
[28/46] Emitting module Commandant
[29/47] Compiling Atomics AtomicStrongReference.swift
[30/47] Compiling Atomics AtomicValue.swift
[31/47] Compiling Atomics DoubleWord.swift
[32/47] Compiling Atomics AtomicBool.swift
[33/47] Wrapping AST for AnyCodable for debugging
[34/47] Wrapping AST for Commandant for debugging
[36/47] Compiling DataKit Base64.swift
[37/47] Compiling DataKit Array+Data.swift
[38/48] Wrapping AST for DataKit for debugging
[40/73] Emitting module Atomics
[41/73] Emitting module ASN1Kit
[42/76] Compiling ASN1Kit ASN1Data.swift
[43/76] Compiling ASN1Kit ASN1DecodedTag.swift
[44/76] Compiling ASN1Kit ASN1Decoder.swift
[45/76] Compiling ASN1Kit ASN1Error.swift
[46/76] Compiling ASN1Kit ASN1Int.swift
[47/76] Compiling ASN1Kit ASN1Object.swift
[48/76] Compiling ASN1Kit ASN1Tag.swift
[49/76] Compiling ASN1Kit DataScanner.swift
[50/76] Compiling Atomics HighLevelTypes.swift
[51/76] Compiling Atomics IntegerConformances.swift
[52/76] Compiling ASN1Kit OutputStream+UInt8.swift
[53/76] Compiling ASN1Kit String+Subscript.swift
[54/76] Compiling ASN1Kit UInt+TagNo.swift
[56/77] Compiling ASN1Kit Bool+ASN1Encoding.swift
[57/77] Compiling ASN1Kit Data+ASN1Encoding.swift
[58/77] Compiling ASN1Kit Date+ASN1Encoding.swift
[59/123] Compiling BigNumber Swift-Big-Number-Core.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[61/124] 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 |
[62/130] Compiling Echo ValueWitnessTable.swift
[63/130] Compiling Echo ConformanceDescriptor.swift
[64/130] Compiling Echo ExistentialContainer.swift
[65/130] Compiling Echo StructDescriptor.swift
[66/130] Compiling Echo TypeContextDescriptor.swift
[67/130] Compiling Echo Echo.swift
[68/130] Compiling Echo ObjCClassWrapperMetadata.swift
[69/130] Compiling Echo OpaqueMetadata.swift
[70/130] Compiling Echo StructMetadata.swift
[71/130] Compiling Echo Functions.swift
[72/130] Compiling Echo HeapObject.swift
[73/130] Compiling Echo ImageInspection.swift
[74/130] Compiling Echo MetatypeMetadata.swift
[75/131] 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
[76/131] 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
[77/131] 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
[78/131] 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
[79/131] 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
[80/131] 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
[81/131] 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
[82/131] Compiling Echo KeyPaths.swift
[83/131] Compiling Echo KnownMetadata.swift
[84/131] Compiling Echo RuntimeValues.swift
[85/131] Compiling Echo WitnessTable.swift
[86/131] Compiling Echo FieldType.swift
[87/131] Compiling Echo Misc.swift
[88/131] Compiling Echo ClassMetadata.swift
[89/131] Compiling Echo EnumMetadata.swift
[90/131] Compiling Echo EnumValueWitnessTable.swift
[91/131] Compiling Echo ExistentialMetadata.swift
[92/131] Compiling Echo ExistentialMetatypeMetadata.swift
[93/131] Compiling Echo ForeignClassMetadata.swift
[94/131] Compiling Echo FunctionMetadata.swift
[100/131] Compiling Echo TupleMetadata.swift
[101/131] Compiling Echo TypeMetadata.swift
[108/131] Compiling Echo HeapGenericLocalVariableMetadata.swift
[109/131] Compiling Echo HeapLocalVariableMetadata.swift
[110/131] Compiling Echo Metadata.swift
[111/131] Compiling Echo MetadataAccessFunction.swift
[112/131] Compiling Echo MetadataRequest.swift
[113/131] Compiling Echo MetadataValues.swift
[114/131] Compiling Echo GenericContext.swift
[115/131] Compiling Echo ModuleDescriptor.swift
[116/131] Compiling Echo OpaqueDescriptor.swift
[117/131] Compiling Echo ProtocolDescriptor.swift
[121/131] Compiling Echo RelativeDirectPointer.swift
[122/131] Compiling Echo RelativeIndirectPointer.swift
[123/131] Compiling Echo RelativeIndirectablePointer.swift
[124/131] Compiling Echo RelativeIndirectablePointerIntPair.swift
[125/131] Compiling Echo RelativePointer.swift
[126/131] Compiling Echo SignedPointer.swift
[126/131] Wrapping AST for ASN1Kit for debugging
BUILD FAILURE 6.1 linux