Build Information
Failed to build sql-kit, reference 3.33.0 (baf0d8
), with Swift 6.1 for Wasm on 30 May 2025 19:19:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 3.33.0
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
* tag 3.33.0 -> FETCH_HEAD
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 3.33.0
========================================
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-4609320-1":/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/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
[1/3836] Fetching swift-log
[3799/20427] Fetching swift-log, swift-collections
[5625/96550] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.41s)
[63027/92714] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.45s)
[47197/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.52s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (7.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.22s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[45/6108] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.62s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.72s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.52s)
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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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
Building for debugging...
[0/29] Write sources
[17/29] Compiling _AtomicsShims.c
[18/29] Compiling CNIOWindows shim.c
[19/29] Compiling CNIOWindows WSAStartup.c
[19/29] Write sources
[22/29] Compiling CNIOWASI CNIOWASI.c
[23/29] Compiling CNIOLinux liburing_shims.c
[24/29] Compiling CNIOLinux shim.c
[24/29] Compiling CNIODarwin shim.c
[26/29] Write swift-version-24593BA9C3E375BF.txt
[28/73] Emitting module _NIOBase64
[28/73] Compiling c-nioatomics.c
[29/73] Compiling c-atomics.c
[31/79] Compiling _NIODataStructures _TinyArray.swift
[32/79] Compiling NIOConcurrencyHelpers NIOLock.swift
[33/79] Compiling _NIOBase64 Base64.swift
[34/80] Compiling Logging Locks.swift
[35/80] Emitting module Logging
[36/80] Compiling Logging LogHandler.swift
[37/80] Emitting module Atomics
[38/80] Compiling Atomics ManagedAtomicLazyReference.swift
[39/80] Compiling Atomics UnsafeAtomic.swift
[40/80] Compiling Atomics AtomicBool.swift
[41/80] Compiling Atomics ManagedAtomic.swift
[42/80] Emitting module InternalCollectionsUtilities
[43/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[44/81] Compiling Atomics AtomicOptionalWrappable.swift
[45/81] Compiling Atomics IntegerConformances.swift
[46/81] Compiling Atomics OptionalRawRepresentable.swift
[47/81] Compiling Atomics RawRepresentable.swift
[48/81] Compiling Atomics PointerConformances.swift
[49/81] Compiling Atomics Primitives.native.swift
[50/81] Compiling Atomics Primitives.shims.swift
[51/81] Compiling Atomics AtomicInteger.swift
[53/83] Compiling Atomics UnsafeAtomicLazyReference.swift
[56/83] Compiling _NIODataStructures PriorityQueue.swift
[63/83] Compiling Atomics AtomicReference.swift
[64/83] Compiling Atomics AtomicStorage.swift
[65/83] Compiling Atomics AtomicValue.swift
[66/83] Compiling Atomics AtomicMemoryOrderings.swift
[67/83] Compiling Atomics DoubleWord.swift
[72/83] Compiling NIOConcurrencyHelpers lock.swift
[73/83] Emitting module _NIODataStructures
[74/83] Compiling _NIODataStructures Heap.swift
[75/83] Compiling Logging Logging.swift
[76/83] Compiling Logging MetadataProvider.swift
[77/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/86] Emitting module NIOConcurrencyHelpers
[81/86] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[83/86] Compiling Atomics IntegerOperations.swift
[84/86] Compiling Atomics Unmanaged extensions.swift
[85/86] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[86/86] Compiling NIOConcurrencyHelpers atomics.swift
[89/362] Compiling HeapModule Heap+Descriptions.swift
[90/362] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[91/362] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[92/362] Compiling _RopeModule BigString+Chunk+Splitting.swift
[93/364] Compiling HeapModule _HeapNode.swift
[94/364] Compiling HeapModule Heap.swift
[95/364] Compiling HashTreeCollections _HashNode+Structural union.swift
[96/364] Compiling _RopeModule BigString+Chunk+Description.swift
[97/364] Emitting module HeapModule
[98/364] Compiling HeapModule Heap+UnsafeHandle.swift
[99/364] Compiling HeapModule Heap+Invariants.swift
[100/365] Emitting module BitCollections
[102/372] Compiling DequeModule _DequeSlot.swift
[103/372] Compiling DequeModule _UnsafeWrappedBuffer.swift
[104/372] Compiling OrderedCollections OrderedDictionary.swift
[105/372] Compiling OrderedCollections OrderedSet+Codable.swift
[106/372] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[107/372] Compiling OrderedCollections OrderedSet+Descriptions.swift
[108/372] Compiling OrderedCollections OrderedSet+Diffing.swift
[109/372] Compiling OrderedCollections OrderedSet+Equatable.swift
[110/372] Compiling BitCollections BitSet.Index.swift
[111/372] Compiling BitCollections BitSet._UnsafeHandle.swift
[112/379] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[113/379] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[115/379] Compiling _RopeModule Rope+Find.swift
[116/379] Compiling _RopeModule Rope+ForEachWhile.swift
[117/379] Compiling _RopeModule Rope+Insert.swift
[118/379] Compiling HashTreeCollections TreeSet+Extras.swift
[119/379] Compiling HashTreeCollections TreeSet+Filter.swift
[120/379] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[121/379] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[122/379] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[123/379] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[124/379] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[125/379] Compiling BitCollections BitSet+SetAlgebra union.swift
[126/379] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[127/379] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[128/379] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[133/379] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[134/379] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[137/379] Compiling _RopeModule BigString+Chunk.swift
[138/379] Compiling _RopeModule BigString+BidirectionalCollection.swift
[139/379] Compiling _RopeModule _RopeVersion.swift
[140/379] Compiling _RopeModule Rope+Collection.swift
[141/379] Compiling _RopeModule Rope+Index.swift
[142/379] Compiling _RopeModule Rope+Sequence.swift
[151/379] Compiling OrderedCollections OrderedDictionary+Values.swift
[173/379] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[174/379] Compiling BitCollections BitArray+Extras.swift
[175/379] Compiling BitCollections BitArray+Fill.swift
[176/379] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[177/379] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[178/379] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[179/379] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[181/379] Emitting module DequeModule
[183/380] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[184/380] Compiling _RopeModule BigString+Ingester.swift
[185/380] Compiling _RopeModule BigString+Invariants.swift
[186/380] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[187/380] Compiling HashTreeCollections TreeDictionary+Keys.swift
[188/380] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[189/380] Compiling OrderedCollections _HashTable.swift
[190/380] Compiling BitCollections BitSet+Codable.swift
[237/390] Compiling OrderedCollections OrderedSet+Sendable.swift
[238/390] Compiling OrderedCollections OrderedSet+SubSequence.swift
[239/390] Compiling OrderedCollections OrderedSet+Testing.swift
[240/390] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[241/390] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[243/451] Compiling NIOCore IO.swift
[244/451] Compiling NIOCore IOData.swift
[245/451] Compiling NIOCore IPProtocol.swift
[246/451] Compiling NIOCore IntegerBitPacking.swift
[247/451] Compiling NIOCore IntegerTypes.swift
[248/451] Compiling NIOCore Interfaces.swift
[249/451] Compiling NIOCore Linux.swift
[250/451] Compiling NIOCore MarkedCircularBuffer.swift
[251/451] Compiling NIOCore MulticastChannel.swift
[252/451] Compiling NIOCore NIOAny.swift
[253/451] Compiling _RopeModule Rope+Debugging.swift
[254/451] Compiling _RopeModule Rope+Invariants.swift
[255/451] Compiling _RopeModule Rope+_Node.swift
[256/451] Compiling HashTreeCollections _RawHashNode.swift
[257/451] Compiling HashTreeCollections _UnmanagedHashNode.swift
[258/451] Compiling HashTreeCollections _UnsafePath.swift
[259/451] Compiling HashTreeCollections TreeDictionary+Codable.swift
[260/451] Compiling HashTreeCollections TreeDictionary+Collection.swift
[261/451] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[262/451] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[263/451] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[264/451] Emitting module OrderedCollections
[265/451] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[266/451] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[267/451] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[268/451] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[269/451] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[270/451] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[271/451] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[272/451] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[273/451] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[274/451] Compiling HashTreeCollections TreeSet.swift
[275/451] Compiling NIOCore FileDescriptor.swift
[276/451] Compiling NIOCore FileHandle.swift
[277/451] Compiling NIOCore FileRegion.swift
[278/451] Compiling NIOCore GlobalSingletons.swift
[279/451] Compiling NIOCore ByteBuffer-multi-int.swift
[280/451] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[281/451] Compiling NIOCore ByteBuffer-views.swift
[282/451] Compiling NIOCore Channel.swift
[283/451] Compiling NIOCore BSDSocketAPI.swift
[284/451] Compiling NIOCore ByteBuffer-aux.swift
[285/451] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[286/451] Compiling NIOCore ByteBuffer-conversions.swift
[287/451] Compiling NIOCore ByteBuffer-core.swift
[288/451] Compiling NIOCore ByteBuffer-hex.swift
[289/451] Compiling NIOCore ByteBuffer-int.swift
[290/451] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[291/451] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[292/460] Compiling NIOCore AddressedEnvelope.swift
[293/460] Compiling NIOCore AsyncAwaitSupport.swift
[294/460] Compiling NIOCore AsyncChannel.swift
[295/460] Compiling NIOCore AsyncChannelHandler.swift
[296/460] Compiling NIOCore AsyncChannelInboundStream.swift
[297/460] Compiling NIOCore AsyncChannelOutboundWriter.swift
[298/460] Compiling NIOCore NIOAsyncSequenceProducer.swift
[299/460] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[300/460] Compiling NIOCore NIOAsyncWriter.swift
[301/460] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[304/460] Compiling NIOCore NIOCloseOnErrorHandler.swift
[305/460] Compiling NIOCore NIOLoopBound.swift
[306/460] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[307/460] Compiling NIOCore NIOScheduledCallback.swift
[308/460] Compiling NIOCore NIOSendable.swift
[309/460] Compiling NIOCore RecvByteBufferAllocator.swift
[321/468] Compiling NIOCore ChannelInvoker.swift
[322/468] Compiling NIOCore ChannelOption.swift
[323/468] Compiling NIOCore ChannelPipeline.swift
[324/468] Compiling NIOCore CircularBuffer.swift
[325/468] Compiling NIOCore Codec.swift
[326/468] Compiling NIOCore ConvenienceOptionSupport.swift
[327/468] Compiling NIOCore DeadChannel.swift
[328/468] Compiling NIOCore DispatchQueue+WithFuture.swift
[329/468] Compiling NIOCore EventLoop+Deprecated.swift
[330/468] Compiling NIOCore EventLoop+SerialExecutor.swift
[331/468] Compiling NIOCore EventLoop.swift
[338/468] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[339/468] Compiling NIOCore SocketAddresses.swift
[340/468] Compiling NIOCore SocketOptionProvider.swift
[341/468] Compiling NIOCore SystemCallHelpers.swift
[342/468] Compiling NIOCore TimeAmount+Duration.swift
[350/469] Emitting module _RopeModule
[360/469] Emitting module HashTreeCollections
[363/470] Compiling NIOCore EventLoopFuture+Deprecated.swift
[364/470] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[365/470] Compiling NIOCore EventLoopFuture.swift
[375/470] Compiling NIOCore TypeAssistedChannelHandler.swift
[376/470] Compiling NIOCore UniversalBootstrapSupport.swift
[377/470] Compiling NIOCore Utilities.swift
[378/470] Compiling _RopeModule Rope+Join.swift
[379/470] Compiling _RopeModule Rope+MutatingForEach.swift
[380/470] Compiling _RopeModule Rope+Remove.swift
[381/470] Compiling _RopeModule Rope+RemoveSubrange.swift
[382/470] Compiling _RopeModule Rope+Split.swift
[383/470] Compiling _RopeModule Optional Utilities.swift
[384/470] Compiling _RopeModule String Utilities.swift
[385/470] Compiling _RopeModule String.Index+ABI.swift
[386/470] Compiling _RopeModule _CharacterRecognizer.swift
[398/470] Compiling NIOCore ChannelHandler.swift
[399/470] Compiling NIOCore ChannelHandlers.swift
[445/473] Compiling Collections Collections.swift
[446/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-4609320-1":/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 Atomics Primitives.native.swift
[3/51] Compiling Atomics AtomicReference.swift
[4/52] Compiling Logging MetadataProvider.swift
[5/52] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[6/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/52] Compiling Logging Locks.swift
[8/52] Compiling NIOConcurrencyHelpers lock.swift
[9/52] Compiling Atomics AtomicStorage.swift
[10/52] Compiling Atomics AtomicValue.swift
[11/52] Compiling NIOConcurrencyHelpers NIOLock.swift
[12/52] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[13/52] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/52] Compiling Atomics AtomicMemoryOrderings.swift
[15/52] Compiling Atomics DoubleWord.swift
[16/54] Compiling Atomics ManagedAtomic.swift
[17/54] Compiling Atomics ManagedAtomicLazyReference.swift
[18/54] Compiling Atomics UnsafeAtomic.swift
[19/54] Compiling Atomics UnsafeAtomicLazyReference.swift
[20/54] Emitting module Logging
[21/54] Compiling _NIODataStructures PriorityQueue.swift
[22/54] Compiling _NIODataStructures Heap.swift
[23/54] Emitting module _NIODataStructures
[24/54] Compiling _NIODataStructures _TinyArray.swift
[25/55] Emitting module NIOConcurrencyHelpers
[27/55] Compiling NIOConcurrencyHelpers atomics.swift
[28/56] Emitting module InternalCollectionsUtilities
[29/56] Emitting module _NIOBase64
[30/56] Compiling _NIOBase64 Base64.swift
[34/56] Compiling Atomics Primitives.shims.swift
[35/56] Compiling Atomics AtomicInteger.swift
[36/56] Compiling Atomics AtomicOptionalWrappable.swift
[37/57] Compiling Atomics IntegerOperations.swift
[38/57] Compiling Atomics Unmanaged extensions.swift
[41/57] Compiling Atomics IntegerConformances.swift
[42/57] Compiling Atomics PointerConformances.swift
[45/57] Compiling Atomics AtomicBool.swift
[47/57] Compiling Atomics OptionalRawRepresentable.swift
[48/57] Compiling Atomics RawRepresentable.swift
[50/197] Compiling Logging LogHandler.swift
[51/197] Compiling Logging Logging.swift
[52/265] Compiling HeapModule Heap+Descriptions.swift
[53/265] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[55/316] Compiling _RopeModule BigString+Chunk+Counts.swift
[56/316] Compiling _RopeModule BigString+Chunk+Description.swift
[57/316] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[58/316] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[59/335] Compiling HeapModule _HeapNode.swift
[60/335] Compiling _RopeModule BigString+Chunk.swift
[61/335] Compiling _RopeModule BigString+BidirectionalCollection.swift
[62/335] Compiling HeapModule Heap.swift
[63/335] Compiling HeapModule Heap+Invariants.swift
[64/335] Compiling HeapModule Heap+UnsafeHandle.swift
[65/335] Emitting module HeapModule
[67/336] Compiling _RopeModule BigString+Ingester.swift
[68/336] Compiling _RopeModule BigString+Invariants.swift
[69/336] Compiling _RopeModule BigString+Iterators.swift
[70/336] Compiling _RopeModule BigString+Metrics.swift
[71/336] Compiling _RopeModule BigString+Summary.swift
[72/336] Compiling _RopeModule BigString.swift
[73/336] Compiling _RopeModule BigString+Append.swift
[74/343] Compiling DequeModule _DequeSlot.swift
[75/343] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/343] Emitting module Atomics
[77/343] Compiling _RopeModule Rope+Invariants.swift
[78/343] Compiling _RopeModule Rope+_Node.swift
[79/343] Compiling _RopeModule Rope+_Storage.swift
[80/343] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[81/343] Compiling _RopeModule Rope+_UnsafeHandle.swift
[82/343] Compiling _RopeModule Rope.swift
[83/343] Compiling _RopeModule RopeElement.swift
[91/350] Compiling _RopeModule BigString+Initializers.swift
[92/350] Compiling _RopeModule BigString+Insert.swift
[93/350] Compiling _RopeModule BigString+Managing Breaks.swift
[94/350] Compiling _RopeModule BigString+RemoveSubrange.swift
[95/350] Compiling _RopeModule BigString+ReplaceSubrange.swift
[96/350] Compiling _RopeModule BigString+Split.swift
[97/350] Compiling _RopeModule Range+BigString.swift
[98/350] Compiling _RopeModule BigString+UTF16View.swift
[99/350] Compiling _RopeModule BigString+UTF8View.swift
[100/350] Compiling _RopeModule BigString+UnicodeScalarView.swift
[101/350] Compiling _RopeModule BigSubstring+UTF16View.swift
[102/350] Compiling _RopeModule BigSubstring+UTF8View.swift
[103/350] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[104/350] Compiling _RopeModule BigSubstring.swift
[105/350] Compiling _RopeModule Rope+Builder.swift
[106/350] Compiling _RopeModule Rope+Debugging.swift
[107/350] Compiling _RopeModule Rope+ForEachWhile.swift
[108/350] Compiling _RopeModule Rope+Insert.swift
[109/350] Compiling HashTreeCollections TreeSet+Sequence.swift
[110/350] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[111/350] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[112/350] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[113/350] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[114/350] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[115/350] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[116/350] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[117/350] Emitting module BitCollections
[118/350] Compiling BitCollections Range+Utilities.swift
[119/350] Compiling BitCollections Slice+Utilities.swift
[120/350] Compiling BitCollections UInt+Tricks.swift
[121/350] Compiling BitCollections _Word.swift
[122/350] Compiling OrderedCollections OrderedSet.swift
[123/350] Compiling OrderedCollections _UnsafeBitset.swift
[124/350] Compiling _RopeModule Rope+Sequence.swift
[125/350] Compiling _RopeModule Rope+Append.swift
[126/350] Compiling _RopeModule Rope+Extract.swift
[127/350] Compiling _RopeModule Rope+Find.swift
[128/360] Compiling _RopeModule BigString+CustomStringConvertible.swift
[129/360] Compiling _RopeModule BigString+Equatable.swift
[130/360] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[131/360] Compiling _RopeModule BigString+Chunk+Splitting.swift
[132/360] Compiling _RopeModule BigString+Comparable.swift
[133/360] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[142/360] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[143/360] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[144/360] Compiling _RopeModule BigString+Sequence.swift
[145/360] Compiling _RopeModule BigString+TextOutputStream.swift
[146/360] Compiling _RopeModule BigString+Builder.swift
[147/360] Compiling _RopeModule BigString+Contents.swift
[148/360] Compiling _RopeModule BigString+Debugging.swift
[149/360] Compiling _RopeModule BigString+Index.swift
[161/360] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[162/360] Compiling _RopeModule BigString+Chunk+Breaks.swift
[199/361] Emitting module DequeModule
[217/362] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[218/362] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[219/362] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[220/362] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[221/362] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[222/362] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[223/362] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[224/362] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[225/362] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[226/362] Compiling HashTreeCollections TreeSet.swift
[227/422] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[228/422] Compiling NIOCore BSDSocketAPI.swift
[229/422] Compiling NIOCore ByteBuffer-aux.swift
[230/422] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[231/422] Compiling NIOCore ByteBuffer-conversions.swift
[232/422] Compiling NIOCore ByteBuffer-core.swift
[233/422] Compiling NIOCore ByteBuffer-hex.swift
[234/422] Compiling NIOCore ByteBuffer-int.swift
[235/422] Compiling NIOCore NIOAny.swift
[236/422] Compiling NIOCore NIOCloseOnErrorHandler.swift
[237/422] Compiling NIOCore NIOLoopBound.swift
[238/422] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[239/422] Compiling NIOCore NIOScheduledCallback.swift
[240/422] Compiling NIOCore NIOSendable.swift
[241/422] Compiling NIOCore RecvByteBufferAllocator.swift
[252/423] Compiling NIOCore Linux.swift
[253/423] Compiling NIOCore MarkedCircularBuffer.swift
[254/423] Compiling NIOCore MulticastChannel.swift
[268/432] Compiling NIOCore Codec.swift
[269/432] Compiling NIOCore ConvenienceOptionSupport.swift
[270/432] Compiling NIOCore DeadChannel.swift
[271/432] Compiling NIOCore DispatchQueue+WithFuture.swift
[272/432] Compiling NIOCore EventLoop+Deprecated.swift
[273/432] Compiling NIOCore EventLoop+SerialExecutor.swift
[274/432] Compiling NIOCore EventLoop.swift
[275/432] Compiling NIOCore AddressedEnvelope.swift
[276/432] Compiling NIOCore AsyncAwaitSupport.swift
[277/432] Compiling NIOCore AsyncChannel.swift
[286/432] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[287/432] Compiling NIOCore CircularBuffer.swift
[288/432] Emitting module OrderedCollections
[307/441] Compiling NIOCore AsyncChannelHandler.swift
[308/441] Compiling NIOCore AsyncChannelInboundStream.swift
[309/441] Compiling NIOCore AsyncChannelOutboundWriter.swift
[310/441] Compiling NIOCore NIOAsyncSequenceProducer.swift
[311/441] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[312/441] Compiling NIOCore NIOAsyncWriter.swift
[313/441] Compiling NIOCore ByteBuffer-multi-int.swift
[314/441] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[315/441] Compiling NIOCore ByteBuffer-views.swift
[316/441] Compiling NIOCore Channel.swift
[317/441] Compiling NIOCore ChannelHandler.swift
[318/441] Compiling NIOCore ChannelHandlers.swift
[319/441] Compiling NIOCore ChannelInvoker.swift
[320/441] Compiling NIOCore IOData.swift
[321/441] Compiling NIOCore IPProtocol.swift
[322/441] Compiling NIOCore IntegerBitPacking.swift
[323/441] Compiling NIOCore IntegerTypes.swift
[324/441] Compiling NIOCore Interfaces.swift
[342/441] Emitting module _RopeModule
[353/441] Emitting module HashTreeCollections
[354/442] Compiling NIOCore IO.swift
[363/442] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[364/442] Compiling NIOCore SocketAddresses.swift
[365/442] Compiling NIOCore SocketOptionProvider.swift
[366/442] Compiling NIOCore SystemCallHelpers.swift
[367/442] Compiling NIOCore TimeAmount+Duration.swift
[368/442] Compiling NIOCore TypeAssistedChannelHandler.swift
[369/442] Compiling NIOCore UniversalBootstrapSupport.swift
[370/442] Compiling NIOCore Utilities.swift
[371/442] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[372/442] Compiling NIOCore EventLoopFuture+Deprecated.swift
[373/442] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[374/442] Compiling NIOCore EventLoopFuture.swift
[375/442] Compiling NIOCore FileDescriptor.swift
[376/442] Compiling NIOCore FileHandle.swift
[377/442] Compiling NIOCore FileRegion.swift
[378/442] Compiling NIOCore GlobalSingletons.swift
[382/442] Compiling NIOCore ChannelOption.swift
[383/442] Compiling NIOCore ChannelPipeline.swift
[398/442] Compiling _RopeModule Rope+Join.swift
[399/442] Compiling _RopeModule Rope+MutatingForEach.swift
[400/442] Compiling _RopeModule Rope+Remove.swift
[401/442] Compiling _RopeModule Rope+RemoveSubrange.swift
[402/442] Compiling _RopeModule Rope+Split.swift
[403/442] Compiling _RopeModule Optional Utilities.swift
[404/442] Compiling _RopeModule String Utilities.swift
[405/442] Compiling _RopeModule String.Index+ABI.swift
[406/442] Compiling _RopeModule _CharacterRecognizer.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:
[446/446] Emitting module NIOCore
BUILD FAILURE 6.1 wasm