The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Auth, reference 0.5.2 (077bf9), with Swift 6.1 for Wasm on 29 May 2025 02:02:57 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/barrault01/google-auth-library-swift.git
Reference: 0.5.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/barrault01/google-auth-library-swift
 * tag               0.5.2      -> FETCH_HEAD
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 0.5.2
========================================
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/apple/swift-nio.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/attaswift/BigInt
[1/4776] Fetching bigint
[384/17717] Fetching bigint, cryptoswift
[6589/93810] Fetching bigint, cryptoswift, swift-nio
Fetched https://github.com/attaswift/BigInt from cache (0.54s)
[5892/89034] Fetching cryptoswift, swift-nio
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (5.82s)
Fetched https://github.com/apple/swift-nio.git from cache (5.88s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 4.0.0 (8.59s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (2.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.35s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[378/18301] Fetching swift-atomics, swift-collections
[1196/22692] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.87s)
Fetched https://github.com/apple/swift-system.git from cache (0.87s)
[4480/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.93s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.87s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.17s)
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/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
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
Building for debugging...
[0/72] Write sources
[1/72] Copying PrivacyInfo.xcprivacy
[1/72] Write sources
[22/72] Compiling _AtomicsShims.c
[23/72] Compiling CNIOWindows shim.c
[24/72] Compiling CNIOWindows WSAStartup.c
[25/72] Compiling CNIOLinux shim.c
[26/72] Compiling CNIOWASI CNIOWASI.c
[27/72] Compiling CNIODarwin shim.c
[28/72] Write sources
[30/72] Compiling CNIOLLHTTP c_nio_http.c
[31/72] Compiling CNIOLLHTTP c_nio_api.c
[32/72] Compiling CNIOLinux liburing_shims.c
[33/72] Write swift-version-24593BA9C3E375BF.txt
[35/196] Emitting module SwiftyBase64
[36/196] Emitting module InternalCollectionsUtilities
[36/197] Compiling CNIOLLHTTP c_nio_llhttp.c
[37/218] Compiling c-nioatomics.c
[39/218] Emitting module BigInt
[40/239] Emitting module _NIOBase64
[41/239] Compiling _NIOBase64 Base64.swift
[42/240] Compiling BigInt Strideable.swift
[43/240] Compiling BigInt String Conversion.swift
[44/240] Compiling Atomics UnsafeAtomic.swift
[45/240] Compiling Atomics UnsafeAtomicLazyReference.swift
[46/242] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[47/242] Compiling SwiftyBase64 Base64.swift
[48/242] Compiling SwiftyBase64 Alphabets.swift
[49/243] Compiling Atomics AtomicMemoryOrderings.swift
[50/243] Compiling Atomics DoubleWord.swift
[52/243] Compiling Atomics ManagedAtomic.swift
[53/243] Compiling Atomics ManagedAtomicLazyReference.swift
[55/243] Compiling Atomics AtomicBool.swift
[56/243] Compiling Atomics Primitives.shims.swift
[57/243] Compiling _NIODataStructures _TinyArray.swift
[58/243] Compiling _NIODataStructures PriorityQueue.swift
[59/243] Compiling Atomics OptionalRawRepresentable.swift
[60/243] Compiling Atomics RawRepresentable.swift
[61/243] Compiling Atomics AtomicStorage.swift
[62/243] Compiling Atomics AtomicValue.swift
[63/243] Compiling Atomics AtomicInteger.swift
[64/243] Compiling Atomics AtomicOptionalWrappable.swift
[65/243] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/243] Compiling Atomics IntegerConformances.swift
[67/243] Compiling Atomics PointerConformances.swift
[68/243] Compiling Atomics Primitives.native.swift
[69/243] Compiling Atomics AtomicReference.swift
[78/244] Wrapping AST for _NIOBase64 for debugging
[79/244] Wrapping AST for SwiftyBase64 for debugging
[81/244] Wrapping AST for InternalCollectionsUtilities for debugging
[83/259] Compiling BigInt Subtraction.swift
[84/259] Compiling BigInt Words and Bits.swift
[85/259] Compiling Atomics IntegerOperations.swift
[86/259] Compiling Atomics Unmanaged extensions.swift
[87/259] Compiling DequeModule Deque+CustomReflectable.swift
[88/259] Compiling DequeModule Deque+Descriptions.swift
[89/261] Compiling DequeModule _DequeBuffer.swift
[90/261] Compiling DequeModule _DequeBufferHeader.swift
[91/261] Emitting module _NIODataStructures
[92/261] Compiling _NIODataStructures Heap.swift
[93/262] Compiling DequeModule Deque+Equatable.swift
[94/262] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[95/262] Compiling DequeModule _DequeSlot.swift
[96/262] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/262] Compiling c-atomics.c
[98/262] Wrapping AST for _NIODataStructures for debugging
[100/262] Compiling DequeModule Deque+Codable.swift
[101/262] Compiling DequeModule Deque+Collection.swift
[102/262] Compiling DequeModule Deque+Testing.swift
[103/262] Compiling DequeModule Deque._Storage.swift
[104/262] Compiling DequeModule Deque+Extras.swift
[105/262] Compiling DequeModule Deque+Hashable.swift
[106/262] Compiling DequeModule Deque._UnsafeHandle.swift
[107/262] Compiling DequeModule Deque.swift
[123/269] Emitting module DequeModule
[125/270] Compiling CryptoSwift CompactMap.swift
[126/270] Compiling CryptoSwift Cryptor.swift
[127/270] Compiling CryptoSwift Cryptors.swift
[128/270] Compiling CryptoSwift Digest.swift
[129/270] Compiling CryptoSwift DigestType.swift
[130/270] Compiling CryptoSwift AES+Foundation.swift
[131/270] Compiling CryptoSwift Array+Foundation.swift
[132/270] Compiling CryptoSwift Blowfish+Foundation.swift
[133/270] Compiling CryptoSwift ChaCha20+Foundation.swift
[134/270] Compiling CryptoSwift Data+Extension.swift
[135/270] Compiling CryptoSwift HMAC+Foundation.swift
[136/270] Compiling CryptoSwift Rabbit+Foundation.swift
[137/270] Compiling CryptoSwift String+FoundationExtension.swift
[138/270] Compiling CryptoSwift Utils+Foundation.swift
[139/284] Wrapping AST for DequeModule for debugging
[140/284] Wrapping AST for BigInt for debugging
[142/284] Compiling NIOConcurrencyHelpers lock.swift
[143/284] Compiling NIOConcurrencyHelpers NIOLock.swift
[144/284] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[145/284] Emitting module Atomics
[146/284] Compiling NIOConcurrencyHelpers atomics.swift
[147/284] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[148/284] Emitting module NIOConcurrencyHelpers
[156/286] Wrapping AST for NIOConcurrencyHelpers for debugging
[157/286] Wrapping AST for Atomics for debugging
[159/346] Compiling NIOCore IOData.swift
[160/346] Compiling NIOCore IPProtocol.swift
[161/346] Compiling NIOCore IntegerBitPacking.swift
[162/346] Compiling NIOCore IntegerTypes.swift
[163/346] Compiling NIOCore Interfaces.swift
[164/346] Compiling NIOCore Linux.swift
[165/346] Compiling NIOCore MarkedCircularBuffer.swift
[166/346] Compiling NIOCore MulticastChannel.swift
[167/346] Compiling NIOCore NIOAny.swift
[168/346] Compiling NIOCore NIOCloseOnErrorHandler.swift
[169/346] Compiling NIOCore NIOLoopBound.swift
[170/346] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[171/346] Compiling NIOCore NIOScheduledCallback.swift
[172/346] Compiling NIOCore NIOSendable.swift
[173/346] Compiling NIOCore ChannelHandler.swift
[174/346] Compiling NIOCore ChannelHandlers.swift
[175/346] Compiling NIOCore ChannelInvoker.swift
[176/346] Compiling NIOCore ChannelOption.swift
[177/346] Compiling NIOCore ChannelPipeline.swift
[178/346] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[179/346] Compiling NIOCore EventLoopFuture+Deprecated.swift
[180/346] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[181/346] Compiling NIOCore EventLoopFuture.swift
[182/346] Compiling NIOCore FileDescriptor.swift
[183/346] Compiling NIOCore FileHandle.swift
[184/346] Compiling NIOCore FileRegion.swift
[185/346] Compiling NIOCore GlobalSingletons.swift
[186/346] Compiling NIOCore IO.swift
[194/346] Compiling NIOCore RecvByteBufferAllocator.swift
[195/354] Compiling CryptoSwift Signature.swift
[196/354] Compiling CryptoSwift StreamDecryptor.swift
[197/354] Compiling CryptoSwift StreamEncryptor.swift
[198/354] Compiling CryptoSwift String+Extension.swift
[199/354] Compiling CryptoSwift UInt128.swift
[200/354] Compiling CryptoSwift UInt16+Extension.swift
[201/354] Compiling CryptoSwift UInt32+Extension.swift
[202/354] Compiling CryptoSwift UInt64+Extension.swift
[203/354] Compiling CryptoSwift UInt8+Extension.swift
[204/354] Compiling CryptoSwift Updatable.swift
[205/354] Compiling CryptoSwift Utils.swift
[206/354] Compiling CryptoSwift XChaCha20.swift
[207/354] Compiling CryptoSwift ZeroPadding.swift
[208/354] Compiling CryptoSwift resource_bundle_accessor.swift
[209/354] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[210/354] Compiling NIOCore NIOAsyncWriter.swift
[211/354] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[212/354] Compiling NIOCore BSDSocketAPI.swift
[213/354] Compiling NIOCore ByteBuffer-aux.swift
[214/354] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[215/354] Compiling NIOCore ByteBuffer-conversions.swift
[216/354] Compiling NIOCore ByteBuffer-core.swift
[217/354] Compiling NIOCore ByteBuffer-hex.swift
[218/354] Compiling NIOCore ByteBuffer-int.swift
[219/354] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[220/354] Compiling NIOCore ByteBuffer-multi-int.swift
[221/354] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[222/354] Compiling NIOCore ByteBuffer-views.swift
[223/354] Compiling NIOCore Channel.swift
[240/354] Emitting module CryptoSwift
[241/354] Compiling NIOCore CircularBuffer.swift
[242/354] Compiling NIOCore Codec.swift
[243/354] Compiling NIOCore ConvenienceOptionSupport.swift
[244/354] Compiling NIOCore DeadChannel.swift
[245/354] Compiling NIOCore DispatchQueue+WithFuture.swift
[246/354] Compiling NIOCore EventLoop+Deprecated.swift
[247/354] Compiling NIOCore EventLoop+SerialExecutor.swift
[248/354] Compiling NIOCore EventLoop.swift
[249/354] Compiling NIOCore AddressedEnvelope.swift
[250/354] Compiling NIOCore AsyncAwaitSupport.swift
[251/354] Compiling NIOCore AsyncChannel.swift
[252/354] Compiling NIOCore AsyncChannelHandler.swift
[253/354] Compiling NIOCore AsyncChannelInboundStream.swift
[254/354] Compiling NIOCore AsyncChannelOutboundWriter.swift
[255/354] Compiling NIOCore NIOAsyncSequenceProducer.swift
[256/354] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[257/354] Compiling NIOCore SocketAddresses.swift
[258/354] Compiling NIOCore SocketOptionProvider.swift
[259/354] Compiling NIOCore SystemCallHelpers.swift
[260/354] Compiling NIOCore TimeAmount+Duration.swift
[261/354] Compiling NIOCore TypeAssistedChannelHandler.swift
[262/354] Compiling NIOCore UniversalBootstrapSupport.swift
[263/354] Compiling NIOCore Utilities.swift
[264/354] Compiling CryptoSwift XChaCha20+Foundation.swift
[265/354] Compiling CryptoSwift Generics.swift
[266/354] Compiling CryptoSwift HKDF.swift
[267/354] Compiling CryptoSwift HMAC.swift
[268/354] Compiling CryptoSwift ISO10126Padding.swift
[269/354] Compiling CryptoSwift ISO78164Padding.swift
[270/354] Compiling CryptoSwift Int+Extension.swift
[271/354] Compiling CryptoSwift MD5.swift
[272/354] Compiling CryptoSwift NoPadding.swift
[273/354] Compiling CryptoSwift Operators.swift
[274/354] Compiling CryptoSwift DER.swift
[275/354] Compiling CryptoSwift PBKDF1.swift
[276/354] Compiling CryptoSwift PBKDF2.swift
[277/354] Compiling CryptoSwift PKCS1v15.swift
[278/354] Compiling CryptoSwift PKCS5.swift
[279/354] Compiling CryptoSwift PKCS7.swift
[280/354] Compiling CryptoSwift PKCS7Padding.swift
[281/354] Compiling CryptoSwift Padding.swift
[282/354] Compiling CryptoSwift Poly1305.swift
[283/354] Compiling CryptoSwift RSA+Cipher.swift
[284/354] Compiling CryptoSwift RSA+Signature.swift
[285/354] Compiling CryptoSwift RSA.swift
[286/354] Compiling CryptoSwift Rabbit.swift
[287/354] Compiling CryptoSwift SHA1.swift
[288/354] Compiling CryptoSwift SHA2.swift
[289/354] Compiling CryptoSwift SHA3.swift
[290/354] Compiling CryptoSwift Scrypt.swift
[291/354] Compiling CryptoSwift SecureBytes.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:
[318/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/105] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/106] Emitting module BigInt
[4/108] Compiling SwiftyBase64 Alphabets.swift
[5/108] Emitting module _NIOBase64
[6/108] Compiling SwiftyBase64 Base64.swift
[7/108] Emitting module SwiftyBase64
[8/109] Compiling NIOConcurrencyHelpers lock.swift
[9/109] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/109] Compiling Atomics AtomicInteger.swift
[11/109] Compiling Atomics AtomicOptionalWrappable.swift
[12/109] Compiling Atomics AtomicValue.swift
[13/109] Compiling Atomics Primitives.shims.swift
[14/109] Compiling NIOConcurrencyHelpers NIOLock.swift
[16/193] Compiling CryptoSwift ASN1Decoder.swift
[17/193] Compiling CryptoSwift ASN1Encoder.swift
[18/209] Compiling CryptoSwift BlockDecryptor.swift
[19/209] Compiling CryptoSwift BlockEncryptor.swift
[20/209] Compiling CryptoSwift BlockMode.swift
[21/209] Compiling CryptoSwift BlockModeOptions.swift
[22/211] Compiling CryptoSwift Bit.swift
[23/211] Compiling CryptoSwift BlockCipher.swift
[24/211] Compiling Atomics IntegerOperations.swift
[25/211] Compiling Atomics Unmanaged extensions.swift
[26/211] Compiling _NIODataStructures Heap.swift
[27/211] Compiling CryptoSwift AEAD.swift
[28/211] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[29/211] Compiling _NIOBase64 Base64.swift
[31/211] Compiling CryptoSwift Array+Extension.swift
[32/211] Compiling CryptoSwift Authenticator.swift
[33/211] Compiling CryptoSwift BatchedCollection.swift
[34/211] Emitting module _NIODataStructures
[35/211] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[36/211] Compiling CryptoSwift AES.Cryptors.swift
[37/211] Compiling CryptoSwift AES.swift
[38/211] Compiling CryptoSwift ASN1.swift
[44/211] Compiling CryptoSwift ASN1Scanner.swift
[45/211] Emitting module NIOConcurrencyHelpers
[46/211] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[49/211] Compiling CryptoSwift CFB.swift
[50/211] Compiling CryptoSwift CTR.swift
[51/211] Compiling _NIODataStructures _TinyArray.swift
[52/211] Compiling _NIODataStructures PriorityQueue.swift
[53/212] Compiling NIOConcurrencyHelpers atomics.swift
[54/212] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[55/213] Emitting module InternalCollectionsUtilities
[59/212] Emitting module Atomics
[68/212] Wrapping AST for InternalCollectionsUtilities for debugging
[70/227] Compiling DequeModule Deque+Testing.swift
[71/227] Compiling DequeModule Deque._Storage.swift
[76/228] Wrapping AST for BigInt for debugging
[78/228] Compiling DequeModule Deque+Equatable.swift
[79/228] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/228] Compiling DequeModule Deque+CustomReflectable.swift
[81/228] Compiling DequeModule Deque+Descriptions.swift
[82/228] Compiling DequeModule Deque+Extras.swift
[83/228] Compiling DequeModule Deque+Hashable.swift
[84/230] Compiling DequeModule Deque+Codable.swift
[85/230] Compiling DequeModule Deque+Collection.swift
[88/230] Compiling DequeModule _DequeBuffer.swift
[89/230] Compiling DequeModule _DequeBufferHeader.swift
[90/230] Compiling DequeModule Deque._UnsafeHandle.swift
[91/230] Compiling DequeModule Deque.swift
[92/230] Emitting module DequeModule
[93/230] Compiling DequeModule _DequeSlot.swift
[94/230] Compiling DequeModule _UnsafeWrappedBuffer.swift
[101/232] Wrapping AST for DequeModule for debugging
[103/232] Wrapping AST for Atomics for debugging
[105/292] Compiling NIOCore DeadChannel.swift
[106/292] Compiling NIOCore DispatchQueue+WithFuture.swift
[107/292] Compiling NIOCore EventLoop+Deprecated.swift
[108/292] Compiling NIOCore EventLoop+SerialExecutor.swift
[109/292] Compiling NIOCore EventLoop.swift
[110/292] Compiling NIOCore IO.swift
[111/292] Compiling NIOCore IOData.swift
[112/292] Compiling NIOCore IPProtocol.swift
[113/292] Compiling NIOCore IntegerBitPacking.swift
[114/292] Compiling NIOCore IntegerTypes.swift
[115/292] Compiling NIOCore Interfaces.swift
[116/292] Compiling NIOCore Linux.swift
[117/292] Compiling NIOCore MarkedCircularBuffer.swift
[118/292] Compiling NIOCore MulticastChannel.swift
[119/306] Compiling NIOCore NIOAny.swift
[120/306] Compiling NIOCore NIOCloseOnErrorHandler.swift
[121/306] Compiling NIOCore NIOLoopBound.swift
[122/306] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[123/306] Compiling NIOCore NIOScheduledCallback.swift
[124/306] Compiling NIOCore NIOSendable.swift
[125/306] Compiling NIOCore RecvByteBufferAllocator.swift
[126/306] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[127/306] Compiling NIOCore EventLoopFuture+Deprecated.swift
[128/306] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[129/306] Compiling NIOCore EventLoopFuture.swift
[130/306] Compiling NIOCore FileDescriptor.swift
[131/306] Compiling NIOCore FileHandle.swift
[132/306] Compiling NIOCore FileRegion.swift
[141/314] Emitting module CryptoSwift
[150/314] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[151/314] Compiling NIOCore BSDSocketAPI.swift
[152/314] Compiling NIOCore ByteBuffer-aux.swift
[153/314] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[154/314] Compiling NIOCore ByteBuffer-conversions.swift
[155/314] Compiling NIOCore ByteBuffer-core.swift
[156/314] Compiling NIOCore ByteBuffer-hex.swift
[157/314] Compiling NIOCore ByteBuffer-int.swift
[158/314] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[159/314] Compiling NIOCore AddressedEnvelope.swift
[160/314] Compiling NIOCore AsyncAwaitSupport.swift
[161/314] Compiling NIOCore AsyncChannel.swift
[162/314] Compiling NIOCore AsyncChannelHandler.swift
[163/314] Compiling NIOCore AsyncChannelInboundStream.swift
[164/314] Compiling NIOCore AsyncChannelOutboundWriter.swift
[165/314] Compiling NIOCore NIOAsyncSequenceProducer.swift
[166/314] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[167/314] Compiling NIOCore NIOAsyncWriter.swift
[168/314] Compiling NIOCore ByteBuffer-multi-int.swift
[169/314] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[170/314] Compiling NIOCore ByteBuffer-views.swift
[171/314] Compiling NIOCore Channel.swift
[172/314] Compiling NIOCore ChannelHandler.swift
[173/314] Compiling NIOCore ChannelHandlers.swift
[174/314] Compiling NIOCore ChannelInvoker.swift
[175/314] Compiling NIOCore ChannelOption.swift
[176/314] Compiling NIOCore ChannelPipeline.swift
[177/314] Compiling NIOCore CircularBuffer.swift
[178/314] Compiling NIOCore Codec.swift
[179/314] Compiling NIOCore ConvenienceOptionSupport.swift
[187/314] Compiling NIOCore GlobalSingletons.swift
[188/314] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[189/314] Compiling NIOCore SocketAddresses.swift
[190/314] Compiling NIOCore SocketOptionProvider.swift
[191/314] Compiling NIOCore SystemCallHelpers.swift
[192/314] Compiling NIOCore TimeAmount+Duration.swift
[193/314] Compiling NIOCore TypeAssistedChannelHandler.swift
[194/314] Compiling NIOCore UniversalBootstrapSupport.swift
[195/314] Compiling NIOCore Utilities.swift
[196/314] Compiling CryptoSwift Signature.swift
[197/314] Compiling CryptoSwift StreamDecryptor.swift
[198/314] Compiling CryptoSwift StreamEncryptor.swift
[199/314] Compiling CryptoSwift String+Extension.swift
[200/314] Compiling CryptoSwift UInt128.swift
[201/314] Compiling CryptoSwift UInt16+Extension.swift
[202/314] Compiling CryptoSwift UInt32+Extension.swift
[203/314] Compiling CryptoSwift UInt64+Extension.swift
[204/314] Compiling CryptoSwift UInt8+Extension.swift
[205/314] Compiling CryptoSwift Updatable.swift
[206/314] Compiling CryptoSwift Utils.swift
[207/314] Compiling CryptoSwift XChaCha20.swift
[208/314] Compiling CryptoSwift ZeroPadding.swift
[209/314] Compiling CryptoSwift resource_bundle_accessor.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:
[236/314] Compiling CryptoSwift Data+Extension.swift
[237/314] Compiling CryptoSwift HMAC+Foundation.swift
[238/314] Compiling CryptoSwift Rabbit+Foundation.swift
[239/314] Compiling CryptoSwift String+FoundationExtension.swift
[240/314] Compiling CryptoSwift Utils+Foundation.swift
[241/314] Compiling CryptoSwift XChaCha20+Foundation.swift
[242/314] Compiling CryptoSwift Generics.swift
[243/314] Compiling CryptoSwift HKDF.swift
[244/314] Compiling CryptoSwift HMAC.swift
[245/314] Compiling CryptoSwift ISO10126Padding.swift
[246/314] Compiling CryptoSwift ISO78164Padding.swift
[247/314] Compiling CryptoSwift Int+Extension.swift
[248/314] Compiling CryptoSwift MD5.swift
[249/314] Compiling CryptoSwift NoPadding.swift
[250/314] Compiling CryptoSwift Operators.swift
[251/314] Compiling CryptoSwift DER.swift
[252/314] Compiling CryptoSwift PBKDF1.swift
[253/314] Compiling CryptoSwift PBKDF2.swift
[254/314] Compiling CryptoSwift PKCS1v15.swift
[255/314] Compiling CryptoSwift PKCS5.swift
[256/314] Compiling CryptoSwift PKCS7.swift
[257/314] Compiling CryptoSwift PKCS7Padding.swift
[258/314] Compiling CryptoSwift Padding.swift
[259/314] Compiling CryptoSwift Poly1305.swift
[260/314] Compiling CryptoSwift RSA+Cipher.swift
[261/314] Compiling CryptoSwift RSA+Signature.swift
[262/314] Compiling CryptoSwift RSA.swift
[263/314] Compiling CryptoSwift Rabbit.swift
[264/314] Compiling CryptoSwift SHA1.swift
[265/314] Compiling CryptoSwift SHA2.swift
[266/314] Compiling CryptoSwift SHA3.swift
[267/314] Compiling CryptoSwift Scrypt.swift
[268/314] Compiling CryptoSwift SecureBytes.swift
[287/315] Wrapping AST for CryptoSwift for debugging
[289/315] Emitting module NIOCore
BUILD FAILURE 6.1 wasm