Build Information
Failed to build Auth, reference master (077bf9), with Swift 6.1 for Wasm on 29 May 2025 02:05:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/barrault01/google-auth-library-swift.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/barrault01/google-auth-library-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 077bf9b Bump crypto
Cloned https://github.com/barrault01/google-auth-library-swift.git
Revision (git rev-parse @):
077bf9b1f65311fbc6be34e8ba8b34ae0f8403b5
SUCCESS checkout https://github.com/barrault01/google-auth-library-swift.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/barrault01/google-auth-library-swift.git
https://github.com/barrault01/google-auth-library-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt"
}
],
"manifest_display_name" : "Auth",
"name" : "Auth",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
}
],
"products" : [
{
"name" : "OAuth1",
"targets" : [
"OAuth1"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OAuth2",
"targets" : [
"OAuth2"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TinyHTTPServer",
"targets" : [
"TinyHTTPServer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftyBase64",
"targets" : [
"SwiftyBase64"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Twitter",
"targets" : [
"Twitter"
],
"type" : {
"executable" : null
}
},
{
"name" : "TokenSource",
"targets" : [
"TokenSource"
],
"type" : {
"executable" : null
}
},
{
"name" : "Spotify",
"targets" : [
"Spotify"
],
"type" : {
"executable" : null
}
},
{
"name" : "Meetup",
"targets" : [
"Meetup"
],
"type" : {
"executable" : null
}
},
{
"name" : "Google",
"targets" : [
"Google"
],
"type" : {
"executable" : null
}
},
{
"name" : "GitHub",
"targets" : [
"GitHub"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Twitter",
"module_type" : "SwiftTarget",
"name" : "Twitter",
"path" : "Sources/Examples/Twitter",
"product_memberships" : [
"Twitter"
],
"sources" : [
"Twitter.swift",
"main.swift"
],
"target_dependencies" : [
"OAuth1"
],
"type" : "executable"
},
{
"c99name" : "TokenSource",
"module_type" : "SwiftTarget",
"name" : "TokenSource",
"path" : "Sources/Examples/TokenSource",
"product_memberships" : [
"TokenSource"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"OAuth2"
],
"type" : "executable"
},
{
"c99name" : "TinyHTTPServer",
"module_type" : "SwiftTarget",
"name" : "TinyHTTPServer",
"path" : "Sources/TinyHTTPServer",
"product_dependencies" : [
"NIO",
"NIOHTTP1"
],
"product_memberships" : [
"OAuth1",
"OAuth2",
"TinyHTTPServer",
"Twitter",
"TokenSource",
"Spotify",
"Meetup",
"Google",
"GitHub"
],
"sources" : [
"TinyHTTPServer.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftyBase64",
"module_type" : "SwiftTarget",
"name" : "SwiftyBase64",
"path" : "Sources/SwiftyBase64",
"product_memberships" : [
"OAuth2",
"SwiftyBase64",
"TokenSource",
"Spotify",
"Meetup",
"Google",
"GitHub"
],
"sources" : [
"Alphabets.swift",
"Base64.swift"
],
"type" : "library"
},
{
"c99name" : "Spotify",
"module_type" : "SwiftTarget",
"name" : "Spotify",
"path" : "Sources/Examples/Spotify",
"product_memberships" : [
"Spotify"
],
"sources" : [
"Spotify.swift",
"main.swift"
],
"target_dependencies" : [
"OAuth2"
],
"type" : "executable"
},
{
"c99name" : "OAuth2",
"module_type" : "SwiftTarget",
"name" : "OAuth2",
"path" : "Sources/OAuth2",
"product_dependencies" : [
"CryptoSwift",
"BigInt"
],
"product_memberships" : [
"OAuth2",
"TokenSource",
"Spotify",
"Meetup",
"Google",
"GitHub"
],
"sources" : [
"ASN1.swift",
"AuthError.swift",
"BrowserTokenProvider.swift",
"Code.swift",
"Connection.swift",
"DefaultTokenProvider.swift",
"GoogleCloudMetadataTokenProvider.swift",
"GoogleRefreshTokenProvider.swift",
"JWT.swift",
"RSA.swift",
"ServiceAccountTokenProvider.swift",
"Token.swift",
"TokenProvider.swift",
"openURL.swift"
],
"target_dependencies" : [
"TinyHTTPServer",
"SwiftyBase64"
],
"type" : "library"
},
{
"c99name" : "OAuth1",
"module_type" : "SwiftTarget",
"name" : "OAuth1",
"path" : "Sources/OAuth1",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"OAuth1",
"Twitter"
],
"sources" : [
"BrowserTokenProvider.swift",
"Connection.swift",
"Token.swift",
"TokenProvider.swift",
"encode.swift",
"openURL.swift"
],
"target_dependencies" : [
"TinyHTTPServer"
],
"type" : "library"
},
{
"c99name" : "Meetup",
"module_type" : "SwiftTarget",
"name" : "Meetup",
"path" : "Sources/Examples/Meetup",
"product_memberships" : [
"Meetup"
],
"sources" : [
"Meetup.swift",
"main.swift"
],
"target_dependencies" : [
"OAuth2"
],
"type" : "executable"
},
{
"c99name" : "Google",
"module_type" : "SwiftTarget",
"name" : "Google",
"path" : "Sources/Examples/Google",
"product_memberships" : [
"Google"
],
"sources" : [
"Google.swift",
"main.swift"
],
"target_dependencies" : [
"OAuth2"
],
"type" : "executable"
},
{
"c99name" : "GitHub",
"module_type" : "SwiftTarget",
"name" : "GitHub",
"path" : "Sources/Examples/GitHub",
"product_memberships" : [
"GitHub"
],
"sources" : [
"GitHub.swift",
"main.swift"
],
"target_dependencies" : [
"OAuth2"
],
"type" : "executable"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/attaswift/BigInt
Fetching https://github.com/apple/swift-nio.git
[1/4776] Fetching bigint
[2198/17717] Fetching bigint, cryptoswift
[6719/93810] Fetching bigint, cryptoswift, swift-nio
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.88s)
[67934/80869] Fetching bigint, swift-nio
Fetched https://github.com/attaswift/BigInt from cache (3.52s)
Fetched https://github.com/apple/swift-nio.git from cache (3.60s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 4.0.0 (6.20s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.64s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.33s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[3909/20982] Fetching swift-system, swift-collections
[5056/22692] Fetching swift-system, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
[8705/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.62s)
Fetched https://github.com/apple/swift-collections.git from cache (1.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.13s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (11.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.09s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/attaswift/BigInt
Working copy of https://github.com/attaswift/BigInt resolved at 4.0.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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
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
Building for debugging...
[0/72] Write sources
[20/72] Copying PrivacyInfo.xcprivacy
[21/72] Write sources
[22/72] Compiling _AtomicsShims.c
[23/72] Compiling CNIODarwin shim.c
[24/72] Compiling CNIOWindows WSAStartup.c
[25/72] Compiling CNIOWASI CNIOWASI.c
[26/72] Compiling CNIOLinux shim.c
[27/72] Compiling CNIOWindows shim.c
[27/72] Write sources
[30/72] Compiling CNIOLinux liburing_shims.c
[31/72] Compiling CNIOLLHTTP c_nio_api.c
[32/72] Compiling CNIOLLHTTP c_nio_http.c
[33/72] Write swift-version-24593BA9C3E375BF.txt
[35/108] Emitting module SwiftyBase64
[35/196] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/217] Compiling c-nioatomics.c
[37/236] Compiling c-atomics.c
[39/236] Compiling Atomics AtomicMemoryOrderings.swift
[40/236] Compiling Atomics DoubleWord.swift
[41/238] Compiling Atomics OptionalRawRepresentable.swift
[42/238] Compiling Atomics RawRepresentable.swift
[43/245] Compiling Atomics ManagedAtomic.swift
[44/245] Compiling Atomics ManagedAtomicLazyReference.swift
[45/245] Compiling Atomics UnsafeAtomic.swift
[46/245] Compiling Atomics UnsafeAtomicLazyReference.swift
[47/245] Compiling SwiftyBase64 Base64.swift
[48/245] Compiling Atomics AtomicBool.swift
[49/245] Compiling Atomics IntegerConformances.swift
[50/245] Compiling _NIODataStructures PriorityQueue.swift
[51/245] Compiling _NIODataStructures _TinyArray.swift
[52/245] Emitting module _NIOBase64
[53/245] Compiling _NIOBase64 Base64.swift
[54/245] Compiling Atomics AtomicInteger.swift
[55/245] Compiling Atomics AtomicOptionalWrappable.swift
[56/245] Compiling Atomics PointerConformances.swift
[57/245] Compiling Atomics Primitives.native.swift
[58/246] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/246] Compiling Atomics IntegerOperations.swift
[60/246] Compiling Atomics Unmanaged extensions.swift
[61/248] Compiling Atomics AtomicValue.swift
[62/248] Compiling Atomics Primitives.shims.swift
[63/248] Compiling Atomics AtomicReference.swift
[64/248] Compiling Atomics AtomicStorage.swift
[65/248] Emitting module InternalCollectionsUtilities
[66/248] Compiling SwiftyBase64 Alphabets.swift
[72/249] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/250] Wrapping AST for _NIOBase64 for debugging
[82/250] Wrapping AST for SwiftyBase64 for debugging
[83/250] Wrapping AST for InternalCollectionsUtilities for debugging
[85/253] Emitting module NIOConcurrencyHelpers
[86/265] Emitting module _NIODataStructures
[87/265] Compiling _NIODataStructures Heap.swift
[88/265] Compiling NIOConcurrencyHelpers lock.swift
[89/265] Compiling NIOConcurrencyHelpers NIOLock.swift
[91/266] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[92/266] Compiling NIOConcurrencyHelpers atomics.swift
[93/266] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/267] Compiling DequeModule Deque+CustomReflectable.swift
[95/267] Compiling DequeModule Deque+Descriptions.swift
[95/269] Wrapping AST for _NIODataStructures for debugging
[98/269] Compiling DequeModule _DequeBuffer.swift
[99/269] Compiling DequeModule _DequeBufferHeader.swift
[100/269] Compiling DequeModule Deque+Equatable.swift
[101/269] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[102/269] Compiling DequeModule Deque+Extras.swift
[103/269] Compiling DequeModule Deque+Hashable.swift
[103/269] Wrapping AST for NIOConcurrencyHelpers for debugging
[105/269] Compiling BigInt Subtraction.swift
[106/269] Compiling BigInt Words and Bits.swift
[107/269] Compiling DequeModule Deque+Codable.swift
[108/269] Compiling DequeModule Deque+Collection.swift
[110/269] Emitting module BigInt
[113/269] Compiling DequeModule _DequeSlot.swift
[114/269] Compiling DequeModule _UnsafeWrappedBuffer.swift
[119/269] Compiling CryptoSwift CompactMap.swift
[120/269] Compiling CryptoSwift Cryptor.swift
[121/269] Compiling CryptoSwift Cryptors.swift
[122/269] Compiling CryptoSwift Digest.swift
[123/269] Compiling CryptoSwift DigestType.swift
[124/269] Compiling CryptoSwift AES+Foundation.swift
[125/269] Compiling CryptoSwift Array+Foundation.swift
[126/269] Compiling CryptoSwift Blowfish+Foundation.swift
[127/269] Compiling CryptoSwift ChaCha20+Foundation.swift
[128/269] Compiling CryptoSwift Data+Extension.swift
[129/269] Compiling CryptoSwift HMAC+Foundation.swift
[130/269] Compiling CryptoSwift Rabbit+Foundation.swift
[131/269] Compiling CryptoSwift String+FoundationExtension.swift
[132/269] Compiling CryptoSwift Utils+Foundation.swift
[133/283] Compiling DequeModule Deque+Testing.swift
[134/283] Compiling DequeModule Deque._Storage.swift
[135/283] Compiling DequeModule Deque._UnsafeHandle.swift
[136/283] Compiling DequeModule Deque.swift
[145/284] Wrapping AST for BigInt for debugging
[147/284] Emitting module DequeModule
[148/285] Wrapping AST for DequeModule for debugging
[150/285] Emitting module Atomics
[165/286] Compiling CryptoSwift StringConversion.swift
[166/286] Compiling CryptoSwift Subtraction.swift
[167/286] Compiling CryptoSwift WordsAndBits.swift
[168/286] Compiling CryptoSwift ChaCha20.swift
[169/286] Compiling CryptoSwift Checksum.swift
[170/286] Compiling CryptoSwift Cipher.swift
[171/286] Compiling CryptoSwift Collection+Extension.swift
[171/286] Wrapping AST for Atomics for debugging
[173/346] Compiling CryptoSwift Signature.swift
[174/346] Compiling CryptoSwift StreamDecryptor.swift
[175/346] Compiling CryptoSwift StreamEncryptor.swift
[176/346] Compiling CryptoSwift String+Extension.swift
[177/346] Compiling CryptoSwift UInt128.swift
[178/346] Compiling CryptoSwift UInt16+Extension.swift
[179/346] Compiling CryptoSwift UInt32+Extension.swift
[180/346] Compiling CryptoSwift UInt64+Extension.swift
[181/346] Compiling CryptoSwift UInt8+Extension.swift
[182/346] Compiling CryptoSwift Updatable.swift
[183/346] Compiling CryptoSwift Utils.swift
[184/346] Compiling CryptoSwift XChaCha20.swift
[185/346] Compiling CryptoSwift ZeroPadding.swift
[186/346] Compiling CryptoSwift resource_bundle_accessor.swift
[187/346] Compiling NIOCore MulticastChannel.swift
[188/346] Compiling NIOCore NIOAny.swift
[189/346] Compiling NIOCore NIOCloseOnErrorHandler.swift
[190/346] Compiling NIOCore NIOLoopBound.swift
[191/346] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[192/346] Compiling NIOCore NIOScheduledCallback.swift
[193/346] Compiling NIOCore NIOSendable.swift
[194/346] Compiling NIOCore RecvByteBufferAllocator.swift
[195/354] Emitting module CryptoSwift
[196/354] Compiling NIOCore IO.swift
[197/354] Compiling NIOCore IOData.swift
[198/354] Compiling NIOCore IPProtocol.swift
[199/354] Compiling NIOCore IntegerBitPacking.swift
[200/354] Compiling NIOCore IntegerTypes.swift
[201/354] Compiling NIOCore Interfaces.swift
[202/354] Compiling NIOCore Linux.swift
[203/354] Compiling NIOCore MarkedCircularBuffer.swift
[204/354] Compiling NIOCore AddressedEnvelope.swift
[205/354] Compiling NIOCore AsyncAwaitSupport.swift
[206/354] Compiling NIOCore AsyncChannel.swift
[207/354] Compiling NIOCore AsyncChannelHandler.swift
[208/354] Compiling NIOCore AsyncChannelInboundStream.swift
[209/354] Compiling NIOCore AsyncChannelOutboundWriter.swift
[210/354] Compiling NIOCore NIOAsyncSequenceProducer.swift
[211/354] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[212/354] Compiling NIOCore NIOAsyncWriter.swift
[213/354] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[214/354] Compiling NIOCore BSDSocketAPI.swift
[215/354] Compiling NIOCore ByteBuffer-aux.swift
[216/354] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[217/354] Compiling NIOCore ByteBuffer-conversions.swift
[218/354] Compiling NIOCore ByteBuffer-core.swift
[219/354] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[220/354] Compiling NIOCore EventLoopFuture+Deprecated.swift
[221/354] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[222/354] Compiling NIOCore EventLoopFuture.swift
[223/354] Compiling NIOCore FileDescriptor.swift
[224/354] Compiling NIOCore FileHandle.swift
[225/354] Compiling NIOCore FileRegion.swift
[226/354] Compiling NIOCore GlobalSingletons.swift
[227/354] Compiling NIOCore CircularBuffer.swift
[228/354] Compiling NIOCore Codec.swift
[229/354] Compiling NIOCore ConvenienceOptionSupport.swift
[230/354] Compiling NIOCore DeadChannel.swift
[231/354] Compiling NIOCore DispatchQueue+WithFuture.swift
[232/354] Compiling NIOCore EventLoop+Deprecated.swift
[233/354] Compiling NIOCore EventLoop+SerialExecutor.swift
[234/354] Compiling NIOCore EventLoop.swift
[250/354] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[251/354] Compiling NIOCore SocketAddresses.swift
[252/354] Compiling NIOCore SocketOptionProvider.swift
[253/354] Compiling NIOCore SystemCallHelpers.swift
[254/354] Compiling NIOCore TimeAmount+Duration.swift
[255/354] Compiling NIOCore TypeAssistedChannelHandler.swift
[256/354] Compiling NIOCore UniversalBootstrapSupport.swift
[257/354] Compiling NIOCore Utilities.swift
[264/354] Compiling NIOCore ByteBuffer-hex.swift
[265/354] Compiling NIOCore ByteBuffer-int.swift
[266/354] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[276/354] 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:
[277/354] 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:
[278/354] 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:
[279/354] 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:
[280/354] 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:
[281/354] 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:
[282/354] 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:
[283/354] 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:
[284/354] 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:
[294/354] Compiling CryptoSwift Division.swift
[295/354] Compiling CryptoSwift Exponentiation.swift
[296/354] Compiling CryptoSwift FloatingPointConversion.swift
[297/354] Compiling CryptoSwift GCD.swift
[298/354] Compiling CryptoSwift Hashable.swift
[299/354] Compiling CryptoSwift XChaCha20+Foundation.swift
[300/354] Compiling CryptoSwift Generics.swift
[301/354] Compiling CryptoSwift HKDF.swift
[302/354] Compiling CryptoSwift HMAC.swift
[303/354] Compiling CryptoSwift ISO10126Padding.swift
[304/354] Compiling CryptoSwift ISO78164Padding.swift
[305/354] Compiling CryptoSwift Int+Extension.swift
[306/354] Compiling CryptoSwift MD5.swift
[307/354] Compiling CryptoSwift NoPadding.swift
[308/354] Compiling CryptoSwift Operators.swift
[309/354] Compiling CryptoSwift DER.swift
[310/354] Compiling CryptoSwift PBKDF1.swift
[311/354] Compiling CryptoSwift PBKDF2.swift
[312/354] Compiling CryptoSwift PKCS1v15.swift
[313/354] Compiling CryptoSwift PKCS5.swift
[314/354] Compiling CryptoSwift PKCS7.swift
[315/354] Compiling CryptoSwift PKCS7Padding.swift
[316/354] Compiling CryptoSwift Padding.swift
[317/354] Compiling CryptoSwift Poly1305.swift
[318/354] Compiling CryptoSwift RSA+Cipher.swift
[319/354] Compiling CryptoSwift RSA+Signature.swift
[320/354] Compiling CryptoSwift RSA.swift
[321/354] Compiling CryptoSwift Rabbit.swift
[322/354] Compiling CryptoSwift SHA1.swift
[323/354] Compiling CryptoSwift SHA2.swift
[324/354] Compiling CryptoSwift SHA3.swift
[325/354] Compiling CryptoSwift Scrypt.swift
[326/354] Compiling CryptoSwift SecureBytes.swift
[327/355] Wrapping AST for CryptoSwift for debugging
[329/355] Emitting module NIOCore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/36] Write swift-version-24593BA9C3E375BF.txt
[2/80] Emitting module SwiftyBase64
[3/105] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/123] Compiling SwiftyBase64 Alphabets.swift
[5/123] Compiling SwiftyBase64 Base64.swift
[6/137] Compiling CryptoSwift Authenticator.swift
[7/137] Compiling CryptoSwift BatchedCollection.swift
[8/137] Compiling CryptoSwift ASN1Scanner.swift
[9/137] Compiling CryptoSwift Array+Extension.swift
[10/152] Compiling NIOConcurrencyHelpers lock.swift
[11/185] Compiling CryptoSwift ASN1Decoder.swift
[12/185] Compiling CryptoSwift ASN1Encoder.swift
[17/210] Compiling CryptoSwift Bit.swift
[19/209] Compiling NIOConcurrencyHelpers NIOLock.swift
[20/209] Compiling CryptoSwift AEAD.swift
[21/209] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[22/209] Compiling _NIOBase64 Base64.swift
[23/209] Emitting module _NIOBase64
[24/210] Compiling CryptoSwift BlockCipher.swift
[25/210] Compiling CryptoSwift BlockDecryptor.swift
[26/210] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/210] Compiling Atomics IntegerOperations.swift
[28/210] Compiling Atomics Unmanaged extensions.swift
[29/212] Compiling _NIODataStructures PriorityQueue.swift
[30/212] Compiling _NIODataStructures _TinyArray.swift
[31/212] Emitting module _NIODataStructures
[32/212] Compiling _NIODataStructures Heap.swift
[33/213] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[38/211] Emitting module NIOConcurrencyHelpers
[42/211] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[43/211] Compiling NIOConcurrencyHelpers atomics.swift
[44/211] Emitting module InternalCollectionsUtilities
[45/212] Compiling CryptoSwift BlockEncryptor.swift
[46/212] Compiling CryptoSwift BlockMode.swift
[47/212] Compiling CryptoSwift BlockModeOptions.swift
[49/211] Compiling CryptoSwift AES.swift
[50/211] Compiling CryptoSwift ASN1.swift
[51/211] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[52/211] Compiling CryptoSwift AES.Cryptors.swift
[58/212] Emitting module BigInt
[71/215] Wrapping AST for InternalCollectionsUtilities for debugging
[73/227] Compiling DequeModule Deque+CustomReflectable.swift
[74/227] Compiling DequeModule Deque+Descriptions.swift
[75/229] Compiling DequeModule _DequeBuffer.swift
[76/229] Compiling DequeModule _DequeBufferHeader.swift
[77/229] Compiling DequeModule Deque+Equatable.swift
[78/229] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[79/229] Compiling DequeModule Deque+Extras.swift
[80/229] Compiling DequeModule Deque+Hashable.swift
[81/229] Compiling BigInt Subtraction.swift
[82/229] Compiling BigInt Words and Bits.swift
[83/230] Compiling DequeModule _DequeSlot.swift
[84/230] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/230] Compiling DequeModule Deque+Codable.swift
[90/230] Compiling DequeModule Deque+Collection.swift
[93/230] Emitting module DequeModule
[95/230] Emitting module Atomics
[95/231] Wrapping AST for BigInt for debugging
[98/231] Compiling DequeModule Deque+Testing.swift
[99/231] Compiling DequeModule Deque._Storage.swift
[100/231] Compiling DequeModule Deque._UnsafeHandle.swift
[101/231] Compiling DequeModule Deque.swift
[102/232] Wrapping AST for Atomics for debugging
[103/232] Wrapping AST for DequeModule for debugging
[105/292] Compiling NIOCore EventLoop+Deprecated.swift
[106/292] Compiling NIOCore EventLoop+SerialExecutor.swift
[107/292] Compiling NIOCore EventLoop.swift
[108/292] Compiling NIOCore ByteBuffer-multi-int.swift
[109/292] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[110/292] Compiling NIOCore ByteBuffer-views.swift
[111/292] Compiling NIOCore Channel.swift
[112/292] Compiling NIOCore ChannelHandler.swift
[113/292] Compiling NIOCore ChannelHandlers.swift
[114/292] Compiling NIOCore ChannelInvoker.swift
[115/292] Compiling NIOCore ChannelOption.swift
[116/292] Compiling NIOCore ChannelPipeline.swift
[117/292] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[118/292] Compiling NIOCore BSDSocketAPI.swift
[119/306] Compiling NIOCore MulticastChannel.swift
[120/306] Compiling NIOCore NIOAny.swift
[121/306] Compiling NIOCore NIOCloseOnErrorHandler.swift
[122/306] Compiling NIOCore NIOLoopBound.swift
[123/306] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[124/306] Compiling NIOCore NIOScheduledCallback.swift
[125/306] Compiling NIOCore NIOSendable.swift
[126/306] Compiling NIOCore RecvByteBufferAllocator.swift
[127/314] Compiling NIOCore ByteBuffer-aux.swift
[128/314] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[129/314] Compiling NIOCore ByteBuffer-conversions.swift
[130/314] Compiling NIOCore ByteBuffer-core.swift
[131/314] Compiling NIOCore ByteBuffer-hex.swift
[132/314] Compiling NIOCore ByteBuffer-int.swift
[133/314] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[141/314] Compiling NIOCore IO.swift
[142/314] Compiling NIOCore IOData.swift
[143/314] Compiling NIOCore IPProtocol.swift
[144/314] Compiling NIOCore IntegerBitPacking.swift
[145/314] Compiling NIOCore IntegerTypes.swift
[146/314] Compiling NIOCore Interfaces.swift
[147/314] Compiling NIOCore Linux.swift
[148/314] Compiling NIOCore MarkedCircularBuffer.swift
[149/314] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[150/314] Compiling NIOCore EventLoopFuture+Deprecated.swift
[151/314] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[152/314] Compiling NIOCore EventLoopFuture.swift
[153/314] Compiling NIOCore FileDescriptor.swift
[154/314] Compiling NIOCore FileHandle.swift
[155/314] Compiling NIOCore FileRegion.swift
[156/314] Compiling NIOCore GlobalSingletons.swift
[157/314] Compiling NIOCore AddressedEnvelope.swift
[158/314] Compiling NIOCore AsyncAwaitSupport.swift
[159/314] Compiling NIOCore AsyncChannel.swift
[160/314] Compiling NIOCore AsyncChannelHandler.swift
[161/314] Compiling NIOCore AsyncChannelInboundStream.swift
[162/314] Compiling NIOCore AsyncChannelOutboundWriter.swift
[163/314] Compiling NIOCore NIOAsyncSequenceProducer.swift
[164/314] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[165/314] Compiling NIOCore NIOAsyncWriter.swift
[172/314] Emitting module CryptoSwift
[183/314] Compiling NIOCore CircularBuffer.swift
[184/314] Compiling NIOCore Codec.swift
[185/314] Compiling NIOCore ConvenienceOptionSupport.swift
[186/314] Compiling NIOCore DeadChannel.swift
[187/314] Compiling NIOCore DispatchQueue+WithFuture.swift
[188/314] Compiling CryptoSwift Signature.swift
[189/314] Compiling CryptoSwift StreamDecryptor.swift
[190/314] Compiling CryptoSwift StreamEncryptor.swift
[191/314] Compiling CryptoSwift String+Extension.swift
[192/314] Compiling CryptoSwift UInt128.swift
[193/314] Compiling CryptoSwift UInt16+Extension.swift
[194/314] Compiling CryptoSwift UInt32+Extension.swift
[195/314] Compiling CryptoSwift UInt64+Extension.swift
[196/314] Compiling CryptoSwift UInt8+Extension.swift
[197/314] Compiling CryptoSwift Updatable.swift
[198/314] Compiling CryptoSwift Utils.swift
[199/314] Compiling CryptoSwift XChaCha20.swift
[200/314] Compiling CryptoSwift ZeroPadding.swift
[201/314] Compiling CryptoSwift resource_bundle_accessor.swift
[202/314] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[203/314] Compiling NIOCore SocketAddresses.swift
[204/314] Compiling NIOCore SocketOptionProvider.swift
[205/314] Compiling NIOCore SystemCallHelpers.swift
[206/314] Compiling NIOCore TimeAmount+Duration.swift
[207/314] Compiling NIOCore TypeAssistedChannelHandler.swift
[208/314] Compiling NIOCore UniversalBootstrapSupport.swift
[209/314] Compiling NIOCore Utilities.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Channel.swift:461:19: error: type 'ChannelError' has no member 'multicastNotSupported'
459 | case let .illegalMulticastAddress(address):
460 | "Illegal multicast address \(address)"
461 | case let .multicastNotSupported(interface):
| `- error: type 'ChannelError' has no member 'multicastNotSupported'
462 | "Multicast not supported on interface \(interface)"
463 | case .inappropriateOperationForState:
[245/314] Compiling CryptoSwift XChaCha20+Foundation.swift
[246/314] Compiling CryptoSwift Generics.swift
[247/314] Compiling CryptoSwift HKDF.swift
[248/314] Compiling CryptoSwift HMAC.swift
[249/314] Compiling CryptoSwift ISO10126Padding.swift
[250/314] Compiling CryptoSwift ISO78164Padding.swift
[251/314] Compiling CryptoSwift Int+Extension.swift
[252/314] Compiling CryptoSwift MD5.swift
[253/314] Compiling CryptoSwift NoPadding.swift
[254/314] Compiling CryptoSwift Operators.swift
[255/314] Compiling CryptoSwift DER.swift
[256/314] Compiling CryptoSwift PBKDF1.swift
[257/314] Compiling CryptoSwift PBKDF2.swift
[258/314] Compiling CryptoSwift PKCS1v15.swift
[259/314] Compiling CryptoSwift PKCS5.swift
[260/314] Compiling CryptoSwift PKCS7.swift
[261/314] Compiling CryptoSwift PKCS7Padding.swift
[262/314] Compiling CryptoSwift Padding.swift
[263/314] Compiling CryptoSwift Poly1305.swift
[264/314] Compiling CryptoSwift RSA+Cipher.swift
[265/314] Compiling CryptoSwift RSA+Signature.swift
[266/314] Compiling CryptoSwift RSA.swift
[267/314] Compiling CryptoSwift Rabbit.swift
[268/314] Compiling CryptoSwift SHA1.swift
[269/314] Compiling CryptoSwift SHA2.swift
[270/314] Compiling CryptoSwift SHA3.swift
[271/314] Compiling CryptoSwift Scrypt.swift
[272/314] Compiling CryptoSwift SecureBytes.swift
[282/314] Compiling CryptoSwift Data+Extension.swift
[283/314] Compiling CryptoSwift HMAC+Foundation.swift
[284/314] Compiling CryptoSwift Rabbit+Foundation.swift
[285/314] Compiling CryptoSwift String+FoundationExtension.swift
[286/314] Compiling CryptoSwift Utils+Foundation.swift
[287/315] Wrapping AST for CryptoSwift for debugging
[289/315] Emitting module NIOCore
BUILD FAILURE 6.1 wasm