Build Information
Failed to build SwifQLNIO, reference master (72d0ca
), with Swift 6.1 for Wasm on 27 May 2025 18:58:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MihaelIsaev/SwifQLNIO.git
Reference: master
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/MihaelIsaev/SwifQLNIO
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 72d0ca6 Update README.md
Cloned https://github.com/MihaelIsaev/SwifQLNIO.git
Revision (git rev-parse @):
72d0ca6be51c67db9d29426f9024a5da4168968f
SUCCESS checkout https://github.com/MihaelIsaev/SwifQLNIO.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/MihaelIsaev/SwifQLNIO.git
https://github.com/MihaelIsaev/SwifQLNIO.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swifql",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MihaelIsaev/SwifQL.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.10.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
}
],
"manifest_display_name" : "SwifQLNIO",
"name" : "SwifQLNIO",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwifQLNIO",
"targets" : [
"SwifQLNIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwifQLNIOTests",
"module_type" : "SwiftTarget",
"name" : "SwifQLNIOTests",
"path" : "Tests/SwifQLNIOTests",
"sources" : [
"SwifQLNIOTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwifQLNIO"
],
"type" : "test"
},
{
"c99name" : "SwifQLNIO",
"module_type" : "SwiftTarget",
"name" : "SwifQLNIO",
"path" : "Sources/SwifQLNIO",
"product_dependencies" : [
"NIO",
"SwifQL"
],
"product_memberships" : [
"SwifQLNIO"
],
"sources" : [
"Exports.swift",
"KeyPath.swift",
"Reflectable.swift",
"ReflectedPropertyCache.swift",
"SwifQLEnum.swift",
"SwifQLTable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/MihaelIsaev/SwifQL.git
[1/2366] Fetching swifql
[2367/78421] Fetching swifql, swift-nio
Fetched https://github.com/MihaelIsaev/SwifQL.git from cache (4.93s)
Fetched https://github.com/apple/swift-nio.git from cache (5.05s)
Computing version for https://github.com/MihaelIsaev/SwifQL.git
Computed https://github.com/MihaelIsaev/SwifQL.git at 1.6.0 (7.25s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.24s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[167/20982] Fetching swift-collections, swift-system
[1017/22692] Fetching swift-collections, swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
[6190/18301] Fetching swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.65s)
Fetched https://github.com/apple/swift-collections.git from cache (1.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.65s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.29s)
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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/MihaelIsaev/SwifQL.git
Working copy of https://github.com/MihaelIsaev/SwifQL.git resolved at 1.6.0
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOWindows shim.c
[11/22] Compiling CNIOWASI CNIOWASI.c
[11/22] Compiling _AtomicsShims.c
[11/22] Compiling CNIOWindows WSAStartup.c
[13/22] Write sources
[16/22] Compiling CNIOLinux liburing_shims.c
[17/22] Compiling CNIODarwin shim.c
[18/22] Compiling CNIOLinux shim.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[20/125] Compiling c-nioatomics.c
[22/125] Emitting module Atomics
[23/127] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/127] Compiling SwifQL Distinct.swift
[25/127] Compiling SwifQL ExtractFieldValue.swift
[26/128] Compiling SwifQL Operators.swift
[27/128] Compiling SwifQL PostgresArray.swift
[28/128] Compiling SwifQL Functions.swift
[29/128] Compiling SwifQL KeyPath.swift
[30/128] Compiling Atomics IntegerOperations.swift
[31/128] Compiling Atomics Unmanaged extensions.swift
[32/128] Compiling SwifQL PostgresJsonObject.swift
[33/128] Compiling SwifQL Predicates.swift
[34/128] Compiling SwifQL Protocols.swift
[35/128] Compiling SwifQL StringExtensions.swift
[36/128] Emitting module _NIOBase64
[37/128] Compiling _NIOBase64 Base64.swift
[38/128] Emitting module InternalCollectionsUtilities
[39/128] Compiling SwifQL SwifQL.swift
[40/128] Compiling SwifQL SwifQLJoinBuilder.swift
[41/129] Compiling SwifQL FluentKitFieldable.swift
[42/129] Compiling _NIODataStructures _TinyArray.swift
[43/129] Compiling SwifQL FormattedKeyPath.swift
[44/129] Compiling _NIODataStructures PriorityQueue.swift
[45/129] Compiling SwifQL SwifQLSelectBuilder.swift
[46/129] Compiling SwifQL CaseWhen.swift
[47/129] Compiling SwifQL CastType.swift
[48/129] Compiling SwifQL Column.swift
[62/130] Compiling c-atomics.c
[64/130] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[66/131] Emitting module _NIODataStructures
[67/131] Compiling _NIODataStructures Heap.swift
[69/153] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[70/153] Compiling NIOConcurrencyHelpers lock.swift
[71/153] Compiling NIOConcurrencyHelpers NIOLock.swift
[72/153] Compiling DequeModule _DequeBuffer.swift
[73/153] Compiling DequeModule _DequeBufferHeader.swift
[74/155] Compiling DequeModule Deque+CustomReflectable.swift
[75/155] Compiling DequeModule Deque+Descriptions.swift
[76/155] Compiling DequeModule Deque+Codable.swift
[77/155] Compiling DequeModule Deque+Collection.swift
[80/155] Compiling DequeModule Deque+Equatable.swift
[81/155] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[82/155] Compiling DequeModule Deque+Extras.swift
[83/155] Compiling DequeModule Deque+Hashable.swift
[84/155] Compiling DequeModule Deque+Testing.swift
[87/163] Compiling SwifQL SwifQLable+And.swift
[88/163] Compiling SwifQL SwifQLable+Between.swift
[89/163] Compiling SwifQL SwifQLable+Conflict.swift
[90/163] Compiling SwifQL SwifQLable+Constraint.swift
[91/163] Compiling SwifQL SwifQLable+Delete.swift
[92/163] Compiling SwifQL SwifQLable+Do.swift
[93/163] Compiling SwifQL SwifQLable+Epoch.swift
[94/163] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[95/163] Emitting module NIOConcurrencyHelpers
[96/163] Compiling SwifQL SwifQLable+Interval.swift
[97/163] Compiling SwifQL SwifQLable+IsNotNull.swift
[98/163] Compiling SwifQL SwifQLable+IsNull.swift
[99/163] Compiling SwifQL SwifQLable+Join.swift
[100/163] Compiling SwifQL SwifQLable+Like.swift
[101/163] Compiling SwifQL SwifQLable+Limit.swift
[102/163] Compiling SwifQL SwifQLable+Not.swift
[103/163] Compiling SwifQL SwifQLable+NotBetween.swift
[104/163] Compiling SwifQL SwifQLable+NotExists.swift
[105/163] Compiling SwifQL SwifQLable+Exists.swift
[106/163] Compiling SwifQL SwifQLable+Filter.swift
[107/163] Compiling SwifQL SwifQLable+From.swift
[108/163] Compiling SwifQL SwifQLable+Fulltext.swift
[109/163] Compiling SwifQL SwifQLable+GroupBy.swift
[110/163] Compiling SwifQL SwifQLable+Having.swift
[111/163] Compiling SwifQL SwifQLable+ILike.swift
[112/163] Compiling SwifQL SwifQLable+In.swift
[113/163] Compiling SwifQL SwifQLable+InsertInto.swift
[114/163] Compiling SwifQL SwifQLable+NotILike.swift
[115/163] Compiling SwifQL SwifQLable+NotIn.swift
[116/163] Compiling SwifQL SwifQLable+NotLike.swift
[117/163] Compiling SwifQL SwifQLable+Nothing.swift
[118/163] Compiling SwifQL SwifQLable+Offset.swift
[119/163] Compiling SwifQL SwifQLable+On.swift
[120/163] Compiling SwifQL SwifQLable+Or.swift
[121/163] Compiling SwifQL SwifQLable+OrderBy.swift
[122/163] Compiling SwifQL SwifQLable+Overlaps.swift
[123/163] Compiling SwifQL SwifQLable+Raw.swift
[124/163] Compiling SwifQL SwifQLable+Returning.swift
[125/163] Compiling SwifQL SwifQLable+Select.swift
[126/163] Compiling SwifQL SwifQLable+Subscript.swift
[127/163] Compiling SwifQL SwifQLable+Timestamp.swift
[128/163] Compiling SwifQL SwifQLable+Types.swift
[129/163] Compiling SwifQL SwifQLable+Union.swift
[130/163] Compiling SwifQL SwifQLable+Update.swift
[131/163] Compiling SwifQL SwifQLable+Values.swift
[132/163] Compiling NIOConcurrencyHelpers atomics.swift
[137/164] Compiling DequeModule Deque._Storage.swift
[140/164] Compiling DequeModule Deque._UnsafeHandle.swift
[141/164] Compiling DequeModule Deque.swift
[142/164] Compiling DequeModule _DequeSlot.swift
[143/164] Compiling DequeModule _UnsafeWrappedBuffer.swift
[146/164] Emitting module DequeModule
[147/165] Emitting module SwifQL
[158/165] Compiling SwifQL SwifQLable+Where.swift
[159/165] Compiling SwifQL SwifQLable+WhereExists.swift
[160/165] Compiling SwifQL SwifQLable+WhereNotExists.swift
[161/165] Compiling SwifQL SwifQLable+With.swift
[162/165] Compiling SwifQL SwifQLable.swift
[163/165] Compiling SwifQL Table.swift
[164/165] Compiling SwifQL TableWithColumn.swift
[165/165] Compiling SwifQL Tableable.swift
[167/226] Compiling NIOCore MulticastChannel.swift
[168/226] Compiling NIOCore NIOAny.swift
[169/226] Compiling NIOCore NIOCloseOnErrorHandler.swift
[170/226] Compiling NIOCore NIOLoopBound.swift
[171/226] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[172/226] Compiling NIOCore NIOScheduledCallback.swift
[173/226] Compiling NIOCore NIOSendable.swift
[174/226] Compiling NIOCore RecvByteBufferAllocator.swift
[175/234] Compiling NIOCore IO.swift
[176/234] Compiling NIOCore IOData.swift
[177/234] Compiling NIOCore IPProtocol.swift
[178/234] Compiling NIOCore IntegerBitPacking.swift
[179/234] Compiling NIOCore IntegerTypes.swift
[180/234] Compiling NIOCore Interfaces.swift
[181/234] Compiling NIOCore Linux.swift
[182/234] Compiling NIOCore MarkedCircularBuffer.swift
[183/234] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[184/234] Compiling NIOCore EventLoopFuture+Deprecated.swift
[185/234] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[186/234] Compiling NIOCore EventLoopFuture.swift
[187/234] Compiling NIOCore FileDescriptor.swift
[188/234] Compiling NIOCore FileHandle.swift
[189/234] Compiling NIOCore FileRegion.swift
[190/234] Compiling NIOCore GlobalSingletons.swift
[191/234] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[192/234] Compiling NIOCore SocketAddresses.swift
[193/234] Compiling NIOCore SocketOptionProvider.swift
[194/234] Compiling NIOCore SystemCallHelpers.swift
[195/234] Compiling NIOCore TimeAmount+Duration.swift
[196/234] Compiling NIOCore TypeAssistedChannelHandler.swift
[197/234] Compiling NIOCore UniversalBootstrapSupport.swift
[198/234] Compiling NIOCore Utilities.swift
[199/234] Compiling NIOCore CircularBuffer.swift
[200/234] Compiling NIOCore Codec.swift
[201/234] Compiling NIOCore ConvenienceOptionSupport.swift
[202/234] Compiling NIOCore DeadChannel.swift
[203/234] Compiling NIOCore DispatchQueue+WithFuture.swift
[204/234] Compiling NIOCore EventLoop+Deprecated.swift
[205/234] Compiling NIOCore EventLoop+SerialExecutor.swift
[206/234] Compiling NIOCore EventLoop.swift
[207/234] Compiling NIOCore ByteBuffer-multi-int.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:
[208/234] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.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:
[209/234] Compiling NIOCore ByteBuffer-views.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:
[210/234] Compiling NIOCore Channel.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:
[211/234] Compiling NIOCore ChannelHandler.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:
[212/234] Compiling NIOCore ChannelHandlers.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:
[213/234] Compiling NIOCore ChannelInvoker.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:
[214/234] Compiling NIOCore ChannelOption.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:
[215/234] Compiling NIOCore ChannelPipeline.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:
[216/234] Compiling NIOCore AddressedEnvelope.swift
[217/234] Compiling NIOCore AsyncAwaitSupport.swift
[218/234] Compiling NIOCore AsyncChannel.swift
[219/234] Compiling NIOCore AsyncChannelHandler.swift
[220/234] Compiling NIOCore AsyncChannelInboundStream.swift
[221/234] Compiling NIOCore AsyncChannelOutboundWriter.swift
[222/234] Compiling NIOCore NIOAsyncSequenceProducer.swift
[223/234] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[224/234] Compiling NIOCore NIOAsyncWriter.swift
[225/234] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[226/234] Compiling NIOCore BSDSocketAPI.swift
[227/234] Compiling NIOCore ByteBuffer-aux.swift
[228/234] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[229/234] Compiling NIOCore ByteBuffer-conversions.swift
[230/234] Compiling NIOCore ByteBuffer-core.swift
[231/234] Compiling NIOCore ByteBuffer-hex.swift
[232/234] Compiling NIOCore ByteBuffer-int.swift
[233/234] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[234/234] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/46] Compiling Atomics Primitives.native.swift
[3/46] Compiling Atomics Primitives.shims.swift
[4/64] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[5/111] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[6/111] Compiling SwifQL SwifQLable+NotBetween.swift
[7/111] Compiling SwifQL SwifQLable+NotExists.swift
[8/113] Compiling NIOConcurrencyHelpers lock.swift
[9/113] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/113] Compiling SwifQL SwifQLable+Limit.swift
[11/113] Compiling SwifQL SwifQLable+Not.swift
[12/113] Compiling SwifQL SwifQLable+From.swift
[13/113] Compiling SwifQL SwifQLable+Fulltext.swift
[14/113] Compiling SwifQL SwifQLable+IsNotNull.swift
[15/113] Compiling SwifQL SwifQLable+IsNull.swift
[16/113] Compiling SwifQL SwifQLable+Exists.swift
[17/113] Compiling SwifQL SwifQLable+Filter.swift
[19/113] Compiling Atomics IntegerOperations.swift
[20/113] Compiling Atomics Unmanaged extensions.swift
[21/113] Compiling SwifQL SwifQLable+Join.swift
[22/113] Compiling SwifQL SwifQLable+Like.swift
[23/113] Compiling NIOConcurrencyHelpers atomics.swift
[24/113] Compiling NIOConcurrencyHelpers NIOLock.swift
[27/113] Compiling _NIODataStructures PriorityQueue.swift
[28/113] Compiling _NIODataStructures _TinyArray.swift
[33/113] Compiling SwifQL SwifQLable+GroupBy.swift
[34/113] Compiling SwifQL SwifQLable+Having.swift
[35/113] Compiling SwifQL SwifQLable+ILike.swift
[36/113] Compiling SwifQL SwifQLable+In.swift
[37/113] Compiling SwifQL SwifQLable+InsertInto.swift
[38/121] Emitting module _NIODataStructures
[39/121] Compiling _NIODataStructures Heap.swift
[40/122] Emitting module NIOConcurrencyHelpers
[41/122] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[45/123] Emitting module _NIOBase64
[46/123] Compiling _NIOBase64 Base64.swift
[48/124] Compiling SwifQL SwifQLable+Raw.swift
[49/124] Compiling SwifQL SwifQLable+Returning.swift
[50/124] Compiling SwifQL SwifQLable+Select.swift
[51/124] Compiling SwifQL SwifQLable+Subscript.swift
[52/124] Compiling SwifQL SwifQLable+Timestamp.swift
[53/124] Compiling SwifQL SwifQLable+Types.swift
[54/124] Compiling SwifQL SwifQLable+Union.swift
[55/124] Compiling SwifQL SwifQLable+Update.swift
[56/124] Compiling SwifQL SwifQLable+Values.swift
[58/124] Emitting module SwifQL
[60/124] Emitting module InternalCollectionsUtilities
[66/136] Compiling SwifQL SwifQLable+Where.swift
[67/136] Compiling SwifQL SwifQLable+WhereExists.swift
[68/136] Compiling SwifQL SwifQLable+WhereNotExists.swift
[69/136] Compiling SwifQL SwifQLable+With.swift
[70/136] Compiling SwifQL SwifQLable.swift
[71/136] Compiling SwifQL Table.swift
[72/136] Compiling SwifQL TableWithColumn.swift
[73/136] Compiling SwifQL Tableable.swift
[74/140] Compiling DequeModule _DequeBuffer.swift
[75/140] Compiling DequeModule _DequeBufferHeader.swift
[76/142] Compiling DequeModule Deque+Extras.swift
[77/142] Compiling DequeModule Deque+Hashable.swift
[78/142] Compiling DequeModule Deque+CustomReflectable.swift
[79/142] Compiling DequeModule Deque+Descriptions.swift
[80/142] Compiling DequeModule _DequeSlot.swift
[81/142] Compiling DequeModule _UnsafeWrappedBuffer.swift
[82/142] Compiling DequeModule Deque+Testing.swift
[83/142] Compiling DequeModule Deque._Storage.swift
[84/142] Compiling DequeModule Deque+Equatable.swift
[85/142] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/142] Compiling DequeModule Deque._UnsafeHandle.swift
[87/142] Compiling DequeModule Deque.swift
[88/142] Compiling DequeModule Deque+Codable.swift
[89/142] Compiling DequeModule Deque+Collection.swift
[90/142] Emitting module Atomics
[94/142] Emitting module DequeModule
[102/144] Compiling SwifQL PostgresJsonObject.swift
[103/144] Compiling SwifQL Predicates.swift
[104/144] Compiling SwifQL Protocols.swift
[105/144] Compiling SwifQL StringExtensions.swift
[106/144] Compiling SwifQL SwifQL.swift
[107/144] Compiling SwifQL SwifQLJoinBuilder.swift
[108/144] Compiling SwifQL SwifQLSelectBuilder.swift
[109/144] Compiling SwifQL SwifQLTableAlias.swift
[110/144] Compiling SwifQL SwifQLable+Alter.swift
[111/144] Compiling SwifQL SwifQLable+And.swift
[112/144] Compiling SwifQL SwifQLable+Between.swift
[113/144] Compiling SwifQL SwifQLable+Conflict.swift
[114/144] Compiling SwifQL SwifQLable+Constraint.swift
[115/144] Compiling SwifQL SwifQLable+Delete.swift
[116/144] Compiling SwifQL SwifQLable+Do.swift
[117/144] Compiling SwifQL SwifQLable+Epoch.swift
[118/144] Compiling SwifQL CaseWhen.swift
[119/144] Compiling SwifQL CastType.swift
[120/144] Compiling SwifQL Column.swift
[121/144] Compiling SwifQL Distinct.swift
[122/144] Compiling SwifQL ExtractFieldValue.swift
[123/144] Compiling SwifQL FluentKitFieldable.swift
[124/144] Compiling SwifQL FormattedKeyPath.swift
[125/144] Compiling SwifQL Functions.swift
[126/144] Compiling SwifQL KeyPath.swift
[127/144] Compiling SwifQL SwifQLable+NotILike.swift
[128/144] Compiling SwifQL SwifQLable+NotIn.swift
[129/144] Compiling SwifQL SwifQLable+NotLike.swift
[130/144] Compiling SwifQL SwifQLable+Nothing.swift
[131/144] Compiling SwifQL SwifQLable+Offset.swift
[132/144] Compiling SwifQL SwifQLable+On.swift
[133/144] Compiling SwifQL SwifQLable+Or.swift
[134/144] Compiling SwifQL SwifQLable+OrderBy.swift
[135/144] Compiling SwifQL SwifQLable+Overlaps.swift
[146/205] Compiling NIOCore MulticastChannel.swift
[147/205] Compiling NIOCore NIOAny.swift
[148/205] Compiling NIOCore NIOCloseOnErrorHandler.swift
[149/205] Compiling NIOCore NIOLoopBound.swift
[150/205] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[151/205] Compiling NIOCore NIOScheduledCallback.swift
[152/205] Compiling NIOCore NIOSendable.swift
[153/205] Compiling NIOCore RecvByteBufferAllocator.swift
[154/213] Compiling NIOCore IO.swift
[155/213] Compiling NIOCore IOData.swift
[156/213] Compiling NIOCore IPProtocol.swift
[157/213] Compiling NIOCore IntegerBitPacking.swift
[158/213] Compiling NIOCore IntegerTypes.swift
[159/213] Compiling NIOCore Interfaces.swift
[160/213] Compiling NIOCore Linux.swift
[161/213] Compiling NIOCore MarkedCircularBuffer.swift
[162/213] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[163/213] Compiling NIOCore EventLoopFuture+Deprecated.swift
[164/213] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[165/213] Compiling NIOCore EventLoopFuture.swift
[166/213] Compiling NIOCore FileDescriptor.swift
[167/213] Compiling NIOCore FileHandle.swift
[168/213] Compiling NIOCore FileRegion.swift
[169/213] Compiling NIOCore GlobalSingletons.swift
[170/213] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[171/213] Compiling NIOCore SocketAddresses.swift
[172/213] Compiling NIOCore SocketOptionProvider.swift
[173/213] Compiling NIOCore SystemCallHelpers.swift
[174/213] Compiling NIOCore TimeAmount+Duration.swift
[175/213] Compiling NIOCore TypeAssistedChannelHandler.swift
[176/213] Compiling NIOCore UniversalBootstrapSupport.swift
[177/213] Compiling NIOCore Utilities.swift
[178/213] Compiling NIOCore CircularBuffer.swift
[179/213] Compiling NIOCore Codec.swift
[180/213] Compiling NIOCore ConvenienceOptionSupport.swift
[181/213] Compiling NIOCore DeadChannel.swift
[182/213] Compiling NIOCore DispatchQueue+WithFuture.swift
[183/213] Compiling NIOCore EventLoop+Deprecated.swift
[184/213] Compiling NIOCore EventLoop+SerialExecutor.swift
[185/213] Compiling NIOCore EventLoop.swift
[186/213] Compiling NIOCore AddressedEnvelope.swift
[187/213] Compiling NIOCore AsyncAwaitSupport.swift
[188/213] Compiling NIOCore AsyncChannel.swift
[189/213] Compiling NIOCore AsyncChannelHandler.swift
[190/213] Compiling NIOCore AsyncChannelInboundStream.swift
[191/213] Compiling NIOCore AsyncChannelOutboundWriter.swift
[192/213] Compiling NIOCore NIOAsyncSequenceProducer.swift
[193/213] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[194/213] Compiling NIOCore NIOAsyncWriter.swift
[195/213] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[196/213] Compiling NIOCore BSDSocketAPI.swift
[197/213] Compiling NIOCore ByteBuffer-aux.swift
[198/213] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[199/213] Compiling NIOCore ByteBuffer-conversions.swift
[200/213] Compiling NIOCore ByteBuffer-core.swift
[201/213] Compiling NIOCore ByteBuffer-hex.swift
[202/213] Compiling NIOCore ByteBuffer-int.swift
[203/213] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[204/213] Compiling NIOCore ByteBuffer-multi-int.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:
[205/213] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.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:
[206/213] Compiling NIOCore ByteBuffer-views.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:
[207/213] Compiling NIOCore Channel.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:
[208/213] Compiling NIOCore ChannelHandler.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:
[209/213] Compiling NIOCore ChannelHandlers.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:
[210/213] Compiling NIOCore ChannelInvoker.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:
[211/213] Compiling NIOCore ChannelOption.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:
[212/213] Compiling NIOCore ChannelPipeline.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:
[213/213] Emitting module NIOCore
BUILD FAILURE 6.1 wasm