Build Information
Failed to build Auth, reference 0.5.2 (077bf9), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 14:25:48 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/attaswift/BigInt
Fetching https://github.com/apple/swift-nio.git
[1/4878] Fetching bigint
[2/18219] Fetching bigint, cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.02s)
[1/83194] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (43.65s)
Fetched https://github.com/attaswift/BigInt from cache (43.65s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 4.0.0 (46.10s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (0.65s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.98.0 (0.69s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1820] Fetching swift-atomics
[74/7421] Fetching swift-atomics, swift-system
[75/31004] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.82s)
Fetched https://github.com/apple/swift-system.git from cache (1.82s)
Fetched https://github.com/apple/swift-collections.git from cache (1.82s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.65s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.98.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.3.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.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.4.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "google-auth-library-swift",
"name": "Auth",
"url": "https://github.com/barrault01/google-auth-library-swift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/google-auth-library-swift",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-nio",
"name": "swift-nio",
"url": "https://github.com/apple/swift-nio.git",
"version": "2.98.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-nio",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-atomics",
"name": "swift-atomics",
"url": "https://github.com/apple/swift-atomics.git",
"version": "1.3.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-atomics",
"traits": [
"default"
],
"dependencies": [
]
},
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.4.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"traits": [
],
"dependencies": [
]
},
{
"identity": "swift-system",
"name": "swift-system",
"url": "https://github.com/apple/swift-system.git",
"version": "1.6.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-system",
"traits": [
"default"
],
"dependencies": [
]
}
]
},
{
"identity": "cryptoswift",
"name": "CryptoSwift",
"url": "https://github.com/krzyzanowskim/CryptoSwift.git",
"version": "1.9.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
"traits": [
"default"
],
"dependencies": [
]
},
{
"identity": "bigint",
"name": "BigInt",
"url": "https://github.com/attaswift/BigInt",
"version": "4.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/barrault01/google-auth-library-swift.git
[1/536] Fetching google-auth-library-swift
Fetched https://github.com/barrault01/google-auth-library-swift.git from cache (1.10s)
Fetching https://github.com/attaswift/BigInt from cache
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/apple/swift-nio.git from cache (0.74s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.74s)
Fetched https://github.com/attaswift/BigInt from cache (0.74s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 4.0.0 (0.80s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (0.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.98.0 (0.03s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.55s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
Fetched https://github.com/apple/swift-system.git from cache (0.55s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.05s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.98.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.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.3.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.6.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/barrault01/google-auth-library-swift.git
Working copy of https://github.com/barrault01/google-auth-library-swift.git resolved at 0.5.2 (077bf9b)
warning: '.resolve-product-dependencies': dependency 'google-auth-library-swift' is not used by any target
Found 3 product dependencies
- swift-nio
- CryptoSwift
- BigInt
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/barrault01/google-auth-library-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/65] Write sources
[2/65] Write GitHub-entitlement.plist
[2/65] Write Meetup-entitlement.plist
[5/65] Write Spotify-entitlement.plist
[5/65] Write Google-entitlement.plist
[5/65] Write Twitter-entitlement.plist
[6/65] Write TokenSource-entitlement.plist
[9/65] Write sources
[11/65] Copying PrivacyInfo.xcprivacy
[13/65] Write sources
[23/65] Copying PrivacyInfo.xcprivacy
[25/65] Write sources
[30/65] Compiling CNIOWindows shim.c
[30/65] Compiling CNIOWindows WSAStartup.c
[32/65] Compiling CNIOWASI CNIOWASI.c
[33/65] Compiling CNIOLinux shim.c
[34/65] Compiling CNIOOpenBSD shim.c
[35/65] Compiling CNIOLinux liburing_shims.c
[36/65] Write sources
[38/65] Write swift-version--6988338F2F200930.txt
[39/71] Compiling _AtomicsShims.c
[40/71] Compiling CNIOPosix event_loop_id.c
[41/74] Compiling CNIOLLHTTP c_nio_api.c
[42/93] Compiling CNIOLLHTTP c_nio_http.c
[43/93] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/237] Compiling CNIODarwin shim.c
[46/237] Compiling _NIOBase64 Base64.swift
[47/237] Emitting module _NIOBase64
[48/237] Compiling SwiftyBase64 Alphabets.swift
[49/237] Compiling SwiftyBase64 Base64.swift
[50/237] Emitting module SwiftyBase64
[51/237] Compiling CryptoSwift AES+Foundation.swift
[52/237] Compiling CryptoSwift Array+Foundation.swift
[53/237] Compiling CryptoSwift Digest.swift
[54/237] Compiling CryptoSwift DigestType.swift
[55/238] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[56/238] Compiling CryptoSwift BitwiseOps.swift
[57/238] Compiling CryptoSwift CS.swift
[58/238] Compiling CryptoSwift BigInt.swift
[59/238] Compiling CryptoSwift BigUInt.swift
[60/238] Compiling CryptoSwift CMAC.swift
[61/238] Compiling CryptoSwift Addition.swift
[62/238] Compiling CryptoSwift OFB.swift
[63/238] Compiling CryptoSwift PCBC.swift
[64/238] Compiling CryptoSwift Blowfish.swift
[65/238] Compiling CryptoSwift CBCMAC.swift
[66/238] Compiling CryptoSwift GCM.swift
[67/238] Compiling CryptoSwift OCB.swift
[68/238] Emitting module InternalCollectionsUtilities
[69/238] Compiling CryptoSwift Cryptor.swift
[70/238] Compiling CryptoSwift Cryptors.swift
[71/238] Compiling _NIODataStructures PriorityQueue.swift
[72/238] Emitting module _NIODataStructures
[73/238] Compiling _NIODataStructures Heap.swift
[74/238] Compiling _NIODataStructures _TinyArray.swift
[91/273] Compiling ContainersPreview Producer+Filter.swift
[92/273] Compiling ContainersPreview Producer+Map.swift
[93/273] Compiling ContainersPreview Producer+Reduce.swift
[94/276] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[95/276] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[96/276] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[97/276] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[98/276] Compiling Atomics Unmanaged extensions.swift
[99/276] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[100/276] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[101/276] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[102/276] Compiling ContainersPreview BorrowingSequence.swift
[103/276] Compiling ContainersPreview Producer.swift
[104/276] Compiling ContainersPreview Borrow.swift
[105/276] Compiling ContainersPreview Box.swift
[106/276] Compiling ContainersPreview Drain+Reduce.swift
[107/276] Compiling ContainersPreview Drain.swift
[108/276] Compiling ContainersPreview Producer+Collect.swift
[109/276] Compiling ContainersPreview ContainerIterator.swift
[110/276] Compiling ContainersPreview DynamicContainer.swift
[111/276] Compiling ContainersPreview MutableContainer.swift
[112/276] Compiling ContainersPreview PermutableContainer.swift
[113/276] Compiling ContainersPreview RandomAccessContainer.swift
[114/276] Compiling ContainersPreview RangeExpression2.swift
[115/276] Compiling ContainersPreview RangeReplaceableContainer.swift
[116/276] Compiling ContainersPreview Drain+Map.swift
[117/276] Compiling ContainersPreview BidirectionalContainer.swift
[118/276] Compiling ContainersPreview Container+Filter.swift
[119/276] Compiling ContainersPreview Container+SpanwiseZip.swift
[120/276] Compiling ContainersPreview Container.swift
[121/276] Compiling ContainersPreview Inout.swift
[122/276] Compiling ContainersPreview InputSpan.swift
[123/276] Compiling ContainersPreview Shared.swift
[124/276] Emitting module ContainersPreview
[125/276] Compiling ContainersPreview OutputSpan+Extras.swift
[126/276] Compiling ContainersPreview TemporaryAllocation.swift
[127/276] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[128/276] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[131/276] Emitting module Atomics
[132/317] Compiling DequeModule RigidDeque+Consumption.swift
[133/317] Compiling DequeModule RigidDeque+Container.swift
[134/317] Compiling DequeModule RigidDeque+Descriptions.swift
[135/317] Compiling DequeModule RigidDeque+Equatable.swift
[136/317] Compiling DequeModule RigidDeque+Experimental.swift
[137/321] Compiling DequeModule UniqueDeque+Append.swift
[138/321] Compiling DequeModule UniqueDeque+Consumption.swift
[139/321] Compiling DequeModule UniqueDeque+Container.swift
[140/321] Compiling DequeModule UniqueDeque+Descriptions.swift
[141/321] Compiling DequeModule UniqueDeque+Equatable.swift
[142/321] Compiling DequeModule UniqueDeque+Experimental.swift
[143/321] Compiling DequeModule UniqueDeque+Hashable.swift
[144/321] Compiling DequeModule UniqueDeque+Initializers.swift
[145/321] Compiling DequeModule RigidDeque+Removals.swift
[146/321] Compiling DequeModule RigidDeque+Replacements.swift
[147/321] Compiling DequeModule RigidDeque+Testing.swift
[148/321] Compiling DequeModule RigidDeque.swift
[149/321] Compiling DequeModule UniqueDeque+Insertions.swift
[150/321] Compiling DequeModule UniqueDeque+Prepend.swift
[151/321] Compiling DequeModule UniqueDeque+Removals.swift
[152/321] Compiling DequeModule UniqueDeque+Replacements.swift
[153/321] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[154/321] Compiling DequeModule Deque+Extras.swift
[155/321] Compiling DequeModule Deque+Hashable.swift
[156/321] Compiling DequeModule Deque+Testing.swift
[157/321] Compiling DequeModule Deque._Storage.swift
[158/321] Compiling DequeModule RigidDeque+Hashable.swift
[159/321] Compiling DequeModule RigidDeque+Initializers.swift
[160/321] Compiling DequeModule RigidDeque+Insertions.swift
[161/321] Compiling DequeModule RigidDeque+Prepend.swift
[162/321] Compiling DequeModule Deque._UnsafeHandle.swift
[163/321] Compiling DequeModule Deque.swift
[164/321] Compiling DequeModule _DequeBuffer.swift
[165/321] Compiling DequeModule _DequeBufferHeader.swift
[166/321] Compiling DequeModule RigidDeque+Append.swift
[167/321] Compiling DequeModule Deque+Codable.swift
[168/321] Compiling DequeModule Deque+Collection.swift
[169/321] Compiling DequeModule Deque+CustomReflectable.swift
[170/321] Compiling DequeModule Deque+Descriptions.swift
[171/321] Compiling DequeModule Deque+Equatable.swift
[172/321] Emitting module BigInt
[177/323] Compiling DequeModule UniqueDeque.swift
[178/323] Compiling DequeModule _DequeSlot.swift
[179/323] Compiling DequeModule _UnsafeDequeHandle.swift
[180/323] Compiling DequeModule _UnsafeDequeSegments.swift
[181/323] Emitting module DequeModule
[182/323] Compiling BigInt Subtraction.swift
[183/323] Compiling BigInt Words and Bits.swift
[200/323] Compiling CryptoSwift String+FoundationExtension.swift
[201/323] Compiling CryptoSwift Utils+Foundation.swift
[202/323] Compiling CryptoSwift XChaCha20+Foundation.swift
[203/323] Compiling CryptoSwift Generics.swift
[204/323] Compiling CryptoSwift HKDF.swift
[205/323] Compiling CryptoSwift HMAC.swift
[206/323] Compiling CryptoSwift ISO10126Padding.swift
[207/323] Compiling CryptoSwift ISO78164Padding.swift
[208/323] Compiling CryptoSwift Int+Extension.swift
[209/323] Compiling CryptoSwift MD5.swift
[210/323] Compiling CryptoSwift NoPadding.swift
[220/334] Compiling CryptoSwift Poly1305.swift
[221/334] Compiling CryptoSwift RSA+Cipher.swift
[222/334] Compiling CryptoSwift Bit.swift
[223/334] Compiling CryptoSwift BlockCipher.swift
[224/334] Compiling CryptoSwift BlockDecryptor.swift
[225/334] Compiling CryptoSwift BlockEncryptor.swift
[226/334] Compiling CryptoSwift BlockMode.swift
[227/334] Compiling CryptoSwift BlockModeOptions.swift
[228/334] Compiling CryptoSwift CBC.swift
[229/334] Compiling CryptoSwift CCM.swift
[230/334] Compiling CryptoSwift CFB.swift
[231/334] Compiling CryptoSwift CTR.swift
[232/334] Compiling CryptoSwift CipherModeWorker.swift
[233/334] Compiling CryptoSwift ECB.swift
[234/334] Compiling CryptoSwift Codable.swift
[235/334] Compiling CryptoSwift Comparable.swift
[236/334] Compiling CryptoSwift DataConversion.swift
[237/334] Compiling CryptoSwift Division.swift
[238/334] Compiling CryptoSwift Exponentiation.swift
[239/334] Compiling CryptoSwift FloatingPointConversion.swift
[240/334] Compiling CryptoSwift GCD.swift
[241/334] Compiling CryptoSwift Hashable.swift
[242/334] Compiling CryptoSwift IntegerConversion.swift
[243/334] Compiling CryptoSwift Multiplication.swift
[244/334] Compiling CryptoSwift PrimeTest.swift
[245/334] Compiling CryptoSwift Random.swift
[246/334] Emitting module CryptoSwift
[247/334] Compiling CryptoSwift Shifts.swift
[248/334] Compiling CryptoSwift SquareRoot.swift
[249/334] Compiling CryptoSwift Strideable.swift
[250/334] Compiling CryptoSwift StringConversion.swift
[251/334] Compiling CryptoSwift Subtraction.swift
[252/334] Compiling CryptoSwift WordsAndBits.swift
[253/334] Compiling CryptoSwift ChaCha20.swift
[254/334] Compiling CryptoSwift Checksum.swift
[255/334] Compiling CryptoSwift Cipher.swift
[256/334] Compiling CryptoSwift Collection+Extension.swift
[257/334] Compiling CryptoSwift CompactMap.swift
[258/334] Compiling CryptoSwift RSA+Signature.swift
[259/334] Compiling CryptoSwift RSA.swift
[260/334] Compiling CryptoSwift Rabbit.swift
[261/334] Compiling CryptoSwift SHA1.swift
[262/334] Compiling CryptoSwift SHA2.swift
[263/334] Compiling CryptoSwift SHA3.swift
[264/334] Compiling CryptoSwift Scrypt.swift
[265/334] Compiling CryptoSwift SecureBytes.swift
[266/334] Compiling CryptoSwift Signature.swift
[267/334] Compiling CryptoSwift StreamDecryptor.swift
[268/334] Compiling CryptoSwift StreamEncryptor.swift
[268/334] Compiling c-nioatomics.c
[305/334] Compiling CryptoSwift String+Extension.swift
[306/334] Compiling CryptoSwift UInt128.swift
[307/334] Compiling CryptoSwift UInt16+Extension.swift
[308/334] Compiling CryptoSwift UInt32+Extension.swift
[309/334] Compiling CryptoSwift UInt64+Extension.swift
[310/334] Compiling CryptoSwift UInt8+Extension.swift
[311/334] Compiling CryptoSwift Updatable.swift
[312/334] Compiling CryptoSwift Utils.swift
[313/334] Compiling CryptoSwift XChaCha20.swift
[314/334] Compiling CryptoSwift ZeroPadding.swift
[315/334] Compiling CryptoSwift resource_bundle_accessor.swift
[315/334] Compiling c-atomics.c
[317/341] Compiling NIOConcurrencyHelpers atomics.swift
[318/341] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[319/341] Compiling NIOConcurrencyHelpers lock.swift
[320/341] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[321/341] Emitting module NIOConcurrencyHelpers
[322/341] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[323/341] Compiling NIOConcurrencyHelpers NIOLock.swift
[324/406] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[325/406] Compiling NIOCore NIOScheduledCallback.swift
[326/406] Compiling NIOCore NIOSendable.swift
[327/406] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[328/406] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[329/406] Compiling NIOCore RecvByteBufferAllocator.swift
[330/406] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[331/413] Compiling NIOCore IO.swift
[332/413] Compiling NIOCore IOData.swift
[333/413] Compiling NIOCore IPProtocol.swift
[334/413] Compiling NIOCore IntegerBitPacking.swift
[335/413] Compiling NIOCore IntegerTypes.swift
[336/413] Compiling NIOCore Interfaces.swift
[337/413] Compiling NIOCore Linux.swift
[338/413] Compiling NIOCore ConvenienceOptionSupport.swift
[339/413] Compiling NIOCore DeadChannel.swift
[340/413] Compiling NIOCore DispatchQueue+WithFuture.swift
[341/413] Compiling NIOCore EventLoop+Deprecated.swift
[342/413] Compiling NIOCore EventLoop+SerialExecutor.swift
[343/413] Compiling NIOCore EventLoop.swift
[344/413] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[345/413] Compiling NIOCore MarkedCircularBuffer.swift
[346/413] Compiling NIOCore MulticastChannel.swift
[347/413] Compiling NIOCore NIOAny.swift
[348/413] Compiling NIOCore NIOCloseOnErrorHandler.swift
[349/413] Compiling NIOCore NIOCoreSendableMetatype.swift
[350/413] Compiling NIOCore NIODecodedAsyncSequence.swift
[351/413] Compiling NIOCore NIOLoopBound.swift
[352/413] Compiling NIOCore EventLoopFuture+Deprecated.swift
[353/413] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[354/413] Compiling NIOCore EventLoopFuture.swift
[355/413] Compiling NIOCore FileDescriptor.swift
[356/413] Compiling NIOCore FileHandle.swift
[357/413] Compiling NIOCore FileRegion.swift
[358/413] Compiling NIOCore GlobalSingletons.swift
[359/413] Compiling NIOCore SocketAddresses.swift
[360/413] Compiling NIOCore SocketOptionProvider.swift
[361/413] Compiling NIOCore SystemCallHelpers.swift
[362/413] Compiling NIOCore TimeAmount+Duration.swift
[363/413] Compiling NIOCore TypeAssistedChannelHandler.swift
[364/413] Compiling NIOCore UniversalBootstrapSupport.swift
[365/413] Compiling NIOCore Utilities.swift
[366/413] Compiling NIOCore ChannelHandler.swift
[367/413] Compiling NIOCore ChannelHandlers.swift
[368/413] Compiling NIOCore ChannelInvoker.swift
[369/413] Compiling NIOCore ChannelOption.swift
[370/413] Compiling NIOCore ChannelPipeline.swift
[371/413] Compiling NIOCore CircularBuffer.swift
[372/413] Compiling NIOCore Codec.swift
[373/413] Compiling NIOCore AddressedEnvelope.swift
[374/413] Compiling NIOCore AsyncAwaitSupport.swift
[375/413] Compiling NIOCore AsyncChannel.swift
[376/413] Compiling NIOCore AsyncChannelHandler.swift
[377/413] Compiling NIOCore AsyncChannelInboundStream.swift
[378/413] Compiling NIOCore AsyncChannelOutboundWriter.swift
[379/413] Compiling NIOCore NIOAsyncSequenceProducer.swift
[380/413] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[381/413] Compiling NIOCore NIOAsyncWriter.swift
[382/413] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[383/413] Compiling NIOCore BSDSocketAPI.swift
[384/413] Compiling NIOCore ByteBuffer-aux.swift
[385/413] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[386/413] Compiling NIOCore ByteBuffer-conversions.swift
[387/413] Compiling NIOCore ByteBuffer-core.swift
[388/413] Compiling NIOCore ByteBuffer-hex.swift
[389/413] Compiling NIOCore ByteBuffer-int.swift
[390/413] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[391/413] Compiling NIOCore ByteBuffer-multi-int.swift
[392/413] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[393/413] Compiling NIOCore ByteBuffer-views.swift
[394/413] Compiling NIOCore Channel.swift
[395/413] Emitting module NIOCore
[396/469] Emitting module NIOEmbedded
[397/469] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[398/469] Compiling NIOEmbedded Embedded.swift
[399/469] Compiling NIOEmbedded AsyncTestingChannel.swift
[400/469] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[401/469] Compiling NIOPosix PosixSingletons.swift
[402/469] Compiling NIOPosix RawSocketBootstrap.swift
[403/469] Compiling NIOPosix Resolver.swift
[404/469] Compiling NIOPosix Selectable.swift
[405/469] Compiling NIOPosix SelectableChannel.swift
[406/474] Compiling NIOPosix Linux.swift
[407/474] Compiling NIOPosix LinuxCPUSet.swift
[408/474] Compiling NIOPosix LinuxUring.swift
[409/474] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[410/474] Compiling NIOPosix NIOPosixSendableMetatype.swift
[411/474] Compiling NIOPosix NIOThreadPool.swift
[412/474] Compiling NIOPosix Utilities.swift
[413/474] Compiling NIOPosix VsockAddress.swift
[414/474] Compiling NIOPosix VsockChannelEvents.swift
[415/474] Compiling NIOPosix Windows.swift
[416/474] Compiling NIOPosix resource_bundle_accessor.swift
[417/474] Compiling NIOPosix FileDescriptor.swift
[418/474] Compiling NIOPosix GetaddrinfoResolver.swift
[419/474] Compiling NIOPosix HappyEyeballs.swift
[420/474] Compiling NIOPosix IO.swift
[421/474] Compiling NIOPosix IntegerBitPacking.swift
[422/474] Compiling NIOPosix IntegerTypes.swift
[423/474] Emitting module NIOPosix
[424/474] Compiling NIOPosix SelectorWSAPoll.swift
[425/474] Compiling NIOPosix ServerSocket.swift
[426/474] Compiling NIOPosix Socket.swift
[427/474] Compiling NIOPosix SocketChannel.swift
[428/474] Compiling NIOPosix SocketProtocols.swift
[429/474] Compiling NIOPosix BSDSocketAPICommon.swift
[430/474] Compiling NIOPosix BSDSocketAPIPosix.swift
[431/474] Compiling NIOPosix BSDSocketAPIWindows.swift
[432/474] Compiling NIOPosix BaseSocket.swift
[433/474] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[434/474] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[435/474] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[436/474] Compiling NIOPosix System.swift
[437/474] Compiling NIOPosix Thread.swift
[438/474] Compiling NIOPosix ThreadPosix.swift
[439/474] Compiling NIOPosix ThreadWindows.swift
[440/474] Compiling NIOPosix SelectableEventLoop.swift
[441/474] Compiling NIOPosix SelectorEpoll.swift
[442/474] Compiling NIOPosix SelectorGeneric.swift
[443/474] Compiling NIOPosix SelectorKqueue.swift
[444/474] Compiling NIOPosix SelectorUring.swift
[445/474] Compiling NIOPosix BaseSocketChannel.swift
[446/474] Compiling NIOPosix BaseStreamSocketChannel.swift
[447/474] Compiling NIOPosix Bootstrap.swift
[448/474] Compiling NIOPosix ControlMessage.swift
[449/474] Compiling NIOPosix DatagramVectorReadManager.swift
[450/474] Compiling NIOPosix Errors+Any.swift
[451/474] Compiling NIOPosix NonBlockingFileIO.swift
[452/474] Compiling NIOPosix PendingDatagramWritesManager.swift
[453/474] Compiling NIOPosix PendingWritesManager.swift
[454/474] Compiling NIOPosix PipeChannel.swift
[455/474] Compiling NIOPosix PipePair.swift
[456/474] Compiling NIOPosix Pool.swift
[457/476] Emitting module NIO
[458/476] Compiling NIO Exports.swift
[459/493] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[460/493] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[461/494] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[462/494] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[463/494] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[464/494] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[465/494] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[466/494] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[467/494] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[468/494] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[469/494] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[470/494] Emitting module NIOHTTP1
[471/494] Compiling NIOHTTP1 ByteCollectionUtils.swift
[472/494] Compiling NIOHTTP1 HTTPDecoder.swift
[473/494] Compiling NIOHTTP1 HTTPEncoder.swift
[474/494] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[475/494] Compiling NIOHTTP1 HTTPTypes.swift
[476/494] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[477/496] Compiling TinyHTTPServer TinyHTTPServer.swift
[478/496] Emitting module TinyHTTPServer
[479/517] Compiling OAuth2 TokenProvider.swift
[480/518] Compiling OAuth2 Token.swift
[481/518] Emitting module OAuth2
[482/518] Compiling OAuth2 JWT.swift
[483/518] Compiling OAuth2 RSA.swift
[484/518] Compiling OAuth2 GoogleCloudMetadataTokenProvider.swift
[485/518] Compiling OAuth2 GoogleRefreshTokenProvider.swift
[486/518] Compiling OAuth2 Connection.swift
[487/518] Compiling OAuth2 DefaultTokenProvider.swift
[488/518] Compiling OAuth2 ServiceAccountTokenProvider.swift
[489/518] Compiling OAuth2 BrowserTokenProvider.swift
[490/518] Compiling OAuth2 Code.swift
[491/518] Compiling OAuth2 ASN1.swift
[492/518] Compiling OAuth2 AuthError.swift
[493/518] Compiling OAuth2 openURL.swift
[494/518] Compiling OAuth1 TokenProvider.swift
[495/518] Compiling OAuth1 openURL.swift
[496/518] Emitting module OAuth1
[497/518] Compiling OAuth1 encode.swift
[498/518] Compiling OAuth1 BrowserTokenProvider.swift
[499/518] Compiling OAuth1 Token.swift
[500/518] Compiling OAuth1 Connection.swift
/Users/admin/builder/spi-builder-workspace/Sources/OAuth1/Connection.swift:49:52: error: cannot force unwrap value of non-optional type 'String'
47 | // generate the signature
48 | let hmac = try! CryptoSwift.HMAC(key: secret, variant: .sha1).authenticate(Array(signatureBaseString.utf8))
49 | parameters["oauth_signature"] = hmac.toBase64()!
| `- error: cannot force unwrap value of non-optional type 'String'
50 | }
51 |
BUILD FAILURE 6.3 macosSpm