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 fluent-kit, reference main (8baacd), with Swift 6.1 for Wasm on 31 May 2025 01:30:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/fluent-kit.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/vapor/fluent-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8baacd7 Fix arithmetic  overflow crash in request pagination (#637)
Cloned https://github.com/vapor/fluent-kit.git
Revision (git rev-parse @):
8baacd7e8f7ebf68886c496b43bbe6cdcc5b57e0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/fluent-kit.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/fluent-kit.git
https://github.com/vapor/fluent-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.81.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "sql-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.32.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/sql-kit.git"
    }
  ],
  "manifest_display_name" : "fluent-kit",
  "name" : "fluent-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FluentKit",
      "targets" : [
        "FluentKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FluentBenchmark",
      "targets" : [
        "FluentBenchmark"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FluentSQL",
      "targets" : [
        "FluentSQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "XCTFluent",
      "targets" : [
        "XCTFluent"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XCTFluent",
      "module_type" : "SwiftTarget",
      "name" : "XCTFluent",
      "path" : "Sources/XCTFluent",
      "product_dependencies" : [
        "NIOEmbedded"
      ],
      "product_memberships" : [
        "XCTFluent"
      ],
      "sources" : [
        "DummyDatabase.swift",
        "TestDatabase.swift"
      ],
      "target_dependencies" : [
        "FluentKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FluentSQL",
      "module_type" : "SwiftTarget",
      "name" : "FluentSQL",
      "path" : "Sources/FluentSQL",
      "product_dependencies" : [
        "SQLKit"
      ],
      "product_memberships" : [
        "FluentBenchmark",
        "FluentSQL"
      ],
      "sources" : [
        "ConverterUtilities.swift",
        "DatabaseQuery+SQL.swift",
        "DatabaseSchema+SQL.swift",
        "Exports.swift",
        "SQLDatabase+Model+Concurrency.swift",
        "SQLDatabase+Model.swift",
        "SQLJSONColumnPath+Deprecated.swift",
        "SQLList+Deprecated.swift",
        "SQLQualifiedTable+Deprecated.swift",
        "SQLQueryConverter.swift",
        "SQLSchemaConverter.swift"
      ],
      "target_dependencies" : [
        "FluentKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FluentKitTests",
      "module_type" : "SwiftTarget",
      "name" : "FluentKitTests",
      "path" : "Tests/FluentKitTests",
      "sources" : [
        "AsyncTests/AsyncFilterQueryTests.swift",
        "AsyncTests/AsyncFluentKitTests.swift",
        "AsyncTests/AsyncQueryBuilderTests.swift",
        "CompositeIDTests.swift",
        "DummyDatabaseForTestSQLSerializer.swift",
        "FilterQueryTests.swift",
        "FluentKitTests.swift",
        "OptionalEnumQueryTests.swift",
        "OptionalFieldQueryTests.swift",
        "QueryBuilderTests.swift",
        "SQLTests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "FluentBenchmark",
        "FluentSQL",
        "XCTFluent"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentKit",
      "module_type" : "SwiftTarget",
      "name" : "FluentKit",
      "path" : "Sources/FluentKit",
      "product_dependencies" : [
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOCore",
        "NIOPosix",
        "Logging",
        "SQLKit"
      ],
      "product_memberships" : [
        "FluentKit",
        "FluentBenchmark",
        "FluentSQL",
        "XCTFluent"
      ],
      "sources" : [
        "Concurrency/AsyncMigration.swift",
        "Concurrency/AsyncModelMiddleware.swift",
        "Concurrency/Children+Concurrency.swift",
        "Concurrency/Database+Concurrency.swift",
        "Concurrency/EnumBuilder+Concurrency.swift",
        "Concurrency/Model+Concurrency.swift",
        "Concurrency/ModelResponder+Concurrency.swift",
        "Concurrency/OptionalChild+Concurrency.swift",
        "Concurrency/OptionalParent+Concurrency.swift",
        "Concurrency/Parent+Concurrency.swift",
        "Concurrency/QueryBuilder+Concurrency.swift",
        "Concurrency/Relation+Concurrency.swift",
        "Concurrency/SchemaBuilder+Concurrency.swift",
        "Concurrency/Siblings+Concurrency.swift",
        "Database/Database+Logging.swift",
        "Database/Database.swift",
        "Database/DatabaseID.swift",
        "Database/DatabaseInput.swift",
        "Database/DatabaseOutput.swift",
        "Database/Databases.swift",
        "Database/KeyPrefixingStrategy.swift",
        "Database/TransactionControlDatabase.swift",
        "Enum/DatabaseEnum.swift",
        "Enum/EnumBuilder.swift",
        "Enum/EnumMetadata.swift",
        "Enum/EnumProperty.swift",
        "Enum/OptionalEnumProperty.swift",
        "Exports.swift",
        "FluentError.swift",
        "Middleware/ModelMiddleware.swift",
        "Middleware/ModelResponder.swift",
        "Migration/Migration.swift",
        "Migration/MigrationLog.swift",
        "Migration/Migrations.swift",
        "Migration/Migrator.swift",
        "Model/AnyModel.swift",
        "Model/EagerLoad.swift",
        "Model/Fields+Codable.swift",
        "Model/Fields.swift",
        "Model/MirrorBypass.swift",
        "Model/Model+CRUD.swift",
        "Model/Model.swift",
        "Model/ModelAlias.swift",
        "Model/Schema.swift",
        "Operators/FieldOperators.swift",
        "Operators/Operators.swift",
        "Operators/ValueOperators+Array.swift",
        "Operators/ValueOperators+String.swift",
        "Operators/ValueOperators.swift",
        "Properties/Boolean.swift",
        "Properties/BooleanPropertyFormat.swift",
        "Properties/Children.swift",
        "Properties/CompositeChildren.swift",
        "Properties/CompositeID.swift",
        "Properties/CompositeOptionalChild.swift",
        "Properties/CompositeOptionalParent.swift",
        "Properties/CompositeParent.swift",
        "Properties/Field.swift",
        "Properties/FieldKey.swift",
        "Properties/Group.swift",
        "Properties/ID.swift",
        "Properties/OptionalBoolean.swift",
        "Properties/OptionalChild.swift",
        "Properties/OptionalField.swift",
        "Properties/OptionalParent.swift",
        "Properties/Parent.swift",
        "Properties/Property.swift",
        "Properties/Relation.swift",
        "Properties/Siblings.swift",
        "Properties/Timestamp.swift",
        "Properties/TimestampFormat.swift",
        "Query/Builder/QueryBuilder+Aggregate.swift",
        "Query/Builder/QueryBuilder+EagerLoad.swift",
        "Query/Builder/QueryBuilder+Filter.swift",
        "Query/Builder/QueryBuilder+Group.swift",
        "Query/Builder/QueryBuilder+Join+DirectRelations.swift",
        "Query/Builder/QueryBuilder+Join.swift",
        "Query/Builder/QueryBuilder+Paginate.swift",
        "Query/Builder/QueryBuilder+Range.swift",
        "Query/Builder/QueryBuilder+Set.swift",
        "Query/Builder/QueryBuilder+Sort.swift",
        "Query/Builder/QueryBuilder.swift",
        "Query/Database/DatabaseQuery+Action.swift",
        "Query/Database/DatabaseQuery+Aggregate.swift",
        "Query/Database/DatabaseQuery+Field.swift",
        "Query/Database/DatabaseQuery+Filter.swift",
        "Query/Database/DatabaseQuery+Join.swift",
        "Query/Database/DatabaseQuery+Range.swift",
        "Query/Database/DatabaseQuery+Sort.swift",
        "Query/Database/DatabaseQuery+Value.swift",
        "Query/Database/DatabaseQuery.swift",
        "Query/QueryHistory.swift",
        "Schema/DatabaseSchema.swift",
        "Schema/SchemaBuilder.swift",
        "Utilities/OptionalType.swift",
        "Utilities/RandomGeneratable.swift",
        "Utilities/SomeCodingKey.swift",
        "Utilities/UnsafeMutableTransferBox.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FluentBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "FluentBenchmark",
      "path" : "Sources/FluentBenchmark",
      "product_dependencies" : [
        "SQLKit",
        "SQLKitBenchmark"
      ],
      "product_memberships" : [
        "FluentBenchmark"
      ],
      "sources" : [
        "Exports.swift",
        "FluentBenchmarker.swift",
        "SolarSystem/GalacticJurisdiction.swift",
        "SolarSystem/Galaxy.swift",
        "SolarSystem/Governor.swift",
        "SolarSystem/Jurisdiction.swift",
        "SolarSystem/Moon.swift",
        "SolarSystem/Planet.swift",
        "SolarSystem/PlanetTag.swift",
        "SolarSystem/SolarSystem.swift",
        "SolarSystem/Star.swift",
        "SolarSystem/Tag.swift",
        "Tests/AggregateTests.swift",
        "Tests/ArrayTests.swift",
        "Tests/BatchTests.swift",
        "Tests/CRUDTests.swift",
        "Tests/ChildTests.swift",
        "Tests/ChildrenTests.swift",
        "Tests/ChunkTests.swift",
        "Tests/CodableTests.swift",
        "Tests/CompositeIDTests.swift",
        "Tests/CompositeRelationTests.swift",
        "Tests/EagerLoadTests.swift",
        "Tests/EnumTests.swift",
        "Tests/FilterTests.swift",
        "Tests/GroupTests.swift",
        "Tests/IDTests.swift",
        "Tests/JoinTests.swift",
        "Tests/MiddlewareTests.swift",
        "Tests/MigratorTests.swift",
        "Tests/ModelTests.swift",
        "Tests/OptionalParentTests.swift",
        "Tests/PaginationTests.swift",
        "Tests/ParentTests.swift",
        "Tests/PerformanceTests+Siblings.swift",
        "Tests/PerformanceTests.swift",
        "Tests/RangeTests.swift",
        "Tests/SQLTests.swift",
        "Tests/SchemaTests.swift",
        "Tests/SetTests.swift",
        "Tests/SiblingsTests.swift",
        "Tests/SoftDeleteTests.swift",
        "Tests/SortTests.swift",
        "Tests/TimestampTests.swift",
        "Tests/TransactionTests.swift",
        "Tests/UniqueTests.swift"
      ],
      "target_dependencies" : [
        "FluentKit",
        "FluentSQL"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
[1/5983] Fetching sql-kit
[5984/82106] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (0.77s)
[1523/76123] Fetching swift-nio
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-nio.git from cache (8.18s)
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (9.62s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.47s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.80s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.35s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[45/6108] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.86s)
Fetched https://github.com/apple/swift-system.git from cache (0.87s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.71s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/33] Write sources
[21/33] Compiling CNIOWindows shim.c
[22/33] Compiling _AtomicsShims.c
[23/33] Compiling CNIOLinux liburing_shims.c
[24/33] Compiling CNIOWASI CNIOWASI.c
[25/33] Compiling CNIOLinux shim.c
[25/33] Write sources
[25/33] Compiling CNIOWindows WSAStartup.c
[25/33] Compiling CNIODarwin shim.c
[30/33] Write swift-version-24593BA9C3E375BF.txt
[32/77] Emitting module Logging
[33/77] Emitting module _NIODataStructures
[34/77] Emitting module Atomics
[35/79] Compiling Atomics Primitives.native.swift
[36/79] Compiling Atomics OptionalRawRepresentable.swift
[37/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/80] Compiling Atomics IntegerConformances.swift
[39/80] Compiling Atomics PointerConformances.swift
[40/80] Compiling Atomics RawRepresentable.swift
[41/80] Compiling Atomics AtomicBool.swift
[42/80] Emitting module _NIOBase64
[43/80] Compiling _NIOBase64 Base64.swift
[44/80] Compiling _NIODataStructures _TinyArray.swift
[45/81] Compiling Atomics AtomicStorage.swift
[46/81] Compiling Atomics AtomicValue.swift
[47/81] Compiling Atomics AtomicOptionalWrappable.swift
[48/81] Compiling Atomics AtomicReference.swift
[49/81] Compiling Logging Locks.swift
[53/81] Emitting module InternalCollectionsUtilities
[54/81] Compiling Atomics Primitives.shims.swift
[55/81] Compiling Atomics AtomicInteger.swift
[56/81] Compiling Atomics AtomicMemoryOrderings.swift
[57/81] Compiling Atomics DoubleWord.swift
[58/81] Compiling Atomics ManagedAtomic.swift
[59/81] Compiling Atomics ManagedAtomicLazyReference.swift
[60/81] Compiling _NIODataStructures PriorityQueue.swift
[61/81] Compiling Atomics UnsafeAtomic.swift
[62/81] Compiling Atomics UnsafeAtomicLazyReference.swift
[72/81] Compiling c-nioatomics.c
[74/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/82] Compiling Atomics IntegerOperations.swift
[77/82] Compiling Atomics Unmanaged extensions.swift
[78/83] Compiling _NIODataStructures Heap.swift
[79/83] Compiling Logging MetadataProvider.swift
[81/84] Compiling Logging Logging.swift
[82/84] Compiling Logging LogHandler.swift
[85/342] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[86/359] Compiling HeapModule Heap.swift
[87/359] Compiling BitCollections BitSet+Random.swift
[88/359] Compiling BitCollections BitSet+SetAlgebra basics.swift
[89/361] Compiling HeapModule _HeapNode.swift
[90/361] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[91/361] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[91/361] Compiling c-atomics.c
[93/361] Compiling BitCollections BitSet+Extras.swift
[94/361] Compiling BitCollections BitSet+Hashable.swift
[95/361] Emitting module HeapModule
[96/361] Compiling HeapModule Heap+Descriptions.swift
[97/361] Compiling HeapModule Heap+UnsafeHandle.swift
[98/361] Compiling HeapModule Heap+Invariants.swift
[99/368] Compiling BitCollections BitArray+Collection.swift
[100/368] Compiling BitCollections BitArray+Copy.swift
[101/368] Compiling BitCollections BitArray+CustomReflectable.swift
[102/368] Compiling BitCollections BitArray+Descriptions.swift
[103/368] Compiling BitCollections BitArray+Equatable.swift
[104/368] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[105/368] Compiling HashTreeCollections _HashNode+Structural merge.swift
[106/368] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[107/368] Compiling BitCollections BitSet+SetAlgebra union.swift
[108/368] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[109/368] Compiling BitCollections BitSet.Counted.swift
[110/368] Compiling BitCollections BitArray+BitwiseOperations.swift
[111/368] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[112/368] Compiling BitCollections BitArray+Codable.swift
[114/375] Compiling BitCollections BitSet+CustomReflectable.swift
[115/375] Compiling BitCollections BitSet+CustomStringConvertible.swift
[116/375] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[117/375] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[118/375] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[119/375] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[120/375] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[121/375] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[122/375] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[123/375] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[124/375] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[125/382] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[126/382] Compiling NIOConcurrencyHelpers lock.swift
[127/382] Compiling BitCollections BitArray+Shifts.swift
[128/382] Compiling BitCollections BitArray+Testing.swift
[129/382] Compiling BitCollections BitArray._UnsafeHandle.swift
[130/382] Compiling BitCollections BitArray.swift
[131/382] Compiling BitCollections BitSet+BidirectionalCollection.swift
[132/382] Compiling BitCollections BitSet+Codable.swift
[140/382] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[141/382] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[142/382] Compiling BitCollections BitArray+Extras.swift
[143/382] Compiling DequeModule _DequeSlot.swift
[144/382] Compiling DequeModule _UnsafeWrappedBuffer.swift
[145/382] Compiling NIOConcurrencyHelpers NIOLock.swift
[146/382] Compiling BitCollections BitSet+Initializers.swift
[147/382] Compiling BitCollections BitSet+Invariants.swift
[156/382] Compiling BitCollections BitSet+Equatable.swift
[157/382] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[160/382] Compiling BitCollections BitSet.swift
[161/382] Compiling BitCollections Range+Utilities.swift
[162/382] Compiling BitCollections Slice+Utilities.swift
[163/382] Compiling BitCollections UInt+Tricks.swift
[164/382] Compiling BitCollections _Word.swift
[165/382] Compiling OrderedCollections OrderedSet.swift
[166/382] Compiling OrderedCollections _UnsafeBitset.swift
[167/382] Compiling HashTreeCollections TreeDictionary+Merge.swift
[168/382] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[169/382] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[170/382] Compiling HashTreeCollections TreeDictionary+Values.swift
[171/382] Compiling HashTreeCollections TreeSet+Hashable.swift
[172/382] Compiling HashTreeCollections TreeSet+Sendable.swift
[173/382] Compiling HashTreeCollections TreeSet+Sequence.swift
[174/382] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[175/382] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[176/382] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[177/382] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[178/382] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[179/382] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[180/382] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[181/392] Emitting module BitCollections
[182/392] Compiling BitCollections BitArray+Hashable.swift
[183/392] Compiling BitCollections BitArray+Initializers.swift
[184/392] Compiling BitCollections BitArray+Invariants.swift
[185/392] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[186/392] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[187/392] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[188/392] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[200/392] Compiling BitCollections BitArray+Fill.swift
[212/392] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[213/392] Emitting module NIOConcurrencyHelpers
[214/392] Compiling NIOConcurrencyHelpers atomics.swift
[215/393] Emitting module DequeModule
[233/394] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[234/394] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[235/394] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[236/394] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[237/394] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[238/394] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[239/394] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[240/394] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[241/394] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[242/394] Compiling HashTreeCollections TreeSet.swift
[243/454] Compiling NIOCore EventLoopFuture.swift
[244/454] Compiling NIOCore FileDescriptor.swift
[245/454] Compiling NIOCore FileHandle.swift
[246/454] Compiling NIOCore FileRegion.swift
[247/454] Compiling NIOCore GlobalSingletons.swift
[248/454] Compiling NIOCore ByteBuffer-multi-int.swift
[249/454] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[250/454] Compiling NIOCore ByteBuffer-views.swift
[251/454] Compiling NIOCore ByteBuffer-core.swift
[252/454] Compiling NIOCore ByteBuffer-hex.swift
[253/454] Compiling NIOCore ByteBuffer-int.swift
[254/454] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[255/454] Compiling NIOCore CircularBuffer.swift
[256/454] Compiling NIOCore Codec.swift
[257/454] Compiling NIOCore ConvenienceOptionSupport.swift
[258/454] Compiling NIOCore DeadChannel.swift
[259/454] Compiling NIOCore IOData.swift
[260/454] Compiling NIOCore IPProtocol.swift
[261/454] Compiling NIOCore IntegerBitPacking.swift
[262/454] Compiling NIOCore IntegerTypes.swift
[263/454] Compiling NIOCore Interfaces.swift
[264/454] Compiling NIOCore Linux.swift
[265/454] Compiling NIOCore MarkedCircularBuffer.swift
[266/454] Compiling NIOCore BSDSocketAPI.swift
[267/454] Compiling NIOCore ByteBuffer-aux.swift
[268/454] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[269/454] Compiling NIOCore ByteBuffer-conversions.swift
[276/464] Compiling NIOCore AddressedEnvelope.swift
[277/464] Compiling NIOCore AsyncAwaitSupport.swift
[278/464] Compiling NIOCore AsyncChannel.swift
[279/464] Compiling NIOCore AsyncChannelHandler.swift
[280/464] Compiling NIOCore AsyncChannelInboundStream.swift
[281/464] Compiling NIOCore AsyncChannelOutboundWriter.swift
[282/464] Compiling NIOCore NIOAsyncSequenceProducer.swift
[283/464] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[292/464] Compiling NIOCore NIOSendable.swift
[293/464] Compiling NIOCore RecvByteBufferAllocator.swift
[294/464] Compiling NIOCore IO.swift
[318/464] Compiling NIOCore NIOAsyncWriter.swift
[319/464] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[320/464] Emitting module OrderedCollections
[322/465] Compiling NIOCore MulticastChannel.swift
[323/465] Compiling NIOCore NIOAny.swift
[324/465] Compiling NIOCore NIOCloseOnErrorHandler.swift
[325/465] Compiling NIOCore NIOLoopBound.swift
[326/465] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[327/465] Compiling NIOCore NIOScheduledCallback.swift
[344/465] Compiling NIOCore DispatchQueue+WithFuture.swift
[345/465] Compiling NIOCore EventLoop+Deprecated.swift
[346/465] Compiling NIOCore EventLoop+SerialExecutor.swift
[347/465] Compiling NIOCore EventLoop.swift
[348/465] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[349/465] Compiling NIOCore EventLoopFuture+Deprecated.swift
[350/465] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[363/473] Emitting module _RopeModule
[383/473] Emitting module HashTreeCollections
[384/474] Compiling _RopeModule Rope+Join.swift
[385/474] Compiling _RopeModule Rope+MutatingForEach.swift
[386/474] Compiling _RopeModule Rope+Remove.swift
[387/474] Compiling _RopeModule Rope+RemoveSubrange.swift
[388/474] Compiling _RopeModule Rope+Split.swift
[389/474] Compiling _RopeModule Optional Utilities.swift
[390/474] Compiling _RopeModule String Utilities.swift
[391/474] Compiling _RopeModule String.Index+ABI.swift
[392/474] Compiling _RopeModule _CharacterRecognizer.swift
[404/474] Compiling NIOCore ChannelHandlers.swift
[405/474] Compiling NIOCore ChannelInvoker.swift
[406/474] Compiling NIOCore ChannelOption.swift
[407/474] Compiling NIOCore ChannelPipeline.swift
[421/474] Compiling NIOCore Channel.swift
[422/474] Compiling NIOCore ChannelHandler.swift
[432/477] Compiling Collections Collections.swift
[433/477] Emitting module Collections
[435/478] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[436/478] Compiling NIOCore SocketAddresses.swift
[437/478] Compiling NIOCore SocketOptionProvider.swift
[438/478] Compiling NIOCore SystemCallHelpers.swift
[439/478] Compiling NIOCore TimeAmount+Duration.swift
[440/478] Compiling NIOCore TypeAssistedChannelHandler.swift
[441/478] Compiling NIOCore UniversalBootstrapSupport.swift
[442/478] Compiling NIOCore Utilities.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[478/478] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/51] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[3/51] Compiling Logging MetadataProvider.swift
[4/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/52] Compiling NIOConcurrencyHelpers lock.swift
[6/52] Compiling Atomics IntegerConformances.swift
[7/52] Compiling Atomics PointerConformances.swift
[8/52] Compiling Atomics DoubleWord.swift
[9/52] Compiling Atomics Primitives.shims.swift
[10/52] Compiling Atomics AtomicValue.swift
[11/52] Compiling Atomics OptionalRawRepresentable.swift
[12/52] Compiling NIOConcurrencyHelpers NIOLock.swift
[13/52] Compiling Atomics ManagedAtomic.swift
[14/52] Compiling Atomics ManagedAtomicLazyReference.swift
[15/52] Compiling Atomics UnsafeAtomic.swift
[16/52] Compiling Atomics UnsafeAtomicLazyReference.swift
[17/54] Emitting module Logging
[18/54] Compiling Atomics AtomicMemoryOrderings.swift
[20/54] Compiling _NIODataStructures Heap.swift
[21/54] Compiling Atomics AtomicReference.swift
[22/54] Compiling Atomics AtomicStorage.swift
[23/54] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/54] Emitting module _NIODataStructures
[25/54] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[26/54] Emitting module NIOConcurrencyHelpers
[27/54] Compiling _NIODataStructures _TinyArray.swift
[28/54] Compiling _NIODataStructures PriorityQueue.swift
[29/54] Emitting module _NIOBase64
[30/54] Compiling _NIOBase64 Base64.swift
[31/56] Compiling Atomics IntegerOperations.swift
[32/56] Compiling Atomics Unmanaged extensions.swift
[34/56] Compiling Atomics AtomicInteger.swift
[35/56] Compiling Atomics AtomicOptionalWrappable.swift
[41/56] Compiling NIOConcurrencyHelpers atomics.swift
[42/57] Emitting module InternalCollectionsUtilities
[43/57] Compiling Atomics Primitives.native.swift
[45/57] Compiling Atomics RawRepresentable.swift
[46/57] Compiling Atomics AtomicBool.swift
[49/332] Compiling _RopeModule BigString+Debugging.swift
[50/332] Compiling _RopeModule BigString+Index.swift
[51/334] Compiling Logging Locks.swift
[52/334] Compiling Logging LogHandler.swift
[53/334] Compiling Logging Logging.swift
[54/335] Compiling _RopeModule BigString+CustomStringConvertible.swift
[55/335] Compiling _RopeModule BigString+Equatable.swift
[56/335] Compiling HeapModule Heap.swift
[57/335] Compiling HeapModule _HeapNode.swift
[59/335] Compiling HeapModule Heap+Invariants.swift
[60/335] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[61/335] Compiling HeapModule Heap+Descriptions.swift
[62/335] Compiling HeapModule Heap+UnsafeHandle.swift
[63/335] Emitting module HeapModule
[65/336] Compiling DequeModule _DequeSlot.swift
[66/336] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/336] Compiling _RopeModule BigString+UnicodeScalarView.swift
[68/336] Compiling _RopeModule BigSubstring+UTF16View.swift
[69/336] Compiling _RopeModule BigSubstring+UTF8View.swift
[70/336] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[71/336] Compiling _RopeModule BigSubstring.swift
[72/336] Compiling _RopeModule Rope+Builder.swift
[73/336] Compiling _RopeModule Rope+Debugging.swift
[74/336] Compiling _RopeModule Rope+Invariants.swift
[75/336] Compiling _RopeModule Rope+_Node.swift
[76/336] Compiling _RopeModule Rope+_Storage.swift
[77/336] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[78/336] Compiling _RopeModule Rope+_UnsafeHandle.swift
[79/336] Compiling _RopeModule Rope.swift
[80/336] Compiling _RopeModule RopeElement.swift
[81/343] Emitting module BitCollections
[82/350] Compiling _RopeModule BigString+Iterators.swift
[83/350] Compiling _RopeModule BigString+Metrics.swift
[84/350] Compiling _RopeModule BigString+Summary.swift
[85/350] Compiling _RopeModule BigString.swift
[86/350] Compiling _RopeModule BigString+Ingester.swift
[87/350] Compiling _RopeModule BigString+Invariants.swift
[88/350] Compiling _RopeModule BigString+Comparable.swift
[89/350] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[90/350] Compiling _RopeModule BigString+UTF16View.swift
[91/350] Compiling _RopeModule BigString+UTF8View.swift
[104/350] Compiling _RopeModule BigString+Builder.swift
[105/350] Compiling _RopeModule BigString+Contents.swift
[114/350] Compiling BitCollections BitSet.Index.swift
[115/350] Compiling BitCollections BitSet._UnsafeHandle.swift
[116/350] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[117/350] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[118/350] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[119/350] Compiling _RopeModule BigString+Chunk+Splitting.swift
[120/350] Compiling _RopeModule BigString+Chunk.swift
[121/350] Compiling _RopeModule BigString+BidirectionalCollection.swift
[122/350] Compiling _RopeModule BigString+Append.swift
[123/350] Compiling _RopeModule BigString+Initializers.swift
[124/352] Compiling _RopeModule BigString+Insert.swift
[125/352] Compiling _RopeModule BigString+Managing Breaks.swift
[126/352] Compiling _RopeModule BigString+RemoveSubrange.swift
[127/352] Compiling _RopeModule BigString+ReplaceSubrange.swift
[128/352] Compiling _RopeModule BigString+Split.swift
[129/352] Compiling _RopeModule Range+BigString.swift
[140/360] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[141/360] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[142/360] Compiling _RopeModule BigString+Sequence.swift
[143/360] Compiling _RopeModule BigString+TextOutputStream.swift
[144/360] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[145/360] Compiling _RopeModule BigString+Chunk+Breaks.swift
[146/360] Compiling _RopeModule BigString+Chunk+Counts.swift
[147/360] Compiling _RopeModule BigString+Chunk+Description.swift
[148/360] Compiling _RopeModule Rope+ForEachWhile.swift
[149/360] Compiling _RopeModule Rope+Insert.swift
[150/360] Compiling HashTreeCollections TreeSet+Sequence.swift
[151/360] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[152/360] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[153/360] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[154/360] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[155/360] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[156/360] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[157/360] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[158/360] Emitting module Atomics
[159/360] Compiling BitCollections BitSet.swift
[160/360] Compiling BitCollections Range+Utilities.swift
[161/360] Compiling BitCollections Slice+Utilities.swift
[162/360] Compiling BitCollections UInt+Tricks.swift
[163/360] Compiling BitCollections _Word.swift
[164/360] Compiling OrderedCollections OrderedSet.swift
[165/360] Compiling OrderedCollections _UnsafeBitset.swift
[166/360] Compiling _RopeModule Rope+Sequence.swift
[167/360] Compiling _RopeModule Rope+Append.swift
[168/360] Compiling _RopeModule Rope+Extract.swift
[169/360] Compiling _RopeModule Rope+Find.swift
[170/360] Emitting module DequeModule
[194/362] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[195/362] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[196/362] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[197/362] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[198/362] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[199/362] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[200/362] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[201/362] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[202/362] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[203/362] Compiling HashTreeCollections TreeSet.swift
[264/432] Compiling NIOCore ByteBuffer-aux.swift
[265/432] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[266/432] Compiling NIOCore ByteBuffer-conversions.swift
[267/432] Compiling NIOCore ByteBuffer-core.swift
[268/432] Compiling NIOCore ByteBuffer-hex.swift
[269/432] Compiling NIOCore ByteBuffer-int.swift
[270/432] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[271/432] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[272/432] Compiling NIOCore EventLoopFuture+Deprecated.swift
[273/432] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[274/432] Compiling NIOCore NIOLoopBound.swift
[275/432] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[276/432] Compiling NIOCore NIOScheduledCallback.swift
[277/432] Compiling NIOCore NIOSendable.swift
[278/432] Compiling NIOCore RecvByteBufferAllocator.swift
[281/432] Emitting module OrderedCollections
[283/433] Compiling NIOCore AddressedEnvelope.swift
[284/433] Compiling NIOCore AsyncAwaitSupport.swift
[285/433] Compiling NIOCore AsyncChannel.swift
[286/433] Compiling NIOCore AsyncChannelHandler.swift
[287/433] Compiling NIOCore AsyncChannelInboundStream.swift
[288/433] Compiling NIOCore AsyncChannelOutboundWriter.swift
[289/433] Compiling NIOCore NIOAsyncSequenceProducer.swift
[290/433] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[291/433] Compiling NIOCore NIOAsyncWriter.swift
[292/433] Compiling NIOCore ByteBuffer-multi-int.swift
[293/433] Compiling NIOCore ByteBuffer-views.swift
[294/433] Compiling NIOCore Channel.swift
[295/433] Compiling NIOCore ChannelHandler.swift
[296/433] Compiling NIOCore ChannelHandlers.swift
[297/433] Compiling NIOCore ChannelInvoker.swift
[298/433] Compiling NIOCore ChannelOption.swift
[299/433] Compiling NIOCore ChannelPipeline.swift
[300/433] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[301/433] Compiling NIOCore BSDSocketAPI.swift
[314/433] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[323/433] Compiling NIOCore EventLoopFuture.swift
[324/433] Compiling NIOCore FileDescriptor.swift
[325/433] Compiling NIOCore FileHandle.swift
[326/433] Emitting module _RopeModule
[327/433] Compiling NIOCore MulticastChannel.swift
[328/433] Compiling NIOCore NIOAny.swift
[329/433] Compiling NIOCore NIOCloseOnErrorHandler.swift
[335/441] Compiling NIOCore IO.swift
[336/441] Compiling NIOCore IOData.swift
[337/441] Compiling NIOCore IPProtocol.swift
[338/441] Compiling NIOCore IntegerBitPacking.swift
[339/441] Compiling NIOCore IntegerTypes.swift
[340/441] Compiling NIOCore Interfaces.swift
[341/441] Compiling NIOCore Linux.swift
[342/441] Compiling NIOCore MarkedCircularBuffer.swift
[343/441] Emitting module HashTreeCollections
[344/442] Compiling _RopeModule Rope+Join.swift
[345/442] Compiling _RopeModule Rope+MutatingForEach.swift
[346/442] Compiling _RopeModule Rope+Remove.swift
[347/442] Compiling _RopeModule Rope+RemoveSubrange.swift
[348/442] Compiling _RopeModule Rope+Split.swift
[349/442] Compiling _RopeModule Optional Utilities.swift
[350/442] Compiling _RopeModule String Utilities.swift
[351/442] Compiling _RopeModule String.Index+ABI.swift
[352/442] Compiling _RopeModule _CharacterRecognizer.swift
[360/442] Compiling NIOCore FileRegion.swift
[361/442] Compiling NIOCore GlobalSingletons.swift
[371/442] Compiling NIOCore EventLoop+Deprecated.swift
[372/442] Compiling NIOCore EventLoop+SerialExecutor.swift
[373/442] Compiling NIOCore EventLoop.swift
[385/442] Compiling NIOCore CircularBuffer.swift
[386/442] Compiling NIOCore Codec.swift
[387/442] Compiling NIOCore ConvenienceOptionSupport.swift
[388/442] Compiling NIOCore DeadChannel.swift
[389/442] Compiling NIOCore DispatchQueue+WithFuture.swift
[391/442] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[392/442] Compiling NIOCore SocketAddresses.swift
[393/442] Compiling NIOCore SocketOptionProvider.swift
[394/442] Compiling NIOCore SystemCallHelpers.swift
[395/442] Compiling NIOCore TimeAmount+Duration.swift
[396/442] Compiling NIOCore TypeAssistedChannelHandler.swift
[397/442] Compiling NIOCore UniversalBootstrapSupport.swift
[398/442] Compiling NIOCore Utilities.swift
[400/445] Emitting module Collections
[409/445] Compiling Collections Collections.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 |         case let .illegalMulticastAddress(address):
460 |             "Illegal multicast address \(address)"
461 |         case let .multicastNotSupported(interface):
    |                   `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 |             "Multicast not supported on interface \(interface)"
463 |         case .inappropriateOperationForState:
[446/446] Emitting module NIOCore
BUILD FAILURE 6.1 wasm