Build Information
Failed to build GraphQL, reference 3.0.2 (bd5419
), with Swift 6.1 for Wasm on 30 May 2025 14:51:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/GraphQLSwift/GraphQL.git
Reference: 3.0.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/GraphQLSwift/GraphQL
* tag 3.0.2 -> FETCH_HEAD
HEAD is now at bd5419f Merge pull request #149 from NeedleInAJayStack/chore/swift-6
Cloned https://github.com/GraphQLSwift/GraphQL.git
Revision (git rev-parse @):
bd5419f714043bdaf0f182838111fa8c9372c77f
SUCCESS checkout https://github.com/GraphQLSwift/GraphQL.git at 3.0.2
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/GraphQLSwift/GraphQL.git
https://github.com/GraphQLSwift/GraphQL.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.10.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
}
],
"manifest_display_name" : "GraphQL",
"name" : "GraphQL",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GraphQL",
"targets" : [
"GraphQL"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GraphQLTests",
"module_type" : "SwiftTarget",
"name" : "GraphQLTests",
"path" : "Tests/GraphQLTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/GraphQLTests/LanguageTests/kitchen-sink.graphql",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/GraphQLTests/LanguageTests/schema-kitchen-sink.graphql",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ExecutionTests/OneOfTests.swift",
"FederationTests/FederationTests.swift",
"FieldExecutionStrategyTests/FieldExecutionStrategyTests.swift",
"HelloWorldTests/HelloWorldTests.swift",
"InputTests/InputTests.swift",
"InstrumentationTests/InstrumentationTests.swift",
"LanguageTests/BlockStringTests.swift",
"LanguageTests/LexerTests.swift",
"LanguageTests/ParserTests.swift",
"LanguageTests/PrintStringTests.swift",
"LanguageTests/PrinterTests.swift",
"LanguageTests/SchemaParserTests.swift",
"LanguageTests/SchemaPrinterTests.swift",
"LanguageTests/VisitorTests.swift",
"MapTests/MapTests.swift",
"PersistedQueriesTests/PersistedQueriesTests.swift",
"StarWarsTests/StarWarsData.swift",
"StarWarsTests/StarWarsIntrospectionTests.swift",
"StarWarsTests/StarWarsQueryTests.swift",
"StarWarsTests/StarWarsSchema.swift",
"StarWarsTests/StarWarsValidationTests.swift",
"SubscriptionTests/SimplePubSub.swift",
"SubscriptionTests/SubscriptionSchema.swift",
"SubscriptionTests/SubscriptionTests.swift",
"SwiftUtilitiesTests/DidYouMeanTests.swift",
"TypeTests/GraphQLArgumentDefinitionTests.swift",
"TypeTests/GraphQLSchemaTests.swift",
"TypeTests/IntrospectionTests.swift",
"TypeTests/ScalarTests.swift",
"TypeTests/ValidateSchemaTests.swift",
"UtilitiesTests/BuildASTSchemaTests.swift",
"UtilitiesTests/ConcatASTTests.swift",
"UtilitiesTests/ExtendSchemaTests.swift",
"UtilitiesTests/PrintSchemaTests.swift",
"ValidationTests/ExampleSchema.swift",
"ValidationTests/ExecutableDefinitionsRuleTests.swift",
"ValidationTests/FieldsOnCorrectTypeTests.swift",
"ValidationTests/FragmentsOnCompositeTypesRuleTests.swift",
"ValidationTests/KnownArgumentNamesOnDirectivesRuleTests.swift",
"ValidationTests/KnownArgumentNamesTests.swift",
"ValidationTests/KnownDirectivesRuleTests.swift",
"ValidationTests/KnownFragmentNamesTests.swift",
"ValidationTests/KnownTypeNamesRuleTests.swift",
"ValidationTests/LoneAnonymousOperationRuleTests.swift",
"ValidationTests/LoneSchemaDefinitionRuleTests.swift",
"ValidationTests/NoDeprecatedCustomRuleTests.swift",
"ValidationTests/NoFragmentCyclesRuleTests.swift",
"ValidationTests/NoUndefinedVariablesRuleTests.swift",
"ValidationTests/NoUnusedFragmentsRuleTests.swift",
"ValidationTests/NoUnusedVariablesRuleTests.swift",
"ValidationTests/PossibleFragmentSpreadsRuleRuleTests.swift",
"ValidationTests/PossibleTypeExtensionsRuleTests.swift",
"ValidationTests/ProvidedRequiredArgumentsOnDirectivesRuleTests.swift",
"ValidationTests/ProvidedRequiredArgumentsRuleTests.swift",
"ValidationTests/UniqueArgumentDefinitionNamesRuleTests.swift",
"ValidationTests/UniqueArgumentNamesRuleTests.swift",
"ValidationTests/UniqueDirectiveNamesRuleTests.swift",
"ValidationTests/UniqueDirectivesPerLocationRuleTests.swift",
"ValidationTests/UniqueEnumValueNamesRuleTests.swift",
"ValidationTests/UniqueFieldDefinitionNamesRuleTests.swift",
"ValidationTests/UniqueFragmentNamesRuleTests.swift",
"ValidationTests/UniqueInputFieldNamesRuleTests.swift",
"ValidationTests/UniqueOperationNamesRuleTests.swift",
"ValidationTests/UniqueOperationTypesRuleTests.swift",
"ValidationTests/UniqueTypeNamesRuleTests.swift",
"ValidationTests/UniqueVariableNamesRuleTests.swift",
"ValidationTests/ValidationTests.swift",
"ValidationTests/ValuesOfCorrectTypeRuleTests.swift",
"ValidationTests/VariablesAreInputTypesRuleTests.swift",
"ValidationTests/VariablesInAllowedPositionRuleTests.swift"
],
"target_dependencies" : [
"GraphQL"
],
"type" : "test"
},
{
"c99name" : "GraphQL",
"module_type" : "SwiftTarget",
"name" : "GraphQL",
"path" : "Sources/GraphQL",
"product_dependencies" : [
"NIO",
"OrderedCollections"
],
"product_memberships" : [
"GraphQL"
],
"sources" : [
"Error/GraphQLError.swift",
"Error/LocatedError.swift",
"Error/SyntaxError.swift",
"Execution/Execute.swift",
"Execution/Values.swift",
"Extensions/Codable+Extensions.swift",
"GraphQL.swift",
"GraphQLRequest.swift",
"Instrumentation/DispatchQueueInstrumentationWrapper.swift",
"Instrumentation/Instrumentation.swift",
"Language/AST.swift",
"Language/BlockString.swift",
"Language/CharacterClasses.swift",
"Language/Kinds.swift",
"Language/Lexer.swift",
"Language/Location.swift",
"Language/Parser.swift",
"Language/Predicates.swift",
"Language/PrintString.swift",
"Language/Printer.swift",
"Language/Source.swift",
"Language/Visitor.swift",
"Map/AnyCoder.swift",
"Map/AnySerialization.swift",
"Map/GraphQLJSONEncoder.swift",
"Map/Map.swift",
"Map/MapCoder.swift",
"Map/MapSerialization.swift",
"Map/Number.swift",
"PersistedQueries/PersistedQueries.swift",
"Subscription/EventStream.swift",
"Subscription/Subscribe.swift",
"SwiftUtilities/DidYouMean.swift",
"SwiftUtilities/Find.swift",
"SwiftUtilities/FormatList.swift",
"SwiftUtilities/IsNullish.swift",
"SwiftUtilities/KeyMap.swift",
"SwiftUtilities/Mirror.swift",
"SwiftUtilities/SuggestionList.swift",
"Type/Definition.swift",
"Type/Directives.swift",
"Type/Introspection.swift",
"Type/Scalars.swift",
"Type/Schema.swift",
"Type/Validation.swift",
"Utilities/ASTFromValue.swift",
"Utilities/AssertValidName.swift",
"Utilities/BuildASTSchema.swift",
"Utilities/ConcatAST.swift",
"Utilities/ExtendSchema.swift",
"Utilities/IsValidValue.swift",
"Utilities/Keyable.swift",
"Utilities/NIO+Extensions.swift",
"Utilities/PrintSchema.swift",
"Utilities/TypeComparators.swift",
"Utilities/TypeFromAST.swift",
"Utilities/TypeInfo.swift",
"Utilities/ValueFromAST.swift",
"Utilities/ValueFromASTUntyped.swift",
"Validation/Rules/Custom/NoDeprecatedCustomRule.swift",
"Validation/Rules/Custom/NoSchemaIntrospectionCustomRule.swift",
"Validation/Rules/ExecutableDefinitionsRule.swift",
"Validation/Rules/FieldsOnCorrectTypeRule.swift",
"Validation/Rules/FragmentsOnCompositeTypesRule.swift",
"Validation/Rules/KnownArgumentNamesOnDirectivesRule.swift",
"Validation/Rules/KnownArgumentNamesRule.swift",
"Validation/Rules/KnownDirectivesRule.swift",
"Validation/Rules/KnownFragmentNamesRule.swift",
"Validation/Rules/KnownTypeNamesRule.swift",
"Validation/Rules/LoneAnonymousOperationRule.swift",
"Validation/Rules/LoneSchemaDefinitionRule.swift",
"Validation/Rules/NoFragmentCyclesRule.swift",
"Validation/Rules/NoUndefinedVariablesRule.swift",
"Validation/Rules/NoUnusedFragmentsRule.swift",
"Validation/Rules/NoUnusedVariablesRule.swift",
"Validation/Rules/PossibleFragmentSpreadsRule.swift",
"Validation/Rules/PossibleTypeExtensionsRule.swift",
"Validation/Rules/ProvidedRequiredArgumentsOnDirectivesRule.swift",
"Validation/Rules/ProvidedRequiredArgumentsRule.swift",
"Validation/Rules/ScalarLeafsRule.swift",
"Validation/Rules/UniqueArgumentDefinitionNamesRule.swift",
"Validation/Rules/UniqueArgumentNamesRule.swift",
"Validation/Rules/UniqueDirectiveNamesRule.swift",
"Validation/Rules/UniqueDirectivesPerLocationRule.swift",
"Validation/Rules/UniqueEnumValueNamesRule.swift",
"Validation/Rules/UniqueFieldDefinitionNamesRule.swift",
"Validation/Rules/UniqueFragmentNamesRule.swift",
"Validation/Rules/UniqueInputFieldNamesRule.swift",
"Validation/Rules/UniqueOperationNamesRule.swift",
"Validation/Rules/UniqueOperationTypesRule.swift",
"Validation/Rules/UniqueTypeNamesRule.swift",
"Validation/Rules/UniqueVariableNamesRule.swift",
"Validation/Rules/ValuesOfCorrectTypeRule.swift",
"Validation/Rules/VariablesAreInputTypesRule.swift",
"Validation/Rules/VariablesInAllowedPositionRule.swift",
"Validation/SpecifiedRules.swift",
"Validation/Validate.swift",
"Validation/ValidationContext.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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-collections
Fetching https://github.com/apple/swift-nio.git
[1/16591] Fetching swift-collections
[4315/92710] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections from cache (3.79s)
Fetched https://github.com/apple/swift-nio.git from cache (3.85s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (5.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.23s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[616/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.36s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.46s)
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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Building for debugging...
[0/22] Write sources
[11/22] Compiling CNIOWindows WSAStartup.c
[12/22] Compiling CNIOWindows shim.c
[13/22] Compiling _AtomicsShims.c
[13/22] Write sources
[15/22] Compiling CNIODarwin shim.c
[15/22] Compiling CNIOLinux liburing_shims.c
[16/22] Compiling CNIOLinux shim.c
[16/22] Compiling CNIOWASI CNIOWASI.c
[19/22] Write swift-version-24593BA9C3E375BF.txt
[21/61] Emitting module InternalCollectionsUtilities
[21/62] Compiling c-nioatomics.c
[22/62] Compiling c-atomics.c
[24/68] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/68] Compiling InternalCollectionsUtilities Integer rank.swift
[26/68] Compiling _NIODataStructures _TinyArray.swift
[27/68] Emitting module NIOConcurrencyHelpers
[28/68] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[29/68] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/68] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[31/68] Compiling InternalCollectionsUtilities UInt+reversed.swift
[35/70] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[36/70] Compiling InternalCollectionsUtilities Debugging.swift
[37/70] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[38/70] Compiling Atomics AtomicMemoryOrderings.swift
[39/70] Compiling Atomics DoubleWord.swift
[40/70] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[41/70] Compiling InternalCollectionsUtilities _SortedCollection.swift
[42/70] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/70] Compiling InternalCollectionsUtilities Descriptions.swift
[44/70] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[45/70] Emitting module _NIOBase64
[46/70] Compiling _NIOBase64 Base64.swift
[48/71] Compiling Atomics ManagedAtomic.swift
[50/71] Compiling Atomics ManagedAtomicLazyReference.swift
[53/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[54/71] Compiling Atomics UnsafeAtomic.swift
[55/71] Compiling Atomics UnsafeAtomicLazyReference.swift
[58/72] Compiling _NIODataStructures PriorityQueue.swift
[59/72] Emitting module Atomics
[65/72] Compiling Atomics IntegerOperations.swift
[66/72] Compiling Atomics Unmanaged extensions.swift
[67/73] Compiling NIOConcurrencyHelpers lock.swift
[68/73] Compiling NIOConcurrencyHelpers NIOLock.swift
[69/73] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[70/73] Compiling NIOConcurrencyHelpers atomics.swift
[72/75] Emitting module _NIODataStructures
[73/75] Compiling _NIODataStructures Heap.swift
[76/145] Compiling OrderedCollections _HashTable+Testing.swift
[77/145] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[78/145] Compiling OrderedCollections _HashTable+Constants.swift
[79/145] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[80/147] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[81/147] Compiling OrderedCollections OrderedDictionary+Elements.swift
[82/147] Compiling OrderedCollections OrderedDictionary+Codable.swift
[83/147] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[84/147] Compiling DequeModule _DequeSlot.swift
[85/147] Compiling DequeModule _UnsafeWrappedBuffer.swift
[86/147] Compiling OrderedCollections _HashTable.swift
[87/147] Compiling OrderedCollections _Hashtable+Header.swift
[88/147] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[89/147] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[90/147] Compiling OrderedCollections _HashTable+Bucket.swift
[91/147] Compiling OrderedCollections _HashTable+BucketIterator.swift
[92/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[93/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[94/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[95/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[96/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[97/147] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[98/147] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[99/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[100/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[101/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[102/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[103/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[104/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[105/147] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[106/154] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[107/154] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[108/154] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[109/154] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[110/154] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[111/154] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[112/154] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[113/154] Compiling OrderedCollections OrderedDictionary+Values.swift
[114/154] Emitting module DequeModule
[124/155] Compiling OrderedCollections OrderedDictionary.swift
[125/155] Compiling OrderedCollections OrderedSet+Codable.swift
[126/155] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[127/155] Compiling OrderedCollections OrderedSet+Descriptions.swift
[128/155] Compiling OrderedCollections OrderedSet+Diffing.swift
[129/155] Compiling OrderedCollections OrderedSet+Equatable.swift
[130/155] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[131/155] Compiling OrderedCollections OrderedSet+Hashable.swift
[132/155] Compiling OrderedCollections OrderedSet+Initializers.swift
[133/155] Compiling OrderedCollections OrderedSet+Insertions.swift
[134/155] Compiling OrderedCollections OrderedSet+Invariants.swift
[135/155] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[136/155] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[137/155] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[138/155] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[139/155] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[140/215] Compiling NIOCore NIOLoopBound.swift
[141/215] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[142/215] Compiling NIOCore NIOScheduledCallback.swift
[143/215] Compiling NIOCore NIOSendable.swift
[144/215] Compiling NIOCore RecvByteBufferAllocator.swift
[145/215] Compiling OrderedCollections OrderedSet.swift
[146/215] Compiling OrderedCollections _UnsafeBitset.swift
[147/215] Emitting module OrderedCollections
[148/215] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[149/215] Compiling NIOCore BSDSocketAPI.swift
[150/215] Compiling NIOCore ByteBuffer-aux.swift
[151/215] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[152/215] Compiling NIOCore ByteBuffer-conversions.swift
[153/215] Compiling NIOCore ByteBuffer-core.swift
[154/215] Compiling NIOCore ByteBuffer-hex.swift
[155/215] Compiling NIOCore ByteBuffer-int.swift
[157/216] Compiling NIOCore MulticastChannel.swift
[158/216] Compiling NIOCore NIOAny.swift
[159/216] Compiling NIOCore NIOCloseOnErrorHandler.swift
[165/224] Compiling NIOCore IO.swift
[166/224] Compiling NIOCore IOData.swift
[167/224] Compiling NIOCore IPProtocol.swift
[168/224] Compiling NIOCore IntegerBitPacking.swift
[169/224] Compiling NIOCore IntegerTypes.swift
[170/224] Compiling NIOCore Interfaces.swift
[171/224] Compiling NIOCore Linux.swift
[172/224] Compiling NIOCore MarkedCircularBuffer.swift
[173/224] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[174/224] Compiling NIOCore EventLoopFuture+Deprecated.swift
[175/224] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[176/224] Compiling NIOCore EventLoopFuture.swift
[177/224] Compiling NIOCore FileDescriptor.swift
[178/224] Compiling NIOCore FileHandle.swift
[179/224] Compiling NIOCore FileRegion.swift
[180/224] Compiling NIOCore GlobalSingletons.swift
[181/224] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[182/224] Compiling NIOCore SocketAddresses.swift
[183/224] Compiling NIOCore SocketOptionProvider.swift
[184/224] Compiling NIOCore SystemCallHelpers.swift
[185/224] Compiling NIOCore TimeAmount+Duration.swift
[186/224] Compiling NIOCore TypeAssistedChannelHandler.swift
[187/224] Compiling NIOCore UniversalBootstrapSupport.swift
[188/224] Compiling NIOCore Utilities.swift
[189/224] Compiling NIOCore CircularBuffer.swift
[190/224] Compiling NIOCore Codec.swift
[191/224] Compiling NIOCore ConvenienceOptionSupport.swift
[192/224] Compiling NIOCore DeadChannel.swift
[193/224] Compiling NIOCore DispatchQueue+WithFuture.swift
[194/224] Compiling NIOCore EventLoop+Deprecated.swift
[195/224] Compiling NIOCore EventLoop+SerialExecutor.swift
[196/224] Compiling NIOCore EventLoop.swift
[197/224] Compiling NIOCore AddressedEnvelope.swift
[198/224] Compiling NIOCore AsyncAwaitSupport.swift
[199/224] Compiling NIOCore AsyncChannel.swift
[200/224] Compiling NIOCore AsyncChannelHandler.swift
[201/224] Compiling NIOCore AsyncChannelInboundStream.swift
[202/224] Compiling NIOCore AsyncChannelOutboundWriter.swift
[203/224] Compiling NIOCore NIOAsyncSequenceProducer.swift
[204/224] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[205/224] Compiling NIOCore NIOAsyncWriter.swift
[206/224] 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:
[207/224] 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:
[208/224] 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:
[209/224] 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:
[210/224] 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:
[211/224] 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:
[212/224] 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:
[213/224] 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:
[214/224] 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:
[223/224] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[224/224] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 NIOConcurrencyHelpers lock.swift
[3/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/47] Compiling NIOConcurrencyHelpers NIOLock.swift
[5/47] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[6/47] Compiling Atomics OptionalRawRepresentable.swift
[7/47] Compiling Atomics RawRepresentable.swift
[8/47] Compiling InternalCollectionsUtilities Descriptions.swift
[9/47] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/47] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/47] Compiling InternalCollectionsUtilities Debugging.swift
[12/47] Compiling Atomics UnsafeAtomic.swift
[13/47] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/47] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[15/47] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/49] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[18/49] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/49] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[21/49] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/49] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/49] Compiling _NIODataStructures PriorityQueue.swift
[26/49] Compiling _NIODataStructures _TinyArray.swift
[27/49] Emitting module _NIODataStructures
[28/49] Compiling _NIODataStructures Heap.swift
[29/50] Compiling _NIOBase64 Base64.swift
[30/50] Emitting module _NIOBase64
[31/50] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[32/51] Compiling NIOConcurrencyHelpers atomics.swift
[33/51] Emitting module InternalCollectionsUtilities
[34/52] Emitting module NIOConcurrencyHelpers
[37/53] Compiling Atomics IntegerOperations.swift
[38/53] Compiling Atomics Unmanaged extensions.swift
[39/53] Compiling Atomics Primitives.shims.swift
[40/53] Compiling Atomics AtomicInteger.swift
[41/53] Compiling Atomics AtomicOptionalWrappable.swift
[47/123] Compiling OrderedCollections _HashTable+Testing.swift
[48/123] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[49/125] Compiling OrderedCollections _HashTable+Constants.swift
[50/125] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[51/125] Compiling DequeModule _DequeBuffer.swift
[52/125] Compiling DequeModule _DequeBufferHeader.swift
[53/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[54/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[55/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[56/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[57/125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[58/125] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[59/125] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[60/132] Compiling DequeModule _DequeSlot.swift
[61/132] Compiling DequeModule _UnsafeWrappedBuffer.swift
[62/132] Compiling OrderedCollections OrderedDictionary+Codable.swift
[63/132] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[64/132] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[65/132] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[70/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[71/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[72/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[73/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[74/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[75/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[76/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[77/132] Compiling OrderedCollections _HashTable+Bucket.swift
[78/132] Compiling OrderedCollections _HashTable+BucketIterator.swift
[79/132] Emitting module Atomics
[80/132] Emitting module DequeModule
[81/132] Compiling OrderedCollections _HashTable.swift
[82/132] Compiling OrderedCollections _Hashtable+Header.swift
[88/133] Compiling OrderedCollections OrderedDictionary.swift
[89/133] Compiling OrderedCollections OrderedSet+Codable.swift
[90/133] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[91/133] Compiling OrderedCollections OrderedSet+Descriptions.swift
[92/133] Compiling OrderedCollections OrderedSet+Diffing.swift
[93/133] Compiling OrderedCollections OrderedSet+Equatable.swift
[94/133] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[95/133] Compiling OrderedCollections OrderedSet+Hashable.swift
[96/133] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[97/133] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[98/133] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[99/133] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[100/133] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[101/133] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[102/133] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[103/133] Compiling OrderedCollections OrderedDictionary+Values.swift
[104/133] Compiling OrderedCollections OrderedSet+Initializers.swift
[105/133] Compiling OrderedCollections OrderedSet+Insertions.swift
[106/133] Compiling OrderedCollections OrderedSet+Invariants.swift
[107/133] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[108/133] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[109/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[110/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[111/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[119/134] Emitting module OrderedCollections
[128/134] Compiling OrderedCollections OrderedSet+Sendable.swift
[129/134] Compiling OrderedCollections OrderedSet+SubSequence.swift
[130/134] Compiling OrderedCollections OrderedSet+Testing.swift
[131/134] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[132/134] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[133/134] Compiling OrderedCollections OrderedSet.swift
[134/134] Compiling OrderedCollections _UnsafeBitset.swift
[136/195] Compiling NIOCore MulticastChannel.swift
[137/195] Compiling NIOCore NIOAny.swift
[138/195] Compiling NIOCore NIOCloseOnErrorHandler.swift
[139/195] Compiling NIOCore NIOLoopBound.swift
[140/195] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[141/195] Compiling NIOCore NIOScheduledCallback.swift
[142/195] Compiling NIOCore NIOSendable.swift
[143/195] Compiling NIOCore RecvByteBufferAllocator.swift
[144/203] Compiling NIOCore IO.swift
[145/203] Compiling NIOCore IOData.swift
[146/203] Compiling NIOCore IPProtocol.swift
[147/203] Compiling NIOCore IntegerBitPacking.swift
[148/203] Compiling NIOCore IntegerTypes.swift
[149/203] Compiling NIOCore Interfaces.swift
[150/203] Compiling NIOCore Linux.swift
[151/203] Compiling NIOCore MarkedCircularBuffer.swift
[152/203] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[153/203] Compiling NIOCore EventLoopFuture+Deprecated.swift
[154/203] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[155/203] Compiling NIOCore EventLoopFuture.swift
[156/203] Compiling NIOCore FileDescriptor.swift
[157/203] Compiling NIOCore FileHandle.swift
[158/203] Compiling NIOCore FileRegion.swift
[159/203] Compiling NIOCore GlobalSingletons.swift
[160/203] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[161/203] Compiling NIOCore SocketAddresses.swift
[162/203] Compiling NIOCore SocketOptionProvider.swift
[163/203] Compiling NIOCore SystemCallHelpers.swift
[164/203] Compiling NIOCore TimeAmount+Duration.swift
[165/203] Compiling NIOCore TypeAssistedChannelHandler.swift
[166/203] Compiling NIOCore UniversalBootstrapSupport.swift
[167/203] Compiling NIOCore Utilities.swift
[168/203] 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:
[169/203] 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:
[170/203] 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:
[171/203] 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:
[172/203] 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:
[173/203] 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:
[174/203] 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:
[175/203] 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:
[176/203] 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:
[177/203] Compiling NIOCore CircularBuffer.swift
[178/203] Compiling NIOCore Codec.swift
[179/203] Compiling NIOCore ConvenienceOptionSupport.swift
[180/203] Compiling NIOCore DeadChannel.swift
[181/203] Compiling NIOCore DispatchQueue+WithFuture.swift
[182/203] Compiling NIOCore EventLoop+Deprecated.swift
[183/203] Compiling NIOCore EventLoop+SerialExecutor.swift
[184/203] Compiling NIOCore EventLoop.swift
[185/203] Compiling NIOCore AddressedEnvelope.swift
[186/203] Compiling NIOCore AsyncAwaitSupport.swift
[187/203] Compiling NIOCore AsyncChannel.swift
[188/203] Compiling NIOCore AsyncChannelHandler.swift
[189/203] Compiling NIOCore AsyncChannelInboundStream.swift
[190/203] Compiling NIOCore AsyncChannelOutboundWriter.swift
[191/203] Compiling NIOCore NIOAsyncSequenceProducer.swift
[192/203] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[193/203] Compiling NIOCore NIOAsyncWriter.swift
[194/203] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[195/203] Compiling NIOCore BSDSocketAPI.swift
[196/203] Compiling NIOCore ByteBuffer-aux.swift
[197/203] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[198/203] Compiling NIOCore ByteBuffer-conversions.swift
[199/203] Compiling NIOCore ByteBuffer-core.swift
[200/203] Compiling NIOCore ByteBuffer-hex.swift
[201/203] Compiling NIOCore ByteBuffer-int.swift
[202/203] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[203/203] Emitting module NIOCore
BUILD FAILURE 6.1 wasm