The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CloudflareKit, reference main (429a21), with Swift 6.0 for Linux on 22 Oct 2024 15:17:27 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/cloudflare-swift.git
Reference: main
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/zunda-pixel/cloudflare-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 429a21b remove swift-testing (#18)
Cloned https://github.com/zunda-pixel/cloudflare-swift.git
Revision (git rev-parse @):
429a21bd486c55c5e20580d27914ce24c3149d2a
SUCCESS checkout https://github.com/zunda-pixel/cloudflare-swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/zunda-pixel/cloudflare-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:cdfc99d922304a35741e6888e6aaaea2f8271a1fe66021a96a2dddcfac2616e3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/zunda-pixel/http-client
[1/91] Fetching http-client
[92/1660] Fetching http-client, swift-atomics
Fetched https://github.com/zunda-pixel/http-client from cache (0.27s)
Fetching https://github.com/apple/swift-http-types
[1/1889] Fetching multipart-kit
[512/17350] Fetching multipart-kit, swift-collections
[2059/17891] Fetching multipart-kit, swift-collections, swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.17s)
[3449/17350] Fetching multipart-kit, swift-collections
[10717/88056] Fetching multipart-kit, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.52s)
[33707/72595] Fetching multipart-kit, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.56s)
Fetched https://github.com/vapor/multipart-kit from cache (1.61s)
[35353/70706] Fetching swift-nio
[50910/74536] Fetching swift-nio, swift-system
Fetched https://github.com/apple/swift-system.git from cache (3.93s)
Fetched https://github.com/apple/swift-nio.git from cache (4.01s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.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.3.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.65.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/vapor/multipart-kit
Working copy of https://github.com/vapor/multipart-kit resolved at 4.7.0
Creating working copy for https://github.com/zunda-pixel/http-client
Working copy of https://github.com/zunda-pixel/http-client resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.0
warning: 'swift-nio': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOPosix/PrivacyInfo.xcprivacy
Building for debugging...
[0/34] Write sources
[20/34] Compiling CNIOWindows shim.c
[21/34] Compiling CNIOWindows WSAStartup.c
[22/34] Compiling CNIOLinux liburing_shims.c
[23/34] Compiling CNIODarwin shim.c
[24/34] Compiling CNIOLLHTTP c_nio_http.c
[24/34] Write sources
[27/34] Compiling CNIOLLHTTP c_nio_api.c
[28/34] Compiling CNIOLinux shim.c
[29/34] Compiling _AtomicsShims.c
[30/34] Write swift-version-24593BA9C3E375BF.txt
[31/34] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/84] Emitting module _NIODataStructures
[33/84] Compiling c-nioatomics.c
[34/84] Compiling c-atomics.c
[36/90] Emitting module NIOConcurrencyHelpers
[37/90] Compiling HTTPTypes HTTPRequest.swift
[38/90] Compiling HTTPTypes HTTPResponse.swift
[39/90] Compiling HTTPTypes ISOLatin1String.swift
[40/90] Compiling _CollectionsUtilities UInt+reversed.swift
[41/90] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[42/90] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[43/92] Compiling _NIODataStructures PriorityQueue.swift
[44/92] Compiling _NIODataStructures _TinyArray.swift
[45/92] Compiling _CollectionsUtilities Debugging.swift
[46/92] Compiling _CollectionsUtilities Descriptions.swift
[47/92] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[48/92] Compiling _CollectionsUtilities Specialize.swift
[49/94] Compiling HTTPTypes HTTPParsedFields.swift
[50/94] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[51/94] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[52/94] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[53/94] Emitting module _NIOBase64
[54/94] Compiling _NIOBase64 Base64.swift
[55/94] Compiling _CollectionsUtilities _UniqueCollection.swift
[58/94] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[59/94] Compiling _CollectionsUtilities _SortedCollection.swift
[62/94] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/94] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/95] Emitting module Atomics
[65/95] Compiling _CollectionsUtilities Integer rank.swift
[66/95] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[67/95] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[71/95] Emitting module _CollectionsUtilities
[82/95] Compiling Atomics IntegerOperations.swift
[83/95] Compiling Atomics Unmanaged extensions.swift
[88/301] Compiling _NIODataStructures Heap.swift
[89/301] Compiling NIOConcurrencyHelpers atomics.swift
[90/320] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[91/320] Compiling NIOConcurrencyHelpers NIOLock.swift
[93/320] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/320] Compiling NIOConcurrencyHelpers lock.swift
[95/321] Compiling HTTPTypes HTTPFieldName.swift
[96/321] Compiling HTTPTypes HTTPFields.swift
[97/321] Compiling HTTPTypes HTTPField.swift
[98/321] Emitting module HTTPTypes
[101/323] Compiling HeapModule _HeapNode.swift
[102/375] Compiling BitCollections BitArray+Initializers.swift
[103/375] Compiling BitCollections BitArray+Invariants.swift
[104/383] Compiling HeapModule Heap+UnsafeHandle.swift
[105/383] Compiling HeapModule Heap+Invariants.swift
[106/383] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[107/383] Compiling HeapModule Heap.swift
[108/383] Emitting module HeapModule
[109/383] Compiling HeapModule Heap+Descriptions.swift
[111/384] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[112/384] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[113/384] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[114/384] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[115/384] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[116/384] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[117/384] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[118/391] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[119/391] Compiling BitCollections BitSet+CustomReflectable.swift
[120/391] Compiling BitCollections BitSet+CustomStringConvertible.swift
[121/391] Compiling BitCollections BitSet+Equatable.swift
[122/391] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[123/391] Compiling BitCollections BitSet+Extras.swift
[124/391] Compiling BitCollections BitSet+Hashable.swift
[125/398] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[126/398] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[127/398] Compiling BitCollections BitSet+SetAlgebra union.swift
[128/398] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[129/398] Compiling BitCollections BitSet.Counted.swift
[130/398] Compiling BitCollections BitSet.Index.swift
[131/398] Compiling BitCollections BitSet._UnsafeHandle.swift
[132/398] Compiling DequeModule _DequeSlot.swift
[133/398] Compiling DequeModule _UnsafeWrappedBuffer.swift
[134/398] Compiling BitCollections BitArray+Equatable.swift
[135/398] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[136/398] Compiling BitCollections BitArray+Collection.swift
[137/398] Compiling BitCollections BitArray+Copy.swift
[138/398] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[139/398] Compiling BitCollections BitArray+Extras.swift
[140/398] Compiling BitCollections BitArray+Fill.swift
[141/398] Compiling BitCollections BitArray+Hashable.swift
[142/398] Compiling BitCollections BitArray+CustomReflectable.swift
[143/398] Compiling BitCollections BitArray+Descriptions.swift
[144/398] Compiling BitCollections BitSet+Initializers.swift
[145/398] Compiling BitCollections BitSet+Invariants.swift
[146/398] Compiling BitCollections BitSet+Random.swift
[147/398] Compiling BitCollections BitSet+SetAlgebra basics.swift
[148/398] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[149/398] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[150/398] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[152/398] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[153/398] Compiling BitCollections BitArray+Shifts.swift
[154/398] Compiling BitCollections BitArray+Testing.swift
[155/398] Compiling BitCollections BitArray._UnsafeHandle.swift
[156/398] Compiling BitCollections BitArray.swift
[157/398] Compiling BitCollections BitSet+BidirectionalCollection.swift
[158/398] Compiling BitCollections BitSet+Codable.swift
[173/398] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[174/398] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[175/398] Compiling BitCollections BitArray+BitwiseOperations.swift
[176/398] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[177/398] Compiling BitCollections BitArray+Codable.swift
[178/398] Compiling BitCollections Range+Utilities.swift
[179/398] Compiling BitCollections Slice+Utilities.swift
[180/398] Compiling BitCollections UInt+Tricks.swift
[181/398] Compiling BitCollections _Word.swift
[182/398] Compiling OrderedCollections OrderedSet.swift
[183/398] Compiling OrderedCollections _UnsafeBitset.swift
[184/398] Compiling HashTreeCollections TreeSet+Equatable.swift
[185/398] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[186/398] Compiling HashTreeCollections TreeSet+Extras.swift
[187/398] Compiling HashTreeCollections TreeSet+Filter.swift
[188/398] Compiling HashTreeCollections TreeSet+Hashable.swift
[189/398] Compiling HashTreeCollections TreeSet+Sendable.swift
[190/398] Compiling HashTreeCollections TreeSet+Sequence.swift
[191/398] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[192/398] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[193/398] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[194/398] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[195/398] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[196/398] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[197/398] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[208/408] Compiling BitCollections BitSet.swift
[225/408] Emitting module BitCollections
[263/408] Emitting module DequeModule
[284/410] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[285/410] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[286/410] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[287/410] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[288/410] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[289/410] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[290/410] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[291/410] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[292/410] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[293/410] Compiling HashTreeCollections TreeSet.swift
[331/477] Compiling NIOCore AddressedEnvelope.swift
[332/477] Compiling NIOCore AsyncAwaitSupport.swift
[333/477] Compiling NIOCore AsyncChannel.swift
[334/477] Compiling NIOCore AsyncChannelInboundStream.swift
[335/477] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[336/477] Compiling NIOCore AsyncChannelOutboundWriter.swift
[337/477] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[338/477] Compiling NIOCore NIOAsyncSequenceProducer.swift
[339/477] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[340/477] Compiling NIOCore NIOAsyncWriter.swift
[341/477] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[342/477] Compiling NIOCore BSDSocketAPI.swift
[343/477] Compiling NIOCore ByteBuffer-aux.swift
[344/477] Compiling NIOCore ByteBuffer-conversions.swift
[345/477] Compiling NIOCore ByteBuffer-core.swift
[346/477] Compiling NIOCore ByteBuffer-hexdump.swift
[347/477] Compiling NIOCore ByteBuffer-int.swift
[348/477] Compiling NIOCore ChannelPipeline.swift
[349/477] Compiling NIOCore CircularBuffer.swift
[350/477] Compiling NIOCore Codec.swift
[360/477] Compiling NIOCore ConvenienceOptionSupport.swift
[361/477] Compiling NIOCore DeadChannel.swift
[362/477] Emitting module OrderedCollections
[364/478] Emitting module _RopeModule
[365/478] Compiling NIOCore DispatchQueue+WithFuture.swift
[366/478] Compiling NIOCore EventLoop+Deprecated.swift
[367/478] Compiling NIOCore EventLoop+SerialExecutor.swift
[368/478] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[369/478] Compiling NIOCore ByteBuffer-multi-int.swift
[370/478] Compiling NIOCore ByteBuffer-views.swift
[371/478] Compiling NIOCore Channel.swift
[372/478] Compiling NIOCore ChannelHandler.swift
[373/478] Compiling NIOCore ChannelHandlers.swift
[374/478] Compiling NIOCore ChannelInvoker.swift
[375/478] Compiling NIOCore ChannelOption.swift
[376/478] Compiling NIOCore MarkedCircularBuffer.swift
[377/478] Compiling NIOCore MulticastChannel.swift
[378/478] Compiling NIOCore NIOAny.swift
[379/478] Compiling NIOCore NIOCloseOnErrorHandler.swift
[380/478] Compiling NIOCore NIOLoopBound.swift
[381/478] Compiling NIOCore NIOSendable.swift
[382/478] Compiling NIOCore PointerHelpers.swift
[383/478] Compiling NIOCore RecvByteBufferAllocator.swift
[397/486] Compiling NIOCore EventLoop.swift
[398/486] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[399/486] Compiling NIOCore EventLoopFuture+Deprecated.swift
[400/486] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[401/486] Compiling NIOCore EventLoopFuture.swift
[402/486] Compiling NIOCore FileDescriptor.swift
[403/486] Compiling NIOCore FileHandle.swift
[404/486] Compiling NIOCore FileRegion.swift
[413/486] Compiling _RopeModule Rope+Join.swift
[414/486] Compiling _RopeModule Rope+MutatingForEach.swift
[415/486] Compiling _RopeModule Rope+Remove.swift
[416/486] Compiling _RopeModule Rope+RemoveSubrange.swift
[417/486] Compiling _RopeModule Rope+Split.swift
[418/486] Compiling _RopeModule Optional Utilities.swift
[419/486] Compiling _RopeModule String Utilities.swift
[420/486] Compiling _RopeModule String.Index+ABI.swift
[421/486] Compiling _RopeModule _CharacterRecognizer.swift
[422/487] Compiling NIOCore GlobalSingletons.swift
[423/487] Compiling NIOCore IO.swift
[424/487] Compiling NIOCore IOData.swift
[425/487] Compiling NIOCore IPProtocol.swift
[426/487] Compiling NIOCore IntegerBitPacking.swift
[427/487] Compiling NIOCore IntegerTypes.swift
[428/487] Compiling NIOCore Interfaces.swift
[429/487] Compiling NIOCore Linux.swift
[440/487] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[449/487] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[450/487] Emitting module HTTPTypesFoundation
[451/487] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[452/487] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[453/487] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[455/488] Emitting module HashTreeCollections
[457/492] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[458/492] Compiling NIOCore SocketAddresses.swift
[459/492] Compiling NIOCore SocketOptionProvider.swift
[460/492] Compiling NIOCore SystemCallHelpers.swift
[461/492] Compiling NIOCore TimeAmount+Duration.swift
[462/492] Compiling NIOCore TypeAssistedChannelHandler.swift
[463/492] Compiling NIOCore UniversalBootstrapSupport.swift
[464/492] Compiling NIOCore Utilities.swift
[465/494] Emitting module Collections
[466/494] Compiling Collections Collections.swift
[476/495] Compiling HTTPClient URLSesssion++.swift
[477/495] Emitting module HTTPClient
[478/495] Compiling HTTPClient HTTPClient.swift
[496/496] Emitting module NIOCore
[498/548] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[499/548] Compiling NIOEmbedded AsyncTestingChannel.swift
[500/548] Emitting module NIOEmbedded
[501/548] Compiling NIOEmbedded Embedded.swift
[503/549] Compiling NIOPosix BSDSocketAPICommon.swift
[504/549] Compiling NIOPosix BSDSocketAPIPosix.swift
[505/549] Compiling NIOPosix BSDSocketAPIWindows.swift
[506/549] Compiling NIOPosix BaseSocket.swift
[507/549] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[508/549] Compiling NIOPosix BaseSocketChannel.swift
[509/549] Compiling NIOPosix BaseStreamSocketChannel.swift
[510/555] Compiling NIOPosix IntegerBitPacking.swift
[511/555] Compiling NIOPosix IntegerTypes.swift
[512/555] Compiling NIOPosix Linux.swift
[513/555] Compiling NIOPosix LinuxCPUSet.swift
[514/555] Compiling NIOPosix LinuxUring.swift
[515/555] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[516/555] Compiling NIOPosix NIOThreadPool.swift
[517/555] Compiling NIOPosix SelectableChannel.swift
[518/555] Compiling NIOPosix SelectableEventLoop.swift
[519/555] Compiling NIOPosix SelectorEpoll.swift
[520/555] Compiling NIOPosix SelectorGeneric.swift
[521/555] Compiling NIOPosix SelectorKqueue.swift
[522/555] Compiling NIOPosix SelectorUring.swift
[523/555] Emitting module NIOPosix
[524/555] Compiling NIOPosix ThreadPosix.swift
[525/555] Compiling NIOPosix ThreadWindows.swift
[526/555] Compiling NIOPosix UnsafeTransfer.swift
[527/555] Compiling NIOPosix Utilities.swift
[528/555] Compiling NIOPosix VsockAddress.swift
[529/555] Compiling NIOPosix VsockChannelEvents.swift
[530/555] Compiling NIOPosix PooledRecvBufferAllocator.swift
[531/555] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[532/555] Compiling NIOPosix PosixSingletons.swift
[533/555] Compiling NIOPosix RawSocketBootstrap.swift
[534/555] Compiling NIOPosix Resolver.swift
[535/555] Compiling NIOPosix Selectable.swift
[536/555] Compiling NIOPosix ServerSocket.swift
[537/555] Compiling NIOPosix Socket.swift
[538/555] Compiling NIOPosix SocketChannel.swift
[539/555] Compiling NIOPosix SocketProtocols.swift
[540/555] Compiling NIOPosix System.swift
[541/555] Compiling NIOPosix Thread.swift
[542/555] Compiling NIOPosix Bootstrap.swift
[543/555] Compiling NIOPosix ControlMessage.swift
[544/555] Compiling NIOPosix DatagramVectorReadManager.swift
[545/555] Compiling NIOPosix FileDescriptor.swift
[546/555] Compiling NIOPosix GetaddrinfoResolver.swift
[547/555] Compiling NIOPosix HappyEyeballs.swift
[548/555] Compiling NIOPosix IO.swift
[549/555] Compiling NIOPosix NonBlockingFileIO.swift
[550/555] Compiling NIOPosix PendingDatagramWritesManager.swift
[551/555] Compiling NIOPosix PendingWritesManager.swift
[552/555] Compiling NIOPosix PipeChannel.swift
[553/555] Compiling NIOPosix PipePair.swift
[554/555] Compiling NIOPosix PointerHelpers.swift
[555/555] Compiling NIOPosix Pool.swift
[557/558] Emitting module NIO
[558/558] Compiling NIO Exports.swift
[560/575] Emitting module NIOHTTP1
[561/577] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[562/577] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[563/577] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[564/577] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[565/577] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[566/577] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[567/577] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[568/577] Compiling NIOHTTP1 HTTPTypes.swift
[569/577] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[570/577] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[571/577] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[572/577] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[573/577] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[574/577] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[575/577] Compiling NIOHTTP1 ByteCollectionUtils.swift
[576/577] Compiling NIOHTTP1 HTTPDecoder.swift
[577/577] Compiling NIOHTTP1 HTTPEncoder.swift
[579/597] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[580/597] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[581/597] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[582/599] Emitting module MultipartKit
[583/599] Compiling MultipartKit BasicCodingKey.swift
[584/599] Compiling MultipartKit MultipartError.swift
[585/599] Compiling MultipartKit Exports.swift
[586/599] Compiling MultipartKit FormDataDecoder.Decoder.swift
[587/599] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[588/599] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[589/599] Compiling MultipartKit MultipartPart.swift
[590/599] Compiling MultipartKit MultipartPartConvertible.swift
[591/599] Compiling MultipartKit FormDataEncoder.swift
[592/599] Compiling MultipartKit Storage.swift
[593/599] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[594/599] Compiling MultipartKit FormDataDecoder.swift
[595/599] Compiling MultipartKit FormDataEncoder.Encoder.swift
[596/599] Compiling MultipartKit MultipartFormData.swift
[597/599] Compiling MultipartKit MultipartParser.swift
[598/599] Compiling MultipartKit MultipartSerializer.swift
[599/599] Compiling MultipartKit Utilities.swift
[601/617] Compiling ImagesClient ErrorHandle.swift
[602/617] Compiling ImagesClient BaseImage.swift
[603/617] Compiling ImagesClient Image.swift
[604/619] Emitting module ImagesClient
[605/619] Compiling ImagesClient MessageContent.swift
[606/619] Compiling ImagesClient RequestError.swift
[607/619] Compiling ImagesClient ImagesResponse.swift
[608/619] Compiling ImagesClient JSONDecoder++.swift
[609/619] Compiling ImagesClient SortOrder.swift
[610/619] Compiling ImagesClient Update.swift
[611/619] Compiling ImagesClient Images.swift
[612/619] Compiling ImagesClient ImagesClient.swift
[613/619] Compiling ImagesClient UploadImage.swift
[614/619] Compiling ImagesClient UploadImageWithURL.swift
[615/619] Compiling ImagesClient CreateAuthenticatedUploadURL.swift
[616/619] Compiling ImagesClient DeleteImage.swift
[617/619] Compiling ImagesClient EmptyResult.swift
[618/619] Compiling ImagesClient UploadResult.swift
[619/619] Compiling ImagesClient UsageStats.swift
Build complete! (55.13s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "identity" : "multipart-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.7.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/multipart-kit"
    },
    {
      "identity" : "http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/zunda-pixel/http-client"
    }
  ],
  "manifest_display_name" : "CloudflareKit",
  "name" : "CloudflareKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ImagesClient",
      "targets" : [
        "ImagesClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ImagesClientTests",
      "module_type" : "SwiftTarget",
      "name" : "ImagesClientTests",
      "path" : "Tests/ImagesClientTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/ImagesClientTests/Resources/Swift_logo.svg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ImagesClientTests.swift"
      ],
      "target_dependencies" : [
        "ImagesClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ImagesClient",
      "module_type" : "SwiftTarget",
      "name" : "ImagesClient",
      "path" : "Sources/ImagesClient",
      "product_dependencies" : [
        "HTTPTypes",
        "HTTPTypesFoundation",
        "MultipartKit",
        "HTTPClient"
      ],
      "product_memberships" : [
        "ImagesClient"
      ],
      "sources" : [
        "AuthURL/CreateAuthenticatedUploadURL.swift",
        "Delete/DeleteImage.swift",
        "EmptyResult.swift",
        "ErrorHandle.swift",
        "Images/BaseImage.swift",
        "Images/Image.swift",
        "Images/Images.swift",
        "ImagesClient.swift",
        "ImagesResponse.swift",
        "JSONDecoder++.swift",
        "MessageContent.swift",
        "RequestError.swift",
        "SortOrder.swift",
        "Update/Update.swift",
        "Upload/UploadImage.swift",
        "Upload/UploadImageWithURL.swift",
        "Upload/UploadResult.swift",
        "UsageStats/UsageStats.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:cdfc99d922304a35741e6888e6aaaea2f8271a1fe66021a96a2dddcfac2616e3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.