Build Information
Failed to build fluent-kit, reference 1.52.2 (8baacd
), with Swift 6.1 for Wasm on 31 May 2025 01:30:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/fluent-kit.git
Reference: 1.52.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/fluent-kit
* tag 1.52.2 -> FETCH_HEAD
HEAD is now at 8baacd7 Fix arithmetic overflow crash in request pagination (#637)
Cloned https://github.com/vapor/fluent-kit.git
Revision (git rev-parse @):
8baacd7e8f7ebf68886c496b43bbe6cdcc5b57e0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/fluent-kit.git at 1.52.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/fluent-kit.git
https://github.com/vapor/fluent-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "sql-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "3.32.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/sql-kit.git"
}
],
"manifest_display_name" : "fluent-kit",
"name" : "fluent-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FluentKit",
"targets" : [
"FluentKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FluentBenchmark",
"targets" : [
"FluentBenchmark"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FluentSQL",
"targets" : [
"FluentSQL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XCTFluent",
"targets" : [
"XCTFluent"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTFluent",
"module_type" : "SwiftTarget",
"name" : "XCTFluent",
"path" : "Sources/XCTFluent",
"product_dependencies" : [
"NIOEmbedded"
],
"product_memberships" : [
"XCTFluent"
],
"sources" : [
"DummyDatabase.swift",
"TestDatabase.swift"
],
"target_dependencies" : [
"FluentKit"
],
"type" : "library"
},
{
"c99name" : "FluentSQL",
"module_type" : "SwiftTarget",
"name" : "FluentSQL",
"path" : "Sources/FluentSQL",
"product_dependencies" : [
"SQLKit"
],
"product_memberships" : [
"FluentBenchmark",
"FluentSQL"
],
"sources" : [
"ConverterUtilities.swift",
"DatabaseQuery+SQL.swift",
"DatabaseSchema+SQL.swift",
"Exports.swift",
"SQLDatabase+Model+Concurrency.swift",
"SQLDatabase+Model.swift",
"SQLJSONColumnPath+Deprecated.swift",
"SQLList+Deprecated.swift",
"SQLQualifiedTable+Deprecated.swift",
"SQLQueryConverter.swift",
"SQLSchemaConverter.swift"
],
"target_dependencies" : [
"FluentKit"
],
"type" : "library"
},
{
"c99name" : "FluentKitTests",
"module_type" : "SwiftTarget",
"name" : "FluentKitTests",
"path" : "Tests/FluentKitTests",
"sources" : [
"AsyncTests/AsyncFilterQueryTests.swift",
"AsyncTests/AsyncFluentKitTests.swift",
"AsyncTests/AsyncQueryBuilderTests.swift",
"CompositeIDTests.swift",
"DummyDatabaseForTestSQLSerializer.swift",
"FilterQueryTests.swift",
"FluentKitTests.swift",
"OptionalEnumQueryTests.swift",
"OptionalFieldQueryTests.swift",
"QueryBuilderTests.swift",
"SQLTests.swift",
"TestUtilities.swift"
],
"target_dependencies" : [
"FluentBenchmark",
"FluentSQL",
"XCTFluent"
],
"type" : "test"
},
{
"c99name" : "FluentKit",
"module_type" : "SwiftTarget",
"name" : "FluentKit",
"path" : "Sources/FluentKit",
"product_dependencies" : [
"NIO",
"NIOConcurrencyHelpers",
"NIOCore",
"NIOPosix",
"Logging",
"SQLKit"
],
"product_memberships" : [
"FluentKit",
"FluentBenchmark",
"FluentSQL",
"XCTFluent"
],
"sources" : [
"Concurrency/AsyncMigration.swift",
"Concurrency/AsyncModelMiddleware.swift",
"Concurrency/Children+Concurrency.swift",
"Concurrency/Database+Concurrency.swift",
"Concurrency/EnumBuilder+Concurrency.swift",
"Concurrency/Model+Concurrency.swift",
"Concurrency/ModelResponder+Concurrency.swift",
"Concurrency/OptionalChild+Concurrency.swift",
"Concurrency/OptionalParent+Concurrency.swift",
"Concurrency/Parent+Concurrency.swift",
"Concurrency/QueryBuilder+Concurrency.swift",
"Concurrency/Relation+Concurrency.swift",
"Concurrency/SchemaBuilder+Concurrency.swift",
"Concurrency/Siblings+Concurrency.swift",
"Database/Database+Logging.swift",
"Database/Database.swift",
"Database/DatabaseID.swift",
"Database/DatabaseInput.swift",
"Database/DatabaseOutput.swift",
"Database/Databases.swift",
"Database/KeyPrefixingStrategy.swift",
"Database/TransactionControlDatabase.swift",
"Enum/DatabaseEnum.swift",
"Enum/EnumBuilder.swift",
"Enum/EnumMetadata.swift",
"Enum/EnumProperty.swift",
"Enum/OptionalEnumProperty.swift",
"Exports.swift",
"FluentError.swift",
"Middleware/ModelMiddleware.swift",
"Middleware/ModelResponder.swift",
"Migration/Migration.swift",
"Migration/MigrationLog.swift",
"Migration/Migrations.swift",
"Migration/Migrator.swift",
"Model/AnyModel.swift",
"Model/EagerLoad.swift",
"Model/Fields+Codable.swift",
"Model/Fields.swift",
"Model/MirrorBypass.swift",
"Model/Model+CRUD.swift",
"Model/Model.swift",
"Model/ModelAlias.swift",
"Model/Schema.swift",
"Operators/FieldOperators.swift",
"Operators/Operators.swift",
"Operators/ValueOperators+Array.swift",
"Operators/ValueOperators+String.swift",
"Operators/ValueOperators.swift",
"Properties/Boolean.swift",
"Properties/BooleanPropertyFormat.swift",
"Properties/Children.swift",
"Properties/CompositeChildren.swift",
"Properties/CompositeID.swift",
"Properties/CompositeOptionalChild.swift",
"Properties/CompositeOptionalParent.swift",
"Properties/CompositeParent.swift",
"Properties/Field.swift",
"Properties/FieldKey.swift",
"Properties/Group.swift",
"Properties/ID.swift",
"Properties/OptionalBoolean.swift",
"Properties/OptionalChild.swift",
"Properties/OptionalField.swift",
"Properties/OptionalParent.swift",
"Properties/Parent.swift",
"Properties/Property.swift",
"Properties/Relation.swift",
"Properties/Siblings.swift",
"Properties/Timestamp.swift",
"Properties/TimestampFormat.swift",
"Query/Builder/QueryBuilder+Aggregate.swift",
"Query/Builder/QueryBuilder+EagerLoad.swift",
"Query/Builder/QueryBuilder+Filter.swift",
"Query/Builder/QueryBuilder+Group.swift",
"Query/Builder/QueryBuilder+Join+DirectRelations.swift",
"Query/Builder/QueryBuilder+Join.swift",
"Query/Builder/QueryBuilder+Paginate.swift",
"Query/Builder/QueryBuilder+Range.swift",
"Query/Builder/QueryBuilder+Set.swift",
"Query/Builder/QueryBuilder+Sort.swift",
"Query/Builder/QueryBuilder.swift",
"Query/Database/DatabaseQuery+Action.swift",
"Query/Database/DatabaseQuery+Aggregate.swift",
"Query/Database/DatabaseQuery+Field.swift",
"Query/Database/DatabaseQuery+Filter.swift",
"Query/Database/DatabaseQuery+Join.swift",
"Query/Database/DatabaseQuery+Range.swift",
"Query/Database/DatabaseQuery+Sort.swift",
"Query/Database/DatabaseQuery+Value.swift",
"Query/Database/DatabaseQuery.swift",
"Query/QueryHistory.swift",
"Schema/DatabaseSchema.swift",
"Schema/SchemaBuilder.swift",
"Utilities/OptionalType.swift",
"Utilities/RandomGeneratable.swift",
"Utilities/SomeCodingKey.swift",
"Utilities/UnsafeMutableTransferBox.swift"
],
"type" : "library"
},
{
"c99name" : "FluentBenchmark",
"module_type" : "SwiftTarget",
"name" : "FluentBenchmark",
"path" : "Sources/FluentBenchmark",
"product_dependencies" : [
"SQLKit",
"SQLKitBenchmark"
],
"product_memberships" : [
"FluentBenchmark"
],
"sources" : [
"Exports.swift",
"FluentBenchmarker.swift",
"SolarSystem/GalacticJurisdiction.swift",
"SolarSystem/Galaxy.swift",
"SolarSystem/Governor.swift",
"SolarSystem/Jurisdiction.swift",
"SolarSystem/Moon.swift",
"SolarSystem/Planet.swift",
"SolarSystem/PlanetTag.swift",
"SolarSystem/SolarSystem.swift",
"SolarSystem/Star.swift",
"SolarSystem/Tag.swift",
"Tests/AggregateTests.swift",
"Tests/ArrayTests.swift",
"Tests/BatchTests.swift",
"Tests/CRUDTests.swift",
"Tests/ChildTests.swift",
"Tests/ChildrenTests.swift",
"Tests/ChunkTests.swift",
"Tests/CodableTests.swift",
"Tests/CompositeIDTests.swift",
"Tests/CompositeRelationTests.swift",
"Tests/EagerLoadTests.swift",
"Tests/EnumTests.swift",
"Tests/FilterTests.swift",
"Tests/GroupTests.swift",
"Tests/IDTests.swift",
"Tests/JoinTests.swift",
"Tests/MiddlewareTests.swift",
"Tests/MigratorTests.swift",
"Tests/ModelTests.swift",
"Tests/OptionalParentTests.swift",
"Tests/PaginationTests.swift",
"Tests/ParentTests.swift",
"Tests/PerformanceTests+Siblings.swift",
"Tests/PerformanceTests.swift",
"Tests/RangeTests.swift",
"Tests/SQLTests.swift",
"Tests/SchemaTests.swift",
"Tests/SetTests.swift",
"Tests/SiblingsTests.swift",
"Tests/SoftDeleteTests.swift",
"Tests/SortTests.swift",
"Tests/TimestampTests.swift",
"Tests/TransactionTests.swift",
"Tests/UniqueTests.swift"
],
"target_dependencies" : [
"FluentKit",
"FluentSQL"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/vapor/sql-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[3377/9819] Fetching swift-log, sql-kit
[9820/85942] Fetching swift-log, sql-kit, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.89s)
[7506/82106] Fetching sql-kit, swift-nio
Fetched https://github.com/vapor/sql-kit.git from cache (9.08s)
Fetched https://github.com/apple/swift-nio.git from cache (9.24s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (10.30s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (1.05s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.01s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.77s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
[2/6108] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.82s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.12s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.12s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.40s)
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
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-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
Building for debugging...
[0/33] Write sources
[21/33] Compiling CNIOWindows WSAStartup.c
[22/33] Compiling CNIOWASI CNIOWASI.c
[23/33] Compiling CNIOWindows shim.c
[23/33] Write sources
[26/33] Compiling CNIODarwin shim.c
[27/33] Compiling CNIOLinux shim.c
[28/33] Compiling CNIOLinux liburing_shims.c
[29/33] Compiling _AtomicsShims.c
[30/33] Write swift-version-24593BA9C3E375BF.txt
[32/77] Emitting module Atomics
[33/79] Compiling Atomics AtomicOptionalWrappable.swift
[34/79] Compiling Atomics AtomicMemoryOrderings.swift
[35/80] Emitting module _NIOBase64
[36/80] Compiling _NIOBase64 Base64.swift
[37/80] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/81] Compiling Atomics DoubleWord.swift
[39/81] Compiling Atomics AtomicReference.swift
[40/81] Compiling Logging LogHandler.swift
[41/81] Compiling Atomics ManagedAtomic.swift
[42/81] Compiling Atomics ManagedAtomicLazyReference.swift
[43/81] Compiling Atomics UnsafeAtomic.swift
[44/81] Compiling Atomics UnsafeAtomicLazyReference.swift
[45/81] Compiling Logging Locks.swift
[46/81] Emitting module InternalCollectionsUtilities
[47/81] Compiling Atomics Primitives.native.swift
[48/81] Compiling Atomics OptionalRawRepresentable.swift
[49/81] Compiling Atomics IntegerConformances.swift
[50/81] Compiling Atomics PointerConformances.swift
[51/81] Emitting module Logging
[52/81] Compiling Atomics RawRepresentable.swift
[53/81] Compiling Atomics AtomicBool.swift
[54/81] Compiling _NIODataStructures _TinyArray.swift
[55/81] Compiling Atomics Primitives.shims.swift
[56/81] Compiling Atomics AtomicInteger.swift
[59/81] Compiling _NIODataStructures PriorityQueue.swift
[64/81] Compiling Atomics AtomicStorage.swift
[65/81] Compiling Atomics AtomicValue.swift
[73/81] Compiling Atomics IntegerOperations.swift
[74/81] Compiling Atomics Unmanaged extensions.swift
[75/82] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/83] Compiling c-nioatomics.c
[79/85] Compiling Logging MetadataProvider.swift
[80/99] Compiling Logging Logging.swift
[81/106] Emitting module _NIODataStructures
[82/107] Compiling _NIODataStructures Heap.swift
[85/306] Compiling HeapModule Heap+Descriptions.swift
[86/306] Compiling HashTreeCollections _Bucket.swift
[87/306] Compiling HashTreeCollections _Hash.swift
[88/308] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[89/308] Compiling HashTreeCollections _HashNode+Storage.swift
[90/308] Compiling HeapModule _HeapNode.swift
[91/308] Compiling HeapModule Heap.swift
[92/361] Compiling BitCollections BitArray+Copy.swift
[93/361] Compiling BitCollections BitArray+CustomReflectable.swift
[94/361] Compiling BitCollections BitArray+Descriptions.swift
[95/361] Compiling BitCollections BitArray+Equatable.swift
[95/361] Compiling c-atomics.c
[97/361] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[98/361] Compiling HeapModule Heap+Invariants.swift
[99/361] Compiling HeapModule Heap+UnsafeHandle.swift
[100/361] Emitting module HeapModule
[102/368] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[103/368] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[104/368] Compiling BitCollections BitSet+SetAlgebra union.swift
[105/368] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[106/368] Compiling BitCollections BitSet.Counted.swift
[107/368] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[108/368] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[109/368] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[110/368] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[111/368] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[112/368] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[113/368] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[114/368] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[115/368] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[116/375] Compiling HashTreeCollections TreeSet+Hashable.swift
[117/375] Compiling HashTreeCollections TreeSet+Sendable.swift
[118/375] Compiling HashTreeCollections TreeSet+Sequence.swift
[119/375] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[120/375] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[121/375] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[122/375] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[123/375] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[124/375] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[125/375] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[126/385] Compiling BitCollections BitArray+Invariants.swift
[127/385] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[128/385] Compiling NIOConcurrencyHelpers lock.swift
[129/385] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[130/385] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[131/385] Compiling BitCollections BitArray+Extras.swift
[132/385] Compiling BitCollections BitArray+Fill.swift
[133/385] Compiling NIOConcurrencyHelpers NIOLock.swift
[134/385] Compiling OrderedCollections OrderedSet+SubSequence.swift
[135/385] Compiling OrderedCollections OrderedSet+Testing.swift
[136/385] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[137/385] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[138/385] Compiling OrderedCollections OrderedSet.swift
[139/385] Compiling OrderedCollections _UnsafeBitset.swift
[140/385] Compiling HashTreeCollections TreeSet+Equatable.swift
[141/385] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[142/385] Compiling HashTreeCollections TreeSet+Extras.swift
[143/385] Compiling HashTreeCollections TreeSet+Filter.swift
[144/385] Compiling BitCollections BitSet+CustomReflectable.swift
[145/385] Compiling BitCollections BitSet+CustomStringConvertible.swift
[146/385] Compiling BitCollections BitSet+Equatable.swift
[147/385] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[148/385] Compiling BitCollections BitSet+Extras.swift
[149/385] Compiling BitCollections BitSet+Hashable.swift
[150/385] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[151/385] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[156/385] Compiling BitCollections BitArray+Hashable.swift
[157/385] Compiling BitCollections BitArray+Initializers.swift
[160/385] Compiling BitCollections BitSet+Initializers.swift
[161/385] Compiling BitCollections BitSet+Invariants.swift
[162/385] Compiling BitCollections BitSet+Random.swift
[163/385] Compiling BitCollections BitSet+SetAlgebra basics.swift
[164/385] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[165/385] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[166/385] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[167/385] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[168/385] Compiling BitCollections BitArray+BitwiseOperations.swift
[169/385] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[170/385] Compiling BitCollections BitArray+Codable.swift
[171/385] Compiling BitCollections BitArray+Collection.swift
[189/385] Emitting module BitCollections
[204/392] Emitting module DequeModule
[205/393] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[206/393] Emitting module NIOConcurrencyHelpers
[221/393] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[222/393] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[223/393] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[224/393] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[225/393] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[226/393] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[227/393] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[228/393] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[229/393] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[230/393] Compiling HashTreeCollections TreeSet.swift
[232/393] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[233/393] Compiling NIOConcurrencyHelpers atomics.swift
[243/454] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[244/454] Compiling NIOCore AddressedEnvelope.swift
[245/454] Compiling NIOCore AsyncAwaitSupport.swift
[246/454] Compiling NIOCore AsyncChannel.swift
[247/454] Compiling NIOCore AsyncChannelHandler.swift
[248/454] Compiling NIOCore AsyncChannelInboundStream.swift
[249/454] Compiling NIOCore AsyncChannelOutboundWriter.swift
[250/454] Compiling NIOCore NIOAsyncSequenceProducer.swift
[251/454] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[252/454] Compiling NIOCore NIOAsyncWriter.swift
[253/454] Compiling NIOCore CircularBuffer.swift
[254/454] Compiling NIOCore Codec.swift
[255/454] Compiling NIOCore ConvenienceOptionSupport.swift
[256/454] Compiling NIOCore DeadChannel.swift
[257/454] Compiling NIOCore DispatchQueue+WithFuture.swift
[258/454] Compiling NIOCore EventLoop+Deprecated.swift
[259/454] Compiling NIOCore IOData.swift
[260/454] Compiling NIOCore IPProtocol.swift
[261/454] Compiling NIOCore IntegerBitPacking.swift
[262/454] Compiling NIOCore IntegerTypes.swift
[263/454] Compiling NIOCore Interfaces.swift
[264/454] Compiling NIOCore Linux.swift
[265/454] Compiling NIOCore MarkedCircularBuffer.swift
[266/454] Compiling NIOCore MulticastChannel.swift
[267/454] Compiling NIOCore NIOAny.swift
[268/454] Compiling NIOCore NIOCloseOnErrorHandler.swift
[269/454] Compiling NIOCore NIOLoopBound.swift
[278/454] Compiling NIOCore ChannelInvoker.swift
[279/454] Compiling NIOCore ChannelOption.swift
[280/454] Compiling NIOCore ChannelPipeline.swift
[281/454] Compiling NIOCore IO.swift
[287/454] Compiling NIOCore RecvByteBufferAllocator.swift
[296/463] Compiling NIOCore FileDescriptor.swift
[297/463] Compiling NIOCore FileHandle.swift
[298/463] Compiling NIOCore FileRegion.swift
[299/463] Compiling NIOCore GlobalSingletons.swift
[300/463] Compiling NIOCore ByteBuffer-multi-int.swift
[301/463] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[302/463] Compiling NIOCore ByteBuffer-views.swift
[303/463] Compiling NIOCore Channel.swift
[304/463] Compiling NIOCore ChannelHandler.swift
[305/463] Compiling NIOCore ChannelHandlers.swift
[307/463] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[308/463] Compiling NIOCore NIOScheduledCallback.swift
[309/463] Compiling NIOCore NIOSendable.swift
[325/464] Compiling NIOCore EventLoop+SerialExecutor.swift
[326/464] Compiling NIOCore EventLoop.swift
[327/464] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[328/464] Compiling NIOCore EventLoopFuture+Deprecated.swift
[329/464] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[330/464] Compiling NIOCore EventLoopFuture.swift
[341/464] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[342/464] Compiling NIOCore BSDSocketAPI.swift
[343/464] Compiling NIOCore ByteBuffer-aux.swift
[344/464] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[345/464] Compiling NIOCore ByteBuffer-conversions.swift
[346/464] Compiling NIOCore ByteBuffer-core.swift
[347/464] Compiling NIOCore ByteBuffer-hex.swift
[348/464] Compiling NIOCore ByteBuffer-int.swift
[351/464] Emitting module OrderedCollections
[394/473] Emitting module _RopeModule
[403/473] Emitting module HashTreeCollections
[405/474] Compiling _RopeModule Rope+Join.swift
[406/474] Compiling _RopeModule Rope+MutatingForEach.swift
[407/474] Compiling _RopeModule Rope+Remove.swift
[408/474] Compiling _RopeModule Rope+RemoveSubrange.swift
[409/474] Compiling _RopeModule Rope+Split.swift
[410/474] Compiling _RopeModule Optional Utilities.swift
[411/474] Compiling _RopeModule String Utilities.swift
[412/474] Compiling _RopeModule String.Index+ABI.swift
[413/474] Compiling _RopeModule _CharacterRecognizer.swift
[432/477] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[433/477] Compiling NIOCore SocketAddresses.swift
[434/477] Compiling NIOCore SocketOptionProvider.swift
[435/477] Compiling NIOCore SystemCallHelpers.swift
[436/477] Compiling NIOCore TimeAmount+Duration.swift
[437/477] Compiling NIOCore TypeAssistedChannelHandler.swift
[438/477] Compiling NIOCore UniversalBootstrapSupport.swift
[439/477] Compiling NIOCore Utilities.swift
[440/477] Emitting module Collections
[441/477] Compiling Collections Collections.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[478/478] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 Logging Locks.swift
[3/51] Compiling Logging LogHandler.swift
[4/51] Compiling Logging MetadataProvider.swift
[5/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/52] Compiling NIOConcurrencyHelpers lock.swift
[7/52] Compiling Atomics AtomicOptionalWrappable.swift
[8/52] Compiling Atomics AtomicReference.swift
[9/52] Compiling Atomics AtomicStorage.swift
[10/52] Compiling Atomics AtomicValue.swift
[11/52] Emitting module Logging
[12/52] Compiling Atomics UnsafeAtomic.swift
[13/52] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/52] Compiling Atomics ManagedAtomic.swift
[15/52] Compiling Atomics ManagedAtomicLazyReference.swift
[16/54] Compiling NIOConcurrencyHelpers NIOLock.swift
[17/54] Compiling Atomics AtomicMemoryOrderings.swift
[18/54] Compiling Atomics DoubleWord.swift
[19/54] Compiling _NIODataStructures Heap.swift
[20/54] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[21/54] Compiling Atomics OptionalRawRepresentable.swift
[22/54] Compiling Atomics RawRepresentable.swift
[23/54] Emitting module _NIODataStructures
[24/54] Compiling _NIODataStructures PriorityQueue.swift
[25/54] Compiling _NIODataStructures _TinyArray.swift
[26/55] Emitting module _NIOBase64
[27/55] Compiling _NIOBase64 Base64.swift
[28/56] Emitting module NIOConcurrencyHelpers
[29/56] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[31/56] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[32/56] Compiling NIOConcurrencyHelpers atomics.swift
[33/56] Compiling Atomics Primitives.shims.swift
[34/56] Compiling Atomics AtomicInteger.swift
[40/57] Emitting module InternalCollectionsUtilities
[41/57] Compiling Atomics IntegerOperations.swift
[42/57] Compiling Atomics Unmanaged extensions.swift
[43/57] Compiling Atomics PointerConformances.swift
[44/57] Compiling Atomics Primitives.native.swift
[45/57] Compiling Atomics AtomicBool.swift
[46/57] Compiling Atomics IntegerConformances.swift
[51/241] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[52/273] Compiling Logging Logging.swift
[53/333] Compiling HeapModule Heap+Descriptions.swift
[54/333] Compiling _RopeModule BigString+Comparable.swift
[55/333] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[57/335] Compiling _RopeModule BigString+Debugging.swift
[58/335] Compiling _RopeModule BigString+Index.swift
[59/335] Compiling HeapModule _HeapNode.swift
[60/335] Compiling HeapModule Heap.swift
[61/335] Compiling HeapModule Heap+UnsafeHandle.swift
[62/335] Compiling HeapModule Heap+Invariants.swift
[63/335] Emitting module HeapModule
[65/336] Compiling _RopeModule BigString+Chunk+Description.swift
[66/336] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[67/336] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[68/336] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[69/336] Compiling _RopeModule BigString+Chunk+Splitting.swift
[70/336] Compiling _RopeModule BigString+Chunk.swift
[71/336] Compiling _RopeModule BigString+BidirectionalCollection.swift
[72/343] Compiling DequeModule _DequeSlot.swift
[73/343] Compiling DequeModule _UnsafeWrappedBuffer.swift
[74/343] Compiling _RopeModule _RopePath.swift
[75/343] Compiling _RopeModule BigString+Append.swift
[76/343] Compiling _RopeModule BigString+Initializers.swift
[77/343] Compiling _RopeModule BigString+Insert.swift
[78/343] Compiling _RopeModule BigString+Managing Breaks.swift
[79/343] Compiling _RopeModule BigString+RemoveSubrange.swift
[80/343] Compiling _RopeModule BigString+ReplaceSubrange.swift
[81/343] Compiling _RopeModule BigString+Iterators.swift
[82/343] Compiling _RopeModule BigString+Metrics.swift
[83/343] Compiling _RopeModule BigString+Summary.swift
[84/343] Compiling _RopeModule BigString.swift
[85/343] Compiling _RopeModule BigString+UnicodeScalarView.swift
[86/343] Compiling _RopeModule BigSubstring+UTF16View.swift
[87/343] Compiling _RopeModule BigSubstring+UTF8View.swift
[88/350] Emitting module BitCollections
[91/350] Compiling _RopeModule Rope+_Storage.swift
[92/350] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[93/350] Compiling _RopeModule Rope+_UnsafeHandle.swift
[94/350] Compiling _RopeModule Rope.swift
[95/350] Compiling _RopeModule RopeElement.swift
[96/350] Compiling _RopeModule RopeMetric.swift
[97/350] Compiling _RopeModule BigString+Sequence.swift
[98/350] Compiling _RopeModule BigString+TextOutputStream.swift
[99/350] Compiling _RopeModule BigString+Builder.swift
[100/350] Compiling _RopeModule BigString+Contents.swift
[101/350] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[102/350] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[103/350] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[104/350] Compiling _RopeModule BigString+Hashing.swift
[111/350] Compiling _RopeModule RopeSummary.swift
[112/350] Compiling _RopeModule _RopeItem.swift
[113/350] Compiling _RopeModule BigSubstring.swift
[114/350] Compiling _RopeModule Rope+Builder.swift
[115/350] Compiling _RopeModule Rope+Debugging.swift
[116/350] Compiling _RopeModule Rope+Invariants.swift
[117/350] Compiling _RopeModule Rope+_Node.swift
[118/350] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[119/350] Compiling _RopeModule BigString+Chunk+Breaks.swift
[120/350] Compiling _RopeModule BigString+Chunk+Counts.swift
[128/350] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[131/350] Compiling _RopeModule BigString+CustomStringConvertible.swift
[132/350] Compiling _RopeModule BigString+Equatable.swift
[170/360] Emitting module DequeModule
[172/361] Emitting module Atomics
[196/362] Compiling BitCollections BitSet.swift
[197/362] Compiling BitCollections Range+Utilities.swift
[198/362] Compiling BitCollections Slice+Utilities.swift
[199/362] Compiling BitCollections UInt+Tricks.swift
[200/362] Compiling BitCollections _Word.swift
[201/362] Compiling OrderedCollections OrderedSet.swift
[202/362] Compiling OrderedCollections _UnsafeBitset.swift
[203/362] Compiling BitCollections BitSet.Index.swift
[204/362] Compiling BitCollections BitSet._UnsafeHandle.swift
[210/363] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[211/363] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[212/363] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[213/363] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[214/363] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[215/363] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[216/363] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[217/363] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[218/363] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[219/363] Compiling HashTreeCollections TreeSet.swift
[221/363] Emitting module OrderedCollections
[230/424] Compiling _RopeModule Rope+Find.swift
[231/424] Compiling _RopeModule Rope+ForEachWhile.swift
[232/424] Compiling _RopeModule Rope+Insert.swift
[233/424] Compiling HashTreeCollections _RawHashNode.swift
[234/424] Compiling HashTreeCollections _UnmanagedHashNode.swift
[235/424] Compiling HashTreeCollections _UnsafePath.swift
[236/424] Compiling HashTreeCollections TreeDictionary+Codable.swift
[237/424] Compiling HashTreeCollections TreeDictionary+Collection.swift
[238/424] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[239/424] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[240/424] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[241/424] Compiling NIOCore EventLoop+Deprecated.swift
[242/424] Compiling NIOCore EventLoop+SerialExecutor.swift
[243/424] Compiling NIOCore EventLoop.swift
[244/424] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[245/424] Compiling NIOCore EventLoopFuture+Deprecated.swift
[246/424] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[247/424] Compiling NIOCore EventLoopFuture.swift
[248/424] Compiling NIOCore FileDescriptor.swift
[249/424] Compiling NIOCore FileHandle.swift
[250/424] Compiling NIOCore FileRegion.swift
[251/424] Compiling NIOCore GlobalSingletons.swift
[252/424] Compiling NIOCore NIOLoopBound.swift
[253/424] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[254/424] Compiling NIOCore NIOScheduledCallback.swift
[255/424] Compiling NIOCore NIOSendable.swift
[256/424] Compiling NIOCore RecvByteBufferAllocator.swift
[259/424] Compiling _RopeModule Rope+Sequence.swift
[260/424] Compiling _RopeModule Rope+Append.swift
[261/424] Compiling _RopeModule Rope+Extract.swift
[262/424] Emitting module _RopeModule
[268/433] Compiling NIOCore IO.swift
[269/433] Compiling NIOCore IOData.swift
[270/433] Compiling NIOCore IPProtocol.swift
[271/433] Compiling NIOCore IntegerBitPacking.swift
[272/433] Compiling NIOCore IntegerTypes.swift
[282/433] Compiling NIOCore AddressedEnvelope.swift
[283/433] Compiling NIOCore AsyncAwaitSupport.swift
[284/433] Compiling NIOCore AsyncChannel.swift
[285/433] Compiling NIOCore AsyncChannelHandler.swift
[286/433] Compiling NIOCore AsyncChannelInboundStream.swift
[287/433] Compiling NIOCore AsyncChannelOutboundWriter.swift
[288/433] Compiling NIOCore NIOAsyncSequenceProducer.swift
[289/433] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[290/433] Compiling NIOCore NIOAsyncWriter.swift
[291/433] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[292/433] Compiling NIOCore BSDSocketAPI.swift
[293/433] Compiling NIOCore ByteBuffer-aux.swift
[294/433] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[295/433] Compiling NIOCore ByteBuffer-conversions.swift
[296/433] Compiling NIOCore ByteBuffer-core.swift
[297/433] Compiling NIOCore ByteBuffer-hex.swift
[298/433] Compiling NIOCore ByteBuffer-int.swift
[299/433] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[300/433] Compiling NIOCore ByteBuffer-multi-int.swift
[301/433] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[302/433] Compiling NIOCore ByteBuffer-views.swift
[303/433] Compiling NIOCore Channel.swift
[304/433] Compiling NIOCore ChannelHandler.swift
[305/433] Compiling NIOCore ChannelHandlers.swift
[306/433] Compiling NIOCore ChannelInvoker.swift
[307/433] Compiling NIOCore ChannelOption.swift
[308/433] Compiling NIOCore ChannelPipeline.swift
[309/433] Compiling NIOCore CircularBuffer.swift
[310/433] Compiling NIOCore Codec.swift
[311/433] Compiling NIOCore ConvenienceOptionSupport.swift
[312/433] Compiling NIOCore DeadChannel.swift
[313/433] Compiling NIOCore DispatchQueue+WithFuture.swift
[319/433] Compiling NIOCore Interfaces.swift
[320/433] Compiling NIOCore Linux.swift
[321/433] Compiling NIOCore MarkedCircularBuffer.swift
[322/433] Compiling NIOCore MulticastChannel.swift
[323/433] Compiling NIOCore NIOAny.swift
[324/433] Compiling NIOCore NIOCloseOnErrorHandler.swift
[333/441] Emitting module HashTreeCollections
[334/442] Compiling _RopeModule Rope+Join.swift
[335/442] Compiling _RopeModule Rope+MutatingForEach.swift
[336/442] Compiling _RopeModule Rope+Remove.swift
[337/442] Compiling _RopeModule Rope+RemoveSubrange.swift
[338/442] Compiling _RopeModule Rope+Split.swift
[339/442] Compiling _RopeModule Optional Utilities.swift
[340/442] Compiling _RopeModule String Utilities.swift
[341/442] Compiling _RopeModule String.Index+ABI.swift
[342/442] Compiling _RopeModule _CharacterRecognizer.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[409/445] Compiling Collections Collections.swift
[410/445] Emitting module Collections
[420/446] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[421/446] Compiling NIOCore SocketAddresses.swift
[422/446] Compiling NIOCore SocketOptionProvider.swift
[423/446] Compiling NIOCore SystemCallHelpers.swift
[424/446] Compiling NIOCore TimeAmount+Duration.swift
[425/446] Compiling NIOCore TypeAssistedChannelHandler.swift
[426/446] Compiling NIOCore UniversalBootstrapSupport.swift
[427/446] Compiling NIOCore Utilities.swift
[446/446] Emitting module NIOCore
BUILD FAILURE 6.1 wasm