Build Information
Failed to build aws-xray-sdk-swift, reference v0.7.1 (c505ac
), with Swift 6.1 for Wasm on 27 May 2025 19:36:46 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/pokryfka/aws-xray-sdk-swift.git
Reference: v0.7.1
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/pokryfka/aws-xray-sdk-swift
* tag v0.7.1 -> FETCH_HEAD
HEAD is now at c505ac2 docs: bump version in README
Cloned https://github.com/pokryfka/aws-xray-sdk-swift.git
Revision (git rev-parse @):
c505ac2d75ce838311365a40a7725cdfdfdcd2ec
SUCCESS checkout https://github.com/pokryfka/aws-xray-sdk-swift.git at v0.7.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/pokryfka/aws-xray-sdk-swift.git
https://github.com/pokryfka/aws-xray-sdk-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.17.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "gsoc-swift-baggage-context",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/slashmo/gsoc-swift-baggage-context.git"
},
{
"identity" : "pure-swift-json",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "0.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/fabianfett/pure-swift-json.git"
}
],
"manifest_display_name" : "aws-xray-sdk-swift",
"name" : "aws-xray-sdk-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AWSXRaySDK",
"targets" : [
"AWSXRaySDK"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSXRayRecorder",
"targets" : [
"AWSXRayRecorder"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSXRayUDPEmitter",
"targets" : [
"AWSXRayUDPEmitter"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AWSXRayTesting",
"targets" : [
"AWSXRayTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AWSXRayUDPEmitterTests",
"module_type" : "SwiftTarget",
"name" : "AWSXRayUDPEmitterTests",
"path" : "Tests/AWSXRayUDPEmitterTests",
"sources" : [
"ConfigTests.swift",
"EmitterTests.swift",
"NIOHelpersTests.swift",
"TestSegmentEncoding.swift"
],
"target_dependencies" : [
"AWSXRayUDPEmitter"
],
"type" : "test"
},
{
"c99name" : "AWSXRayUDPEmitter",
"module_type" : "SwiftTarget",
"name" : "AWSXRayUDPEmitter",
"path" : "Sources/AWSXRayUDPEmitter",
"product_memberships" : [
"AWSXRaySDK",
"AWSXRayUDPEmitter"
],
"sources" : [
"Config.swift",
"Locks.swift",
"NIOHelpers.swift",
"Random.swift",
"UDPClient.swift",
"UDPEmitter.swift"
],
"target_dependencies" : [
"AWSXRayRecorder"
],
"type" : "library"
},
{
"c99name" : "AWSXRayTestingTests",
"module_type" : "SwiftTarget",
"name" : "AWSXRayTestingTests",
"path" : "Tests/AWSXRayTestingTests",
"sources" : [
"LogEmitterTests.swift",
"Utils/TestLogHandler.swift"
],
"target_dependencies" : [
"AWSXRayTesting"
],
"type" : "test"
},
{
"c99name" : "AWSXRayTesting",
"module_type" : "SwiftTarget",
"name" : "AWSXRayTesting",
"path" : "Sources/AWSXRayTesting",
"product_dependencies" : [
"NIO",
"Logging"
],
"product_memberships" : [
"AWSXRayTesting"
],
"sources" : [
"LogEmitter.swift"
],
"target_dependencies" : [
"AWSXRayRecorder"
],
"type" : "library"
},
{
"c99name" : "AWSXRaySDKTests",
"module_type" : "SwiftTarget",
"name" : "AWSXRaySDKTests",
"path" : "Tests/AWSXRaySDKTests",
"sources" : [
"EncodingTests.swift",
"SDKTests.swift",
"SegmentEncodingTests.swift"
],
"target_dependencies" : [
"AWSXRaySDK"
],
"type" : "test"
},
{
"c99name" : "AWSXRaySDK",
"module_type" : "SwiftTarget",
"name" : "AWSXRaySDK",
"path" : "Sources/AWSXRaySDK",
"product_dependencies" : [
"PureSwiftJSON"
],
"product_memberships" : [
"AWSXRaySDK"
],
"sources" : [
"DefaultEncoding.swift",
"DefaultRecorder.swift"
],
"target_dependencies" : [
"AWSXRayRecorder",
"AWSXRayUDPEmitter"
],
"type" : "library"
},
{
"c99name" : "AWSXRayRecorderTests",
"module_type" : "SwiftTarget",
"name" : "AWSXRayRecorderTests",
"path" : "Tests/AWSXRayRecorderTests",
"sources" : [
"AnyCodable/AnyCodableTests.swift",
"AnyCodable/AnyDecodableTests.swift",
"AnyCodable/AnyEncodableTests.swift",
"ConfigTests.swift",
"ContextTests.swift",
"HTTPTests.swift",
"NoOpRecorderTests.swift",
"NoOpSegmentTests.swift",
"RandomTests.swift",
"RecorderTests.swift",
"SegmentExceptionTests.swift",
"SegmentLoggingTests.swift",
"SegmentTests.swift",
"StringCompatTests.swift",
"TimestampTests.swift",
"TraceTests.swift",
"Utils/TestCharacterSet.swift",
"Utils/TestEmitter.swift",
"Utils/TestLogHandler.swift"
],
"target_dependencies" : [
"AWSXRayRecorder"
],
"type" : "test"
},
{
"c99name" : "AWSXRayRecorder",
"module_type" : "SwiftTarget",
"name" : "AWSXRayRecorder",
"path" : "Sources/AWSXRayRecorder",
"product_dependencies" : [
"NIO",
"NIOHTTP1",
"Logging",
"Baggage"
],
"product_memberships" : [
"AWSXRaySDK",
"AWSXRayRecorder",
"AWSXRayUDPEmitter",
"AWSXRayTesting"
],
"sources" : [
"AWS.swift",
"AnyCodable/AnyCodable.swift",
"AnyCodable/AnyDecodable.swift",
"AnyCodable/AnyEncodable.swift",
"Baggage.swift",
"Config.swift",
"Emitter+NIO.swift",
"Emitter.swift",
"Exception.swift",
"HTTP.swift",
"NoOpRecorder.swift",
"NoOpSegment.swift",
"Random.swift",
"Recorder+Helpers.swift",
"Recorder+NIO.swift",
"Recorder.swift",
"Segment+NIOHTTP.swift",
"Segment.swift",
"StringCompat.swift",
"Timestamp.swift",
"Trace.swift",
"Utils/Locks+Synchronized.swift",
"Utils/Locks.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
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/fabianfett/pure-swift-json.git
Fetching https://github.com/slashmo/gsoc-swift-baggage-context.git
Fetching https://github.com/apple/swift-log.git
[1/502] Fetching gsoc-swift-baggage-context
[503/1558] Fetching gsoc-swift-baggage-context, pure-swift-json
[1559/5394] Fetching gsoc-swift-baggage-context, pure-swift-json, swift-log
Fetched https://github.com/slashmo/gsoc-swift-baggage-context.git from cache (0.25s)
[1440/4892] Fetching pure-swift-json, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.37s)
[1/76055] Fetching swift-nio
Fetched https://github.com/fabianfett/pure-swift-json.git from cache (7.35s)
Fetched https://github.com/apple/swift-nio.git from cache (7.44s)
Computing version for https://github.com/fabianfett/pure-swift-json.git
Computed https://github.com/fabianfett/pure-swift-json.git at 0.4.0 (8.22s)
Computing version for https://github.com/slashmo/gsoc-swift-baggage-context.git
Computed https://github.com/slashmo/gsoc-swift-baggage-context.git at 0.2.0 (3.93s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.39s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[221/6101] Fetching swift-system, swift-atomics
[5893/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
[3370/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
[2821/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.67s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.60s)
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-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/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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/slashmo/gsoc-swift-baggage-context.git
Working copy of https://github.com/slashmo/gsoc-swift-baggage-context.git resolved at 0.2.0
Creating working copy for https://github.com/fabianfett/pure-swift-json.git
Working copy of https://github.com/fabianfett/pure-swift-json.git resolved at 0.4.0
Building for debugging...
[0/31] Write sources
[13/31] Compiling CNIOLinux shim.c
[13/31] Compiling CNIOWindows shim.c
[15/31] Compiling CNIOWindows WSAStartup.c
[16/31] Compiling CNIOWASI CNIOWASI.c
[17/31] Compiling _AtomicsShims.c
[18/31] Compiling CNIODarwin shim.c
[19/31] Compiling CNIOLinux liburing_shims.c
[19/31] Write sources
[25/31] Compiling CNIOLLHTTP c_nio_http.c
[26/31] Compiling CNIOLLHTTP c_nio_api.c
[27/31] Write swift-version-24593BA9C3E375BF.txt
[28/69] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/72] Compiling c-nioatomics.c
[30/91] Compiling c-atomics.c
[32/91] Compiling Logging Locks.swift
[33/91] Emitting module Logging
[34/91] Emitting module InternalCollectionsUtilities
[35/92] Compiling Atomics AtomicValue.swift
[36/92] Compiling Atomics OptionalRawRepresentable.swift
[37/92] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/93] Compiling Baggage BaggageContextCarrier.swift
[39/93] Compiling Atomics AtomicReference.swift
[40/93] Compiling Atomics AtomicStorage.swift
[41/93] Emitting module Baggage
[44/93] Compiling Baggage BaggageContext.swift
[45/93] Compiling _NIODataStructures _TinyArray.swift
[46/93] Compiling _NIODataStructures PriorityQueue.swift
[47/94] Compiling PureSwiftJSON DocumentReader.swift
[48/94] Compiling _NIOBase64 Base64.swift
[49/94] Emitting module _NIOBase64
[50/94] Compiling Atomics RawRepresentable.swift
[51/94] Compiling Atomics AtomicBool.swift
[52/95] Compiling Atomics Primitives.shims.swift
[53/95] Compiling Atomics AtomicInteger.swift
[54/95] Compiling Atomics AtomicOptionalWrappable.swift
[55/95] Compiling Atomics IntegerConformances.swift
[58/95] Compiling PureSwiftJSON JSONValue.swift
[59/100] Emitting module PureSwiftJSON
[66/101] Compiling Atomics PointerConformances.swift
[67/101] Compiling Atomics Primitives.native.swift
[70/101] Compiling Atomics UnsafeAtomic.swift
[71/101] Compiling Atomics UnsafeAtomicLazyReference.swift
[75/103] Compiling Atomics AtomicMemoryOrderings.swift
[76/103] Compiling Atomics DoubleWord.swift
[77/103] Compiling Atomics ManagedAtomic.swift
[78/103] Compiling Atomics ManagedAtomicLazyReference.swift
[79/103] Emitting module NIOConcurrencyHelpers
[80/103] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/104] Compiling PureSwiftJSON JSONParser.swift
[87/105] Compiling NIOConcurrencyHelpers lock.swift
[88/105] Compiling NIOConcurrencyHelpers NIOLock.swift
[89/105] Compiling NIOConcurrencyHelpers atomics.swift
[90/105] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[91/105] Compiling Atomics IntegerOperations.swift
[92/105] Compiling Atomics Unmanaged extensions.swift
[93/105] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/105] Compiling _NIODataStructures Heap.swift
[95/105] Emitting module _NIODataStructures
[96/105] Compiling Logging MetadataProvider.swift
[97/107] Compiling Logging LogHandler.swift
[98/107] Compiling Logging Logging.swift
[99/108] Emitting module Atomics
[110/124] Compiling DequeModule Deque+Equatable.swift
[111/124] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[112/124] Compiling DequeModule Deque+Extras.swift
[113/124] Compiling DequeModule Deque+Hashable.swift
[114/126] Compiling DequeModule Deque+CustomReflectable.swift
[115/126] Compiling DequeModule Deque+Descriptions.swift
[116/126] Compiling DequeModule _DequeBuffer.swift
[117/126] Compiling DequeModule _DequeBufferHeader.swift
[118/126] Compiling DequeModule Deque+Testing.swift
[119/126] Compiling DequeModule Deque._Storage.swift
[120/126] Compiling DequeModule _DequeSlot.swift
[121/126] Compiling DequeModule _UnsafeWrappedBuffer.swift
[122/126] Compiling DequeModule Deque._UnsafeHandle.swift
[123/126] Compiling DequeModule Deque.swift
[124/126] Emitting module DequeModule
[125/126] Compiling DequeModule Deque+Codable.swift
[126/126] Compiling DequeModule Deque+Collection.swift
[128/187] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[129/187] Compiling NIOCore EventLoopFuture+Deprecated.swift
[130/187] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[131/187] Compiling NIOCore EventLoopFuture.swift
[132/187] Compiling NIOCore FileDescriptor.swift
[133/187] Compiling NIOCore FileHandle.swift
[134/187] Compiling NIOCore FileRegion.swift
[135/187] Compiling NIOCore GlobalSingletons.swift
[136/187] Compiling NIOCore MulticastChannel.swift
[137/187] Compiling NIOCore NIOAny.swift
[138/187] Compiling NIOCore NIOCloseOnErrorHandler.swift
[139/187] Compiling NIOCore NIOLoopBound.swift
[140/187] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[141/187] Compiling NIOCore NIOScheduledCallback.swift
[142/187] Compiling NIOCore NIOSendable.swift
[143/187] Compiling NIOCore RecvByteBufferAllocator.swift
[144/187] Compiling NIOCore IO.swift
[145/187] Compiling NIOCore IOData.swift
[146/187] Compiling NIOCore IPProtocol.swift
[147/187] Compiling NIOCore IntegerBitPacking.swift
[148/187] Compiling NIOCore IntegerTypes.swift
[149/187] Compiling NIOCore Interfaces.swift
[150/187] Compiling NIOCore Linux.swift
[151/187] Compiling NIOCore MarkedCircularBuffer.swift
[152/195] Compiling NIOCore AddressedEnvelope.swift
[153/195] Compiling NIOCore AsyncAwaitSupport.swift
[154/195] Compiling NIOCore AsyncChannel.swift
[155/195] Compiling NIOCore AsyncChannelHandler.swift
[156/195] Compiling NIOCore AsyncChannelInboundStream.swift
[157/195] Compiling NIOCore AsyncChannelOutboundWriter.swift
[158/195] Compiling NIOCore NIOAsyncSequenceProducer.swift
[159/195] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[160/195] Compiling NIOCore NIOAsyncWriter.swift
[161/195] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[162/195] Compiling NIOCore BSDSocketAPI.swift
[163/195] Compiling NIOCore ByteBuffer-aux.swift
[164/195] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[165/195] Compiling NIOCore ByteBuffer-conversions.swift
[166/195] Compiling NIOCore ByteBuffer-core.swift
[167/195] Compiling NIOCore ByteBuffer-hex.swift
[168/195] Compiling NIOCore ByteBuffer-int.swift
[169/195] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[170/195] Compiling NIOCore CircularBuffer.swift
[171/195] Compiling NIOCore Codec.swift
[172/195] Compiling NIOCore ConvenienceOptionSupport.swift
[173/195] Compiling NIOCore DeadChannel.swift
[174/195] Compiling NIOCore DispatchQueue+WithFuture.swift
[175/195] Compiling NIOCore EventLoop+Deprecated.swift
[176/195] Compiling NIOCore EventLoop+SerialExecutor.swift
[177/195] Compiling NIOCore EventLoop.swift
[178/195] 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:
[179/195] 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:
[180/195] 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:
[181/195] 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:
[182/195] 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:
[183/195] 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:
[184/195] 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:
[185/195] 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:
[186/195] 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:
[187/195] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[188/195] Compiling NIOCore SocketAddresses.swift
[189/195] Compiling NIOCore SocketOptionProvider.swift
[190/195] Compiling NIOCore SystemCallHelpers.swift
[191/195] Compiling NIOCore TimeAmount+Duration.swift
[192/195] Compiling NIOCore TypeAssistedChannelHandler.swift
[193/195] Compiling NIOCore UniversalBootstrapSupport.swift
[194/195] Compiling NIOCore Utilities.swift
[195/195] 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/67] Compiling Baggage BaggageContextCarrier.swift
[3/67] Compiling Baggage BaggageContext.swift
[4/67] Emitting module Baggage
[5/68] Compiling NIOConcurrencyHelpers lock.swift
[6/68] Compiling _NIODataStructures Heap.swift
[7/68] Emitting module _NIODataStructures
[9/68] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/68] Compiling Logging Locks.swift
[11/69] Compiling Logging MetadataProvider.swift
[12/69] Compiling NIOConcurrencyHelpers NIOLock.swift
[13/69] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/69] Emitting module _NIOBase64
[15/69] Compiling _NIOBase64 Base64.swift
[16/70] Compiling Atomics RawRepresentable.swift
[17/70] Compiling Atomics AtomicBool.swift
[18/70] Compiling Atomics AtomicValue.swift
[19/70] Compiling Atomics UnsafeAtomic.swift
[20/70] Emitting module InternalCollectionsUtilities
[21/70] Emitting module NIOConcurrencyHelpers
[22/70] Compiling Atomics ManagedAtomic.swift
[23/70] Compiling Atomics ManagedAtomicLazyReference.swift
[25/70] Compiling Atomics UnsafeAtomicLazyReference.swift
[27/72] Compiling _NIODataStructures PriorityQueue.swift
[28/72] Compiling _NIODataStructures _TinyArray.swift
[29/72] Compiling Atomics AtomicReference.swift
[30/72] Compiling Atomics AtomicStorage.swift
[38/74] Compiling Atomics AtomicMemoryOrderings.swift
[39/74] Compiling Atomics DoubleWord.swift
[40/74] Compiling Atomics Primitives.shims.swift
[41/74] Compiling Atomics AtomicInteger.swift
[44/74] Compiling Atomics OptionalRawRepresentable.swift
[45/74] Compiling Atomics AtomicOptionalWrappable.swift
[49/74] Compiling Atomics IntegerOperations.swift
[50/75] Compiling Atomics Unmanaged extensions.swift
[51/75] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[52/75] Compiling NIOConcurrencyHelpers atomics.swift
[53/75] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[54/76] Compiling PureSwiftJSON JSONValue.swift
[55/76] Compiling PureSwiftJSON DocumentReader.swift
[62/76] Emitting module PureSwiftJSON
[69/76] Compiling PureSwiftJSON JSONParser.swift
[71/92] Compiling Logging LogHandler.swift
[72/92] Compiling Logging Logging.swift
[73/92] Emitting module Logging
[75/93] Compiling DequeModule Deque+CustomReflectable.swift
[76/93] Compiling DequeModule Deque+Descriptions.swift
[77/95] Compiling DequeModule _DequeBuffer.swift
[78/95] Compiling DequeModule _DequeBufferHeader.swift
[79/95] Compiling DequeModule Deque+Equatable.swift
[80/95] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/95] Compiling DequeModule _DequeSlot.swift
[82/95] Compiling DequeModule _UnsafeWrappedBuffer.swift
[83/95] Compiling DequeModule Deque+Extras.swift
[84/95] Compiling DequeModule Deque+Hashable.swift
[85/95] Compiling DequeModule Deque+Testing.swift
[86/95] Compiling DequeModule Deque._Storage.swift
[87/95] Compiling DequeModule Deque._UnsafeHandle.swift
[88/95] Compiling DequeModule Deque.swift
[89/95] Compiling DequeModule Deque+Codable.swift
[90/95] Compiling DequeModule Deque+Collection.swift
[91/95] Emitting module DequeModule
[96/96] Emitting module Atomics
[98/157] Compiling NIOCore MulticastChannel.swift
[99/157] Compiling NIOCore NIOAny.swift
[100/157] Compiling NIOCore NIOCloseOnErrorHandler.swift
[101/157] Compiling NIOCore NIOLoopBound.swift
[102/157] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[103/157] Compiling NIOCore NIOScheduledCallback.swift
[104/157] Compiling NIOCore NIOSendable.swift
[105/157] Compiling NIOCore RecvByteBufferAllocator.swift
[106/165] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[107/165] Compiling NIOCore EventLoopFuture+Deprecated.swift
[108/165] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[109/165] Compiling NIOCore EventLoopFuture.swift
[110/165] Compiling NIOCore FileDescriptor.swift
[111/165] Compiling NIOCore FileHandle.swift
[112/165] Compiling NIOCore FileRegion.swift
[113/165] Compiling NIOCore GlobalSingletons.swift
[114/165] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[115/165] Compiling NIOCore SocketAddresses.swift
[116/165] Compiling NIOCore SocketOptionProvider.swift
[117/165] Compiling NIOCore SystemCallHelpers.swift
[118/165] Compiling NIOCore TimeAmount+Duration.swift
[119/165] Compiling NIOCore TypeAssistedChannelHandler.swift
[120/165] Compiling NIOCore UniversalBootstrapSupport.swift
[121/165] Compiling NIOCore Utilities.swift
[122/165] Compiling NIOCore IO.swift
[123/165] Compiling NIOCore IOData.swift
[124/165] Compiling NIOCore IPProtocol.swift
[125/165] Compiling NIOCore IntegerBitPacking.swift
[126/165] Compiling NIOCore IntegerTypes.swift
[127/165] Compiling NIOCore Interfaces.swift
[128/165] Compiling NIOCore Linux.swift
[129/165] Compiling NIOCore MarkedCircularBuffer.swift
[130/165] Compiling NIOCore CircularBuffer.swift
[131/165] Compiling NIOCore Codec.swift
[132/165] Compiling NIOCore ConvenienceOptionSupport.swift
[133/165] Compiling NIOCore DeadChannel.swift
[134/165] Compiling NIOCore DispatchQueue+WithFuture.swift
[135/165] Compiling NIOCore EventLoop+Deprecated.swift
[136/165] Compiling NIOCore EventLoop+SerialExecutor.swift
[137/165] Compiling NIOCore EventLoop.swift
[138/165] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[139/165] Compiling NIOCore BSDSocketAPI.swift
[140/165] Compiling NIOCore ByteBuffer-aux.swift
[141/165] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[142/165] Compiling NIOCore ByteBuffer-conversions.swift
[143/165] Compiling NIOCore ByteBuffer-core.swift
[144/165] Compiling NIOCore ByteBuffer-hex.swift
[145/165] Compiling NIOCore ByteBuffer-int.swift
[146/165] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[147/165] Compiling NIOCore AddressedEnvelope.swift
[148/165] Compiling NIOCore AsyncAwaitSupport.swift
[149/165] Compiling NIOCore AsyncChannel.swift
[150/165] Compiling NIOCore AsyncChannelHandler.swift
[151/165] Compiling NIOCore AsyncChannelInboundStream.swift
[152/165] Compiling NIOCore AsyncChannelOutboundWriter.swift
[153/165] Compiling NIOCore NIOAsyncSequenceProducer.swift
[154/165] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[155/165] Compiling NIOCore NIOAsyncWriter.swift
[156/165] 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:
[157/165] 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:
[158/165] 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:
[159/165] 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:
[160/165] 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:
[161/165] 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:
[162/165] 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:
[163/165] 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:
[164/165] 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:
[165/165] Emitting module NIOCore
BUILD FAILURE 6.1 wasm