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 sql-kit, reference main (baf0d8), with Swift 6.1 for Wasm on 30 May 2025 19:18:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/sql-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/sql-kit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at baf0d86 Add the missing `SQLDatabase.alter(table: any SQLExpression)` method (#188)
Cloned https://github.com/vapor/sql-kit.git
Revision (git rev-parse @):
baf0d8684a43f16cd11ebcc67300c8ab5cb5d078
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/sql-kit.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/sql-kit.git
https://github.com/vapor/sql-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    }
  ],
  "manifest_display_name" : "sql-kit",
  "name" : "sql-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" : "SQLKit",
      "targets" : [
        "SQLKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SQLKitBenchmark",
      "targets" : [
        "SQLKitBenchmark"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SQLKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SQLKitTests",
      "path" : "Tests/SQLKitTests",
      "sources" : [
        "AsyncTests.swift",
        "BaseTests.swift",
        "BasicQueryTests.swift",
        "DeprecatedTests.swift",
        "SQLBetweenTests.swift",
        "SQLCodingTests.swift",
        "SQLCommonTableExpressionTests.swift",
        "SQLCreateDropTriggerTests.swift",
        "SQLCreateTableTests.swift",
        "SQLDialectFeatureTests.swift",
        "SQLExpressionTests.swift",
        "SQLInsertUpsertTests.swift",
        "SQLQueryEncoderTests.swift",
        "SQLQueryStringTests.swift",
        "SQLRowDecoderTests.swift",
        "SQLUnionTests.swift",
        "TestMocks.swift",
        "Utilities.swift",
        "XCTAsyncAssertions.swift"
      ],
      "target_dependencies" : [
        "SQLKit",
        "SQLKitBenchmark"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SQLKitBenchmark",
      "module_type" : "SwiftTarget",
      "name" : "SQLKitBenchmark",
      "path" : "Sources/SQLKitBenchmark",
      "product_memberships" : [
        "SQLKitBenchmark"
      ],
      "sources" : [
        "SQLBenchmark+Codable.swift",
        "SQLBenchmark+Enum.swift",
        "SQLBenchmark+JSONPaths.swift",
        "SQLBenchmark+Planets.swift",
        "SQLBenchmark+Union.swift",
        "SQLBenchmark+Upsert.swift",
        "SQLBenchmarker.swift"
      ],
      "target_dependencies" : [
        "SQLKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SQLKit",
      "module_type" : "SwiftTarget",
      "name" : "SQLKit",
      "path" : "Sources/SQLKit",
      "product_dependencies" : [
        "Collections",
        "Logging",
        "NIO",
        "NIOCore"
      ],
      "product_memberships" : [
        "SQLKit",
        "SQLKitBenchmark"
      ],
      "sources" : [
        "Builders/Implementations/SQLAlterEnumBuilder.swift",
        "Builders/Implementations/SQLAlterTableBuilder.swift",
        "Builders/Implementations/SQLConflictUpdateBuilder.swift",
        "Builders/Implementations/SQLCreateEnumBuilder.swift",
        "Builders/Implementations/SQLCreateIndexBuilder.swift",
        "Builders/Implementations/SQLCreateTableBuilder.swift",
        "Builders/Implementations/SQLCreateTriggerBuilder.swift",
        "Builders/Implementations/SQLDeleteBuilder.swift",
        "Builders/Implementations/SQLDropEnumBuilder.swift",
        "Builders/Implementations/SQLDropIndexBuilder.swift",
        "Builders/Implementations/SQLDropTableBuilder.swift",
        "Builders/Implementations/SQLDropTriggerBuilder.swift",
        "Builders/Implementations/SQLInsertBuilder.swift",
        "Builders/Implementations/SQLPredicateGroupBuilder.swift",
        "Builders/Implementations/SQLRawBuilder.swift",
        "Builders/Implementations/SQLSecondaryPredicateGroupBuilder.swift",
        "Builders/Implementations/SQLSelectBuilder.swift",
        "Builders/Implementations/SQLSubqueryBuilder.swift",
        "Builders/Implementations/SQLUnionBuilder.swift",
        "Builders/Implementations/SQLUpdateBuilder.swift",
        "Builders/Prototypes/SQLAliasedColumnListBuilder.swift",
        "Builders/Prototypes/SQLColumnUpdateBuilder.swift",
        "Builders/Prototypes/SQLCommonTableExpressionBuilder.swift",
        "Builders/Prototypes/SQLCommonUnionBuilder.swift",
        "Builders/Prototypes/SQLJoinBuilder.swift",
        "Builders/Prototypes/SQLPartialResultBuilder.swift",
        "Builders/Prototypes/SQLPredicateBuilder.swift",
        "Builders/Prototypes/SQLQueryBuilder.swift",
        "Builders/Prototypes/SQLQueryFetcher.swift",
        "Builders/Prototypes/SQLReturningBuilder.swift",
        "Builders/Prototypes/SQLSecondaryPredicateBuilder.swift",
        "Builders/Prototypes/SQLSubqueryClauseBuilder.swift",
        "Builders/Prototypes/SQLUnqualifiedColumnListBuilder.swift",
        "Database/SQLDatabase.swift",
        "Database/SQLDatabaseReportedVersion.swift",
        "Database/SQLDialect.swift",
        "Deprecated/SQLDatabase+Deprecated.swift",
        "Deprecated/SQLError.swift",
        "Deprecated/SQLExpressions+Deprecated.swift",
        "Deprecated/SQLQueryBuilders+Deprecated.swift",
        "Exports.swift",
        "Expressions/Basics/SQLAlias.swift",
        "Expressions/Basics/SQLBetween.swift",
        "Expressions/Basics/SQLColumn.swift",
        "Expressions/Basics/SQLConstraint.swift",
        "Expressions/Basics/SQLDataType.swift",
        "Expressions/Basics/SQLDirection.swift",
        "Expressions/Basics/SQLDistinct.swift",
        "Expressions/Basics/SQLForeignKeyAction.swift",
        "Expressions/Basics/SQLNestedSubpathExpression.swift",
        "Expressions/Basics/SQLQualifiedTable.swift",
        "Expressions/Basics/SQLQueryString.swift",
        "Expressions/Clauses/SQLAlterColumnDefinitionType.swift",
        "Expressions/Clauses/SQLColumnAssignment.swift",
        "Expressions/Clauses/SQLColumnConstraintAlgorithm.swift",
        "Expressions/Clauses/SQLColumnDefinition.swift",
        "Expressions/Clauses/SQLCommonTableExpression.swift",
        "Expressions/Clauses/SQLConflictAction.swift",
        "Expressions/Clauses/SQLConflictResolutionStrategy.swift",
        "Expressions/Clauses/SQLDropBehaviour.swift",
        "Expressions/Clauses/SQLEnumDataType.swift",
        "Expressions/Clauses/SQLExcludedColumn.swift",
        "Expressions/Clauses/SQLForeignKey.swift",
        "Expressions/Clauses/SQLJoin.swift",
        "Expressions/Clauses/SQLJoinMethod.swift",
        "Expressions/Clauses/SQLLockingClause.swift",
        "Expressions/Clauses/SQLOrderBy.swift",
        "Expressions/Clauses/SQLReturning.swift",
        "Expressions/Clauses/SQLSubquery.swift",
        "Expressions/Clauses/SQLTableConstraintAlgorithm.swift",
        "Expressions/Queries/SQLAlterEnum.swift",
        "Expressions/Queries/SQLAlterTable.swift",
        "Expressions/Queries/SQLCreateEnum.swift",
        "Expressions/Queries/SQLCreateIndex.swift",
        "Expressions/Queries/SQLCreateTable.swift",
        "Expressions/Queries/SQLCreateTrigger.swift",
        "Expressions/Queries/SQLDelete.swift",
        "Expressions/Queries/SQLDropEnum.swift",
        "Expressions/Queries/SQLDropIndex.swift",
        "Expressions/Queries/SQLDropTable.swift",
        "Expressions/Queries/SQLDropTrigger.swift",
        "Expressions/Queries/SQLInsert.swift",
        "Expressions/Queries/SQLSelect.swift",
        "Expressions/Queries/SQLUnion.swift",
        "Expressions/Queries/SQLUpdate.swift",
        "Expressions/SQLExpression.swift",
        "Expressions/SQLSerializer.swift",
        "Expressions/SQLStatement.swift",
        "Expressions/Syntax/SQLBinaryExpression.swift",
        "Expressions/Syntax/SQLBinaryOperator.swift",
        "Expressions/Syntax/SQLBind.swift",
        "Expressions/Syntax/SQLFunction.swift",
        "Expressions/Syntax/SQLGroupExpression.swift",
        "Expressions/Syntax/SQLIdentifier.swift",
        "Expressions/Syntax/SQLList.swift",
        "Expressions/Syntax/SQLLiteral.swift",
        "Expressions/Syntax/SQLRaw.swift",
        "Rows/SQLCodingUtilities.swift",
        "Rows/SQLQueryEncoder.swift",
        "Rows/SQLRow.swift",
        "Rows/SQLRowDecoder.swift",
        "Utilities/SomeCodingKey.swift",
        "Utilities/StringHandling.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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-collections.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3837/20427] Fetching swift-log, swift-collections
[4501/96550] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.73s)
[9643/92714] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.57s)
[45674/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.71s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (7.26s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.23s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.58s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[1275/6108] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.78s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.86s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.75s)
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
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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/29] Write sources
[17/29] Compiling CNIOWindows shim.c
[18/29] Compiling CNIOWASI CNIOWASI.c
[18/29] Compiling CNIOWindows WSAStartup.c
[20/29] Write sources
[22/29] Compiling CNIOLinux shim.c
[23/29] Compiling _AtomicsShims.c
[24/29] Compiling CNIOLinux liburing_shims.c
[25/29] Compiling CNIODarwin shim.c
[26/29] Write swift-version-24593BA9C3E375BF.txt
[28/73] Emitting module _NIOBase64
[29/73] Emitting module Logging
[30/73] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/74] Emitting module InternalCollectionsUtilities
[32/74] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[33/74] Compiling InternalCollectionsUtilities Integer rank.swift
[34/74] Compiling InternalCollectionsUtilities Descriptions.swift
[35/74] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[36/74] Compiling _NIOBase64 Base64.swift
[37/75] Emitting module Atomics
[37/77] Compiling c-nioatomics.c
[39/77] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[40/77] Compiling _NIODataStructures _TinyArray.swift
[41/77] Compiling InternalCollectionsUtilities _SortedCollection.swift
[42/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[43/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[44/77] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/77] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[50/77] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[51/77] Compiling InternalCollectionsUtilities Debugging.swift
[57/77] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[61/77] Compiling Atomics UnsafeAtomic.swift
[62/77] Compiling Atomics UnsafeAtomicLazyReference.swift
[63/77] Compiling _NIODataStructures PriorityQueue.swift
[64/77] Compiling Atomics AtomicMemoryOrderings.swift
[65/77] Compiling Atomics DoubleWord.swift
[66/77] Compiling Atomics ManagedAtomic.swift
[67/77] Compiling Atomics ManagedAtomicLazyReference.swift
[70/78] Compiling Logging LogHandler.swift
[71/78] Compiling Logging Locks.swift
[72/78] Compiling Logging Logging.swift
[73/78] Compiling Logging MetadataProvider.swift
[74/78] Compiling Atomics IntegerOperations.swift
[75/78] Compiling Atomics Unmanaged extensions.swift
[76/92] Emitting module _NIODataStructures
[77/92] Compiling _NIODataStructures Heap.swift
[81/287] Compiling HeapModule Heap+Invariants.swift
[82/287] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[83/287] Compiling HeapModule Heap+Descriptions.swift
[83/302] Compiling c-atomics.c
[85/302] Compiling HeapModule Heap.swift
[86/302] Compiling HeapModule _HeapNode.swift
[87/355] Compiling HeapModule Heap+UnsafeHandle.swift
[88/355] Emitting module HeapModule
[89/356] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[90/356] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[91/358] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[92/358] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[93/358] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[94/358] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[95/358] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[96/358] Compiling BitCollections BitSet+SetAlgebra union.swift
[97/358] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[98/358] Compiling BitCollections BitSet.Counted.swift
[99/358] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[100/358] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[101/368] Compiling BitCollections BitArray+Copy.swift
[102/368] Compiling BitCollections BitArray+CustomReflectable.swift
[103/368] Compiling BitCollections BitArray+Codable.swift
[104/368] Compiling BitCollections BitArray+Collection.swift
[105/368] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[106/368] Compiling BitCollections BitSet+CustomReflectable.swift
[107/368] Compiling BitCollections BitSet+CustomStringConvertible.swift
[108/368] Compiling BitCollections BitSet+Equatable.swift
[109/368] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[110/368] Compiling BitCollections BitSet+Extras.swift
[111/368] Compiling BitCollections BitSet+Hashable.swift
[120/381] Compiling BitCollections BitArray+Hashable.swift
[121/381] Compiling BitCollections BitArray+Initializers.swift
[122/381] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[123/381] Compiling NIOConcurrencyHelpers lock.swift
[124/381] Compiling BitCollections BitArray+BitwiseOperations.swift
[125/381] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[126/381] Compiling BitCollections BitArray+Invariants.swift
[127/381] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[128/381] Compiling NIOConcurrencyHelpers NIOLock.swift
[129/381] Compiling BitCollections BitSet+Initializers.swift
[130/381] Compiling BitCollections BitSet+Invariants.swift
[131/381] Compiling BitCollections BitSet+Random.swift
[132/381] Compiling BitCollections BitSet+SetAlgebra basics.swift
[133/381] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[134/381] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[135/381] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[136/381] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[137/381] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[138/381] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[139/381] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[140/381] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[141/381] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[145/381] Compiling _RopeModule Rope+Find.swift
[146/381] Compiling _RopeModule Rope+ForEachWhile.swift
[147/381] Compiling _RopeModule Rope+Insert.swift
[148/381] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[149/381] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[150/381] Compiling HashTreeCollections TreeDictionary+Keys.swift
[151/381] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[152/381] Compiling HashTreeCollections TreeDictionary+Merge.swift
[153/381] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[154/381] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[155/381] Compiling HashTreeCollections TreeDictionary+Values.swift
[156/381] Compiling OrderedCollections OrderedSet+Sendable.swift
[157/381] Compiling OrderedCollections OrderedSet+SubSequence.swift
[158/381] Compiling OrderedCollections OrderedSet+Testing.swift
[159/381] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[160/381] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[161/381] Compiling OrderedCollections OrderedSet.swift
[162/381] Compiling OrderedCollections _UnsafeBitset.swift
[163/381] Compiling _RopeModule Rope+Sequence.swift
[164/381] Compiling _RopeModule Rope+Append.swift
[165/381] Compiling _RopeModule Rope+Extract.swift
[166/381] Emitting module BitCollections
[167/388] Compiling NIOConcurrencyHelpers atomics.swift
[168/388] Compiling DequeModule _DequeSlot.swift
[169/388] Compiling DequeModule _UnsafeWrappedBuffer.swift
[178/388] Compiling BitCollections BitArray+RandomBits.swift
[179/388] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[180/388] Compiling BitCollections BitArray+Shifts.swift
[181/388] Compiling BitCollections BitArray+Testing.swift
[182/388] Compiling BitCollections BitArray._UnsafeHandle.swift
[183/388] Compiling BitCollections BitArray.swift
[184/388] Compiling BitCollections BitSet+BidirectionalCollection.swift
[185/388] Compiling BitCollections BitSet+Codable.swift
[200/388] Emitting module NIOConcurrencyHelpers
[201/388] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[214/389] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[215/389] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[216/389] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[217/389] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[218/389] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[219/389] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[220/389] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[221/389] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[222/389] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[223/389] Compiling HashTreeCollections TreeSet.swift
[224/389] Compiling BitCollections BitArray+Extras.swift
[225/389] Compiling BitCollections BitArray+Fill.swift
[240/389] Emitting module DequeModule
[241/389] Compiling BitCollections BitSet.swift
[242/389] Compiling BitCollections Range+Utilities.swift
[243/389] Compiling BitCollections Slice+Utilities.swift
[244/389] Compiling BitCollections UInt+Tricks.swift
[245/389] Compiling BitCollections _Word.swift
[281/390] Compiling BitCollections BitSet.Index.swift
[282/390] Compiling BitCollections BitSet._UnsafeHandle.swift
[288/451] Compiling NIOCore DispatchQueue+WithFuture.swift
[289/451] Compiling NIOCore EventLoop+Deprecated.swift
[290/451] Compiling NIOCore EventLoop+SerialExecutor.swift
[291/451] Compiling NIOCore EventLoop.swift
[292/451] Compiling NIOCore MulticastChannel.swift
[293/451] Compiling NIOCore NIOAny.swift
[294/451] Compiling NIOCore NIOCloseOnErrorHandler.swift
[295/451] Compiling NIOCore NIOLoopBound.swift
[296/451] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[297/451] Compiling NIOCore GlobalSingletons.swift
[306/451] Compiling NIOCore NIOScheduledCallback.swift
[307/451] Compiling NIOCore NIOSendable.swift
[308/451] Compiling NIOCore RecvByteBufferAllocator.swift
[309/451] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[310/451] Compiling NIOCore EventLoopFuture+Deprecated.swift
[311/451] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[312/451] Compiling NIOCore EventLoopFuture.swift
[313/451] Compiling NIOCore FileDescriptor.swift
[314/451] Compiling NIOCore FileHandle.swift
[315/451] Compiling NIOCore FileRegion.swift
[317/460] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[318/460] Compiling NIOCore BSDSocketAPI.swift
[319/460] Compiling NIOCore ByteBuffer-aux.swift
[320/460] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[321/460] Compiling NIOCore ByteBuffer-conversions.swift
[322/460] Compiling NIOCore ByteBuffer-core.swift
[323/460] Compiling NIOCore ByteBuffer-hex.swift
[324/460] Compiling NIOCore ByteBuffer-int.swift
[325/460] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[326/460] Compiling NIOCore AddressedEnvelope.swift
[327/460] Compiling NIOCore AsyncAwaitSupport.swift
[328/460] Compiling NIOCore AsyncChannel.swift
[329/460] Compiling NIOCore AsyncChannelHandler.swift
[330/460] Compiling NIOCore AsyncChannelInboundStream.swift
[331/460] Compiling NIOCore AsyncChannelOutboundWriter.swift
[332/460] Compiling NIOCore NIOAsyncSequenceProducer.swift
[333/460] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[334/460] Compiling NIOCore NIOAsyncWriter.swift
[335/460] Compiling NIOCore ByteBuffer-multi-int.swift
[336/460] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[337/460] Emitting module OrderedCollections
[350/461] Emitting module _RopeModule
[359/469] Compiling NIOCore ChannelHandler.swift
[360/469] Compiling NIOCore ChannelHandlers.swift
[361/469] Compiling NIOCore ChannelInvoker.swift
[362/469] Compiling NIOCore ChannelOption.swift
[363/469] Compiling NIOCore ChannelPipeline.swift
[364/469] Compiling NIOCore IO.swift
[365/469] Compiling NIOCore IOData.swift
[366/469] Compiling NIOCore IPProtocol.swift
[367/469] Compiling NIOCore IntegerBitPacking.swift
[368/469] Compiling NIOCore IntegerTypes.swift
[369/469] Compiling NIOCore Interfaces.swift
[379/469] Compiling NIOCore ByteBuffer-views.swift
[380/469] Compiling NIOCore Channel.swift
[381/469] Emitting module HashTreeCollections
[389/470] Compiling NIOCore Linux.swift
[390/470] Compiling NIOCore MarkedCircularBuffer.swift
[391/470] Compiling _RopeModule Rope+Join.swift
[392/470] Compiling _RopeModule Rope+MutatingForEach.swift
[393/470] Compiling _RopeModule Rope+Remove.swift
[394/470] Compiling _RopeModule Rope+RemoveSubrange.swift
[395/470] Compiling _RopeModule Rope+Split.swift
[396/470] Compiling _RopeModule Optional Utilities.swift
[397/470] Compiling _RopeModule String Utilities.swift
[398/470] Compiling _RopeModule String.Index+ABI.swift
[399/470] Compiling _RopeModule _CharacterRecognizer.swift
[415/470] Compiling NIOCore CircularBuffer.swift
[416/470] Compiling NIOCore Codec.swift
[417/470] Compiling NIOCore ConvenienceOptionSupport.swift
[418/470] Compiling NIOCore DeadChannel.swift
[428/471] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[429/471] Compiling NIOCore SocketAddresses.swift
[430/471] Compiling NIOCore SocketOptionProvider.swift
[431/471] Compiling NIOCore SystemCallHelpers.swift
[432/471] Compiling NIOCore TimeAmount+Duration.swift
[433/471] Compiling NIOCore TypeAssistedChannelHandler.swift
[434/471] Compiling NIOCore UniversalBootstrapSupport.swift
[435/471] Compiling NIOCore Utilities.swift
[436/473] Compiling Collections Collections.swift
[437/473] Emitting module Collections
/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:
[474/474] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/32] Compiling Logging Locks.swift
[3/32] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[4/32] Compiling InternalCollectionsUtilities Debugging.swift
[5/33] Compiling Logging MetadataProvider.swift
[6/52] Compiling Atomics IntegerConformances.swift
[7/52] Compiling Atomics PointerConformances.swift
[8/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/52] Compiling Atomics RawRepresentable.swift
[10/52] Compiling Atomics AtomicBool.swift
[11/52] Compiling NIOConcurrencyHelpers lock.swift
[12/52] Compiling NIOConcurrencyHelpers NIOLock.swift
[13/52] Emitting module _NIOBase64
[14/52] Compiling Atomics AtomicMemoryOrderings.swift
[15/52] Compiling Atomics DoubleWord.swift
[16/54] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/54] Compiling Atomics ManagedAtomic.swift
[18/54] Compiling Atomics ManagedAtomicLazyReference.swift
[19/54] Compiling Atomics UnsafeAtomic.swift
[20/54] Compiling Atomics UnsafeAtomicLazyReference.swift
[21/54] Compiling _NIODataStructures Heap.swift
[22/54] Compiling _NIODataStructures _TinyArray.swift
[23/54] Compiling _NIODataStructures PriorityQueue.swift
[24/54] Compiling _NIOBase64 Base64.swift
[25/54] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[26/55] Emitting module NIOConcurrencyHelpers
[28/55] Emitting module _NIODataStructures
[29/55] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[30/55] Compiling NIOConcurrencyHelpers atomics.swift
[31/57] Compiling Atomics IntegerOperations.swift
[32/57] Compiling Atomics Unmanaged extensions.swift
[33/57] Compiling Logging LogHandler.swift
[34/57] Emitting module Logging
[35/57] Compiling Atomics AtomicInteger.swift
[36/57] Compiling Atomics AtomicOptionalWrappable.swift
[37/57] Compiling Logging Logging.swift
[38/58] Compiling Atomics Primitives.shims.swift
[41/58] Emitting module InternalCollectionsUtilities
[42/58] Compiling Atomics AtomicReference.swift
[43/58] Compiling Atomics AtomicStorage.swift
[44/58] Compiling Atomics AtomicValue.swift
[47/58] Compiling Atomics Primitives.native.swift
[53/333] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[54/333] Compiling BitCollections BitArray+Hashable.swift
[55/333] Compiling _RopeModule BigString+Chunk+Description.swift
[56/335] Compiling BitCollections BitArray+Codable.swift
[57/335] Compiling BitCollections BitArray+Collection.swift
[58/335] Compiling HeapModule Heap+Descriptions.swift
[59/335] Compiling HeapModule Heap.swift
[60/335] Emitting module Atomics
[61/335] Compiling BitCollections BitArray+Extras.swift
[62/335] Compiling BitCollections BitArray+Fill.swift
[63/335] Compiling HeapModule _HeapNode.swift
[64/335] Emitting module HeapModule
[65/335] Compiling DequeModule _DequeSlot.swift
[66/335] Compiling DequeModule _UnsafeWrappedBuffer.swift
[67/335] Compiling BitCollections BitArray+Descriptions.swift
[68/335] Compiling BitCollections BitArray+Equatable.swift
[69/335] Compiling BitCollections BitArray+Copy.swift
[70/335] Compiling BitCollections BitArray+CustomReflectable.swift
[71/335] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[72/335] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[73/335] Compiling HeapModule Heap+Invariants.swift
[74/335] Compiling HeapModule Heap+UnsafeHandle.swift
[76/336] Compiling _RopeModule BigString+Insert.swift
[77/336] Compiling _RopeModule BigString+Managing Breaks.swift
[78/336] Compiling BitCollections BitSet+SetAlgebra basics.swift
[79/336] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[80/336] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[81/336] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[82/336] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[83/336] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[84/336] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[85/336] Compiling BitCollections BitSet+SetAlgebra union.swift
[86/336] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[87/336] Compiling BitCollections BitSet.Counted.swift
[88/336] Compiling _RopeModule Rope+Sequence.swift
[89/336] Compiling _RopeModule Rope+Append.swift
[90/343] Compiling _RopeModule _RopeItem.swift
[91/343] Compiling _RopeModule _RopePath.swift
[92/343] Compiling HashTreeCollections TreeSet+Sequence.swift
[93/343] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[94/343] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[95/343] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[96/343] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[97/343] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[98/343] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[99/343] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[103/353] Compiling BitCollections BitArray+BitwiseOperations.swift
[104/353] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[106/354] Compiling _RopeModule BigString+Initializers.swift
[113/354] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[114/354] Compiling _RopeModule BigString+Hashing.swift
[115/354] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[116/354] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[117/354] Compiling _RopeModule BigString+Sequence.swift
[118/354] Compiling BitCollections BitSet+Extras.swift
[119/354] Compiling _RopeModule BigString+Append.swift
[129/361] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[130/361] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[131/361] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[132/361] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[133/361] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[134/361] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[135/361] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[136/361] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[137/361] Compiling BitCollections Range+Utilities.swift
[138/361] Compiling BitCollections Slice+Utilities.swift
[139/361] Compiling BitCollections UInt+Tricks.swift
[140/361] Compiling BitCollections _Word.swift
[141/361] Compiling OrderedCollections OrderedSet.swift
[142/361] Compiling OrderedCollections _UnsafeBitset.swift
[143/361] Compiling _RopeModule Rope.swift
[144/361] Compiling _RopeModule RopeElement.swift
[145/361] Compiling _RopeModule RopeMetric.swift
[146/361] Compiling _RopeModule RopeSummary.swift
[155/361] Compiling BitCollections BitSet.Index.swift
[156/361] Compiling BitCollections BitSet._UnsafeHandle.swift
[157/361] Compiling BitCollections BitSet.swift
[158/361] Compiling BitCollections BitArray+RandomBits.swift
[159/361] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[160/361] Compiling BitCollections BitArray+Shifts.swift
[161/361] Compiling _RopeModule BigString+BidirectionalCollection.swift
[162/361] Compiling _RopeModule BigString+Comparable.swift
[163/361] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[164/361] Compiling _RopeModule BigString+CustomStringConvertible.swift
[165/361] Compiling _RopeModule BigString+Equatable.swift
[188/361] Emitting module DequeModule
[192/362] Emitting module BitCollections
[201/362] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[202/362] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[203/362] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[204/362] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[205/362] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[206/362] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[207/362] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[208/362] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[209/362] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[210/362] Compiling HashTreeCollections TreeSet.swift
[211/422] Compiling NIOCore ByteBuffer-views.swift
[212/422] Compiling NIOCore Channel.swift
[213/422] Compiling NIOCore ChannelHandler.swift
[214/422] Compiling NIOCore ChannelHandlers.swift
[215/422] Compiling NIOCore ChannelInvoker.swift
[216/422] Compiling NIOCore ChannelOption.swift
[217/422] Compiling NIOCore ChannelPipeline.swift
[218/422] Compiling NIOCore CircularBuffer.swift
[219/422] Compiling NIOCore Codec.swift
[220/422] Compiling NIOCore ConvenienceOptionSupport.swift
[221/431] Compiling NIOCore AddressedEnvelope.swift
[222/431] Compiling NIOCore AsyncAwaitSupport.swift
[223/431] Compiling NIOCore AsyncChannel.swift
[224/431] Compiling NIOCore AsyncChannelHandler.swift
[225/431] Compiling NIOCore AsyncChannelInboundStream.swift
[226/431] Compiling NIOCore AsyncChannelOutboundWriter.swift
[227/431] Compiling NIOCore NIOAsyncSequenceProducer.swift
[228/431] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[229/431] Compiling NIOCore NIOAsyncWriter.swift
[230/431] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[231/431] Compiling NIOCore BSDSocketAPI.swift
[232/431] Compiling NIOCore ByteBuffer-aux.swift
[233/431] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[234/431] Compiling NIOCore ByteBuffer-conversions.swift
[235/431] Compiling NIOCore ByteBuffer-core.swift
[236/431] Compiling NIOCore ByteBuffer-hex.swift
[237/431] Compiling NIOCore ByteBuffer-int.swift
[238/431] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[239/431] Compiling NIOCore ByteBuffer-multi-int.swift
[240/431] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[245/431] Compiling NIOCore NIOAny.swift
[246/431] Compiling NIOCore NIOCloseOnErrorHandler.swift
[247/431] Compiling NIOCore NIOLoopBound.swift
[248/431] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[249/431] Compiling NIOCore NIOScheduledCallback.swift
[250/431] Compiling NIOCore NIOSendable.swift
[251/431] Compiling NIOCore RecvByteBufferAllocator.swift
[252/432] Emitting module OrderedCollections
[261/433] Compiling NIOCore EventLoop+SerialExecutor.swift
[262/433] Compiling NIOCore EventLoop.swift
[263/433] Compiling NIOCore IO.swift
[264/433] Compiling NIOCore IOData.swift
[265/433] Compiling NIOCore IPProtocol.swift
[266/433] Compiling NIOCore IntegerBitPacking.swift
[267/433] Compiling NIOCore IntegerTypes.swift
[268/433] Compiling NIOCore Interfaces.swift
[269/433] Compiling NIOCore Linux.swift
[270/433] Compiling NIOCore MarkedCircularBuffer.swift
[271/433] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[273/433] Compiling NIOCore DeadChannel.swift
[274/433] Compiling NIOCore DispatchQueue+WithFuture.swift
[275/433] Compiling NIOCore EventLoop+Deprecated.swift
[292/433] Compiling NIOCore FileRegion.swift
[293/433] Compiling NIOCore GlobalSingletons.swift
[294/433] Compiling NIOCore MulticastChannel.swift
[322/433] Emitting module _RopeModule
[363/441] Emitting module HashTreeCollections
[365/442] Compiling _RopeModule Rope+Join.swift
[366/442] Compiling _RopeModule Rope+MutatingForEach.swift
[367/442] Compiling _RopeModule Rope+Remove.swift
[368/442] Compiling _RopeModule Rope+RemoveSubrange.swift
[369/442] Compiling _RopeModule Rope+Split.swift
[370/442] Compiling _RopeModule Optional Utilities.swift
[371/442] Compiling _RopeModule String Utilities.swift
[372/442] Compiling _RopeModule String.Index+ABI.swift
[373/442] Compiling _RopeModule _CharacterRecognizer.swift
[386/442] Compiling NIOCore EventLoopFuture+Deprecated.swift
[387/442] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[388/442] Compiling NIOCore EventLoopFuture.swift
[389/442] Compiling NIOCore FileDescriptor.swift
[390/442] Compiling NIOCore FileHandle.swift
[408/445] Compiling Collections Collections.swift
[409/445] Emitting module Collections
/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:
[419/446] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[420/446] Compiling NIOCore SocketAddresses.swift
[421/446] Compiling NIOCore SocketOptionProvider.swift
[422/446] Compiling NIOCore SystemCallHelpers.swift
[423/446] Compiling NIOCore TimeAmount+Duration.swift
[424/446] Compiling NIOCore TypeAssistedChannelHandler.swift
[425/446] Compiling NIOCore UniversalBootstrapSupport.swift
[426/446] Compiling NIOCore Utilities.swift
[446/446] Emitting module NIOCore
BUILD FAILURE 6.1 wasm