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 0.6.1 (e5e9d2), with Swift 6.1 for Linux on 29 Apr 2025 18:08:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/cloudflare-swift.git
Reference: 0.6.1
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
 * tag               0.6.1      -> FETCH_HEAD
HEAD is now at e5e9d2a Fix platform (#19)
Cloned https://github.com/zunda-pixel/cloudflare-swift.git
Revision (git rev-parse @):
e5e9d2a33c2102dfe0eebba06d4bfbdff4efa48c
SUCCESS checkout https://github.com/zunda-pixel/cloudflare-swift.git at 0.6.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/zunda-pixel/cloudflare-swift.git
https://github.com/zunda-pixel/cloudflare-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/multipart-kit
Fetching https://github.com/zunda-pixel/http-client
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
[905/4112] Fetching swift-http-types, multipart-kit
[1868/4218] Fetching swift-http-types, multipart-kit, http-client
Fetched https://github.com/zunda-pixel/http-client from cache (0.24s)
Fetched https://github.com/apple/swift-http-types from cache (0.24s)
[1123/3208] Fetching multipart-kit
Fetched https://github.com/vapor/multipart-kit from cache (1.18s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.0 (1.65s)
Computing version for https://github.com/vapor/multipart-kit
Computed https://github.com/vapor/multipart-kit at 4.7.1 (0.51s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
[4231/91819] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (4.19s)
Fetched https://github.com/apple/swift-nio.git from cache (4.25s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (4.69s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.67s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.22s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[530/6069] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.89s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.51s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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.4.2
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.4.0
Creating working copy for https://github.com/vapor/multipart-kit
Working copy of https://github.com/vapor/multipart-kit resolved at 4.7.1
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.4
Building for debugging...
[0/35] Write sources
[20/35] Compiling CNIOLinux liburing_shims.c
[21/35] Compiling CNIOWindows shim.c
[21/35] Compiling _AtomicsShims.c
[21/35] Compiling CNIOWASI CNIOWASI.c
[24/35] Compiling CNIOLLHTTP c_nio_http.c
[25/35] Compiling CNIOWindows WSAStartup.c
[26/35] Write sources
[28/35] Compiling CNIODarwin shim.c
[29/35] Compiling CNIOLLHTTP c_nio_api.c
[30/35] Compiling CNIOLinux shim.c
[31/35] Write swift-version-24593BA9C3E375BF.txt
[32/35] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/85] Emitting module InternalCollectionsUtilities
[34/87] Compiling c-nioatomics.c
[36/87] Emitting module Atomics
[37/89] Compiling Atomics IntegerOperations.swift
[38/89] Compiling Atomics Unmanaged extensions.swift
[39/89] Compiling Atomics AtomicMemoryOrderings.swift
[40/89] Compiling Atomics DoubleWord.swift
[41/89] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/89] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/89] Compiling HTTPTypes HTTPParsedFields.swift
[44/90] Emitting module HTTPTypes
[45/90] Compiling HTTPTypes HTTPField.swift
[48/90] Compiling HTTPTypes ISOLatin1String.swift
[50/90] Compiling Atomics OptionalRawRepresentable.swift
[51/90] Compiling HTTPTypes HTTPResponse.swift
[52/90] Compiling HTTPTypes HTTPRequest.swift
[53/90] Compiling Atomics Primitives.shims.swift
[54/90] Compiling Atomics AtomicInteger.swift
[55/90] Compiling Atomics AtomicValue.swift
[57/90] Compiling Atomics ManagedAtomic.swift
[58/90] Compiling Atomics ManagedAtomicLazyReference.swift
[58/90] Compiling c-atomics.c
[62/90] Compiling Atomics AtomicOptionalWrappable.swift
[63/90] Compiling Atomics IntegerConformances.swift
[64/90] Compiling Atomics PointerConformances.swift
[65/90] Compiling Atomics Primitives.native.swift
[67/90] Compiling Atomics AtomicReference.swift
[68/90] Compiling Atomics AtomicStorage.swift
[71/90] Compiling Atomics RawRepresentable.swift
[72/90] Compiling Atomics AtomicBool.swift
[73/90] Emitting module _NIOBase64
[74/90] Compiling _NIOBase64 Base64.swift
[81/92] Compiling _NIODataStructures _TinyArray.swift
[82/92] Compiling _NIODataStructures PriorityQueue.swift
[89/320] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[90/320] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[91/322] Compiling HeapModule Heap.swift
[92/322] Compiling HashTreeCollections _HashLevel.swift
[93/322] Compiling HashTreeCollections _HashNode+Builder.swift
[94/322] Compiling HashTreeCollections _Bucket.swift
[95/322] Compiling HashTreeCollections _Hash.swift
[96/322] Emitting module HeapModule
[97/322] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[98/322] Compiling HeapModule Heap+Descriptions.swift
[99/322] Compiling HeapModule Heap+Invariants.swift
[100/322] Compiling HeapModule Heap+UnsafeHandle.swift
[101/322] Compiling HeapModule _HeapNode.swift
[102/323] Emitting module _NIODataStructures
[103/323] Compiling NIOConcurrencyHelpers lock.swift
[104/323] Compiling NIOConcurrencyHelpers NIOLock.swift
[105/323] Compiling _NIODataStructures Heap.swift
[106/323] Compiling HTTPTypes NIOLock.swift
[107/324] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[108/324] Compiling HashTreeCollections _HashNode+Debugging.swift
[109/324] Compiling HashTreeCollections _HashNode+Initializers.swift
[112/324] Emitting module NIOConcurrencyHelpers
[113/324] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[114/324] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[115/324] Compiling HashTreeCollections TreeDictionary+Keys.swift
[116/324] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[117/324] Compiling HashTreeCollections TreeDictionary+Merge.swift
[118/324] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[119/324] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[120/324] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[121/324] Compiling NIOConcurrencyHelpers atomics.swift
[122/332] Compiling HashTreeCollections _HashNode+Storage.swift
[123/332] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[124/332] Compiling HashTreeCollections _HashNode+Structural filter.swift
[125/332] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[126/332] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[127/332] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[128/332] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[129/332] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[130/332] Compiling HashTreeCollections _HashNode+Invariants.swift
[131/332] Compiling HashTreeCollections _HashNode+Lookups.swift
[132/332] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[133/332] Compiling HashTreeCollections _HashNode+Structural union.swift
[135/332] Compiling DequeModule _DequeSlot.swift
[136/332] Compiling DequeModule _UnsafeWrappedBuffer.swift
[137/332] Compiling HashTreeCollections TreeDictionary+Collection.swift
[138/332] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[139/332] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[140/332] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[141/332] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[142/332] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[143/332] Compiling HashTreeCollections TreeDictionary+Filter.swift
[144/332] Compiling HashTreeCollections _AncestorHashSlots.swift
[145/332] Compiling HashTreeCollections _Bitmap.swift
[146/332] Emitting module DequeModule
[158/333] Compiling OrderedCollections OrderedSet+Sendable.swift
[159/396] Compiling BitCollections BitSet+Invariants.swift
[160/396] Compiling BitCollections BitSet+Random.swift
[161/396] Compiling BitCollections BitSet+SetAlgebra basics.swift
[162/396] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[163/396] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[164/396] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[165/396] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[166/396] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[167/396] Compiling BitCollections BitArray+RandomBits.swift
[168/396] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[169/396] Compiling BitCollections BitArray+Shifts.swift
[170/396] Compiling BitCollections BitArray+Testing.swift
[171/396] Compiling BitCollections BitArray._UnsafeHandle.swift
[172/396] Compiling BitCollections BitArray.swift
[173/396] Compiling BitCollections BitSet+BidirectionalCollection.swift
[174/396] Compiling BitCollections BitSet+Codable.swift
[175/396] Compiling OrderedCollections OrderedSet+SubSequence.swift
[176/396] Compiling OrderedCollections OrderedSet+Testing.swift
[177/396] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[178/396] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[179/396] Compiling OrderedCollections OrderedSet.swift
[180/396] Compiling OrderedCollections _UnsafeBitset.swift
[181/396] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[182/396] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[183/396] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[184/396] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[185/396] Compiling HashTreeCollections TreeDictionary.swift
[186/396] Compiling HashTreeCollections TreeSet+Codable.swift
[187/396] Compiling HashTreeCollections TreeSet+Collection.swift
[188/396] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[189/396] Compiling HashTreeCollections TreeSet+Debugging.swift
[190/396] Compiling HashTreeCollections TreeSet+Descriptions.swift
[191/396] Compiling HashTreeCollections TreeSet+Equatable.swift
[192/396] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[193/396] Compiling HashTreeCollections TreeSet+Extras.swift
[194/396] Compiling HashTreeCollections TreeSet+Filter.swift
[195/396] Compiling BitCollections BitArray+BitwiseOperations.swift
[196/396] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[197/396] Compiling BitCollections BitArray+Codable.swift
[198/396] Compiling BitCollections BitArray+Collection.swift
[199/396] Compiling BitCollections BitArray+Copy.swift
[200/396] Compiling BitCollections BitArray+CustomReflectable.swift
[201/396] Compiling BitCollections BitArray+Descriptions.swift
[202/396] Compiling BitCollections BitArray+Equatable.swift
[203/396] Emitting module OrderedCollections
[204/435] Compiling NIOCore ChannelOption.swift
[205/435] Compiling NIOCore EventLoop.swift
[206/435] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[207/435] Compiling NIOCore EventLoopFuture+Deprecated.swift
[208/435] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[211/435] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[212/435] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[213/435] Compiling BitCollections BitSet+SetAlgebra union.swift
[214/435] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[215/455] Compiling HTTPTypes HTTPFields.swift
[216/455] Compiling HTTPTypes HTTPFieldName.swift
[217/456] Compiling NIOCore Linux.swift
[218/456] Compiling NIOCore MarkedCircularBuffer.swift
[219/456] Compiling NIOCore MulticastChannel.swift
[220/456] Compiling NIOCore NIOAny.swift
[221/456] Compiling NIOCore NIOCloseOnErrorHandler.swift
[222/456] Compiling NIOCore NIOLoopBound.swift
[223/456] Compiling NIOCore NIOScheduledCallback.swift
[224/456] Compiling NIOCore NIOSendable.swift
[225/456] Compiling NIOCore RecvByteBufferAllocator.swift
[235/465] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[236/465] Compiling NIOCore BSDSocketAPI.swift
[237/465] Compiling NIOCore ByteBuffer-aux.swift
[238/465] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[239/465] Compiling NIOCore ByteBuffer-conversions.swift
[240/465] Compiling NIOCore ByteBuffer-core.swift
[241/465] Compiling NIOCore ByteBuffer-hex.swift
[242/465] Compiling NIOCore ByteBuffer-int.swift
[244/472] Compiling NIOCore EventLoop+Deprecated.swift
[245/472] Compiling NIOCore EventLoop+SerialExecutor.swift
[246/472] Compiling NIOCore ByteBuffer-multi-int.swift
[247/472] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[248/472] Compiling NIOCore ByteBuffer-views.swift
[249/472] Compiling NIOCore Channel.swift
[250/472] Compiling NIOCore ChannelHandler.swift
[251/472] Compiling NIOCore ChannelHandlers.swift
[252/472] Compiling NIOCore ChannelInvoker.swift
[266/472] Compiling _RopeModule _CharacterRecognizer.swift
[267/472] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[268/472] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[269/472] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[270/472] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[271/472] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[272/472] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[273/472] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[274/472] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[275/472] Compiling HashTreeCollections TreeSet.swift
[276/472] Emitting module BitCollections
[277/472] Compiling BitCollections BitSet.swift
[278/472] Compiling BitCollections Range+Utilities.swift
[279/472] Compiling BitCollections Slice+Utilities.swift
[280/472] Compiling BitCollections UInt+Tricks.swift
[281/472] Compiling BitCollections _Word.swift
[284/472] Compiling NIOCore AsyncAwaitSupport.swift
[285/472] Compiling NIOCore AsyncChannel.swift
[286/472] Compiling NIOCore AsyncChannelHandler.swift
[287/472] Compiling NIOCore AsyncChannelInboundStream.swift
[288/472] Compiling NIOCore AsyncChannelOutboundWriter.swift
[289/472] Compiling NIOCore NIOAsyncSequenceProducer.swift
[290/472] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[291/472] Compiling NIOCore NIOAsyncWriter.swift
[292/472] Compiling NIOCore ChannelPipeline.swift
[293/472] Compiling NIOCore CircularBuffer.swift
[294/479] Emitting module _RopeModule
[303/479] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[304/479] Compiling NIOCore AddressedEnvelope.swift
[306/479] Compiling NIOCore IPProtocol.swift
[307/479] Compiling NIOCore IntegerBitPacking.swift
[308/479] Compiling NIOCore IntegerTypes.swift
[309/479] Compiling NIOCore Interfaces.swift
[313/479] Compiling NIOCore EventLoopFuture.swift
[314/479] Compiling NIOCore FileDescriptor.swift
[315/479] Compiling NIOCore FileHandle.swift
[316/479] Compiling NIOCore FileRegion.swift
[317/479] Compiling NIOCore GlobalSingletons.swift
[318/479] Compiling NIOCore IO.swift
[319/479] Compiling NIOCore IOData.swift
[331/479] Compiling BitCollections BitSet.Index.swift
[332/479] Compiling BitCollections BitSet._UnsafeHandle.swift
[342/479] Compiling NIOCore Codec.swift
[343/479] Compiling NIOCore ConvenienceOptionSupport.swift
[344/479] Compiling NIOCore DeadChannel.swift
[345/479] Compiling NIOCore DispatchQueue+WithFuture.swift
[354/480] Emitting module HashTreeCollections
[416/489] Compiling _RopeModule Rope+Join.swift
[417/489] Compiling _RopeModule Rope+MutatingForEach.swift
[418/489] Compiling _RopeModule Rope+Remove.swift
[419/489] Compiling _RopeModule Rope+RemoveSubrange.swift
[420/489] Compiling _RopeModule Rope+Split.swift
[421/489] Compiling _RopeModule Optional Utilities.swift
[422/489] Compiling _RopeModule String Utilities.swift
[423/489] Compiling _RopeModule String.Index+ABI.swift
[434/492] Emitting module Collections
[435/492] Compiling Collections Collections.swift
[445/493] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[446/493] Compiling NIOCore SocketAddresses.swift
[447/493] Compiling NIOCore SocketOptionProvider.swift
[448/493] Compiling NIOCore SystemCallHelpers.swift
[449/493] Compiling NIOCore TimeAmount+Duration.swift
[450/493] Compiling NIOCore TypeAssistedChannelHandler.swift
[451/493] Compiling NIOCore UniversalBootstrapSupport.swift
[452/493] Compiling NIOCore Utilities.swift
[461/493] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[462/493] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[463/493] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[464/493] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[465/493] Emitting module HTTPTypesFoundation
[466/493] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[494/497] Compiling HTTPClient HTTPClient.swift
[495/497] Emitting module HTTPClient
[496/497] Compiling HTTPClient URLSesssion++.swift
[498/498] Emitting module NIOCore
[500/550] Compiling NIOEmbedded AsyncTestingChannel.swift
[501/550] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[502/550] Emitting module NIOEmbedded
[503/550] Compiling NIOEmbedded Embedded.swift
[505/551] Compiling NIOPosix ServerSocket.swift
[506/551] Compiling NIOPosix Socket.swift
[507/551] Compiling NIOPosix SocketChannel.swift
[508/551] Compiling NIOPosix SocketProtocols.swift
[509/551] Compiling NIOPosix System.swift
[510/551] Compiling NIOPosix Thread.swift
[511/557] Compiling NIOPosix PooledRecvBufferAllocator.swift
[512/557] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[513/557] Compiling NIOPosix PosixSingletons.swift
[514/557] Compiling NIOPosix RawSocketBootstrap.swift
[515/557] Compiling NIOPosix Resolver.swift
[516/557] Compiling NIOPosix Selectable.swift
[517/557] Compiling NIOPosix IO.swift
[518/557] Compiling NIOPosix IntegerBitPacking.swift
[519/557] Compiling NIOPosix IntegerTypes.swift
[520/557] Compiling NIOPosix Linux.swift
[521/557] Compiling NIOPosix LinuxCPUSet.swift
[522/557] Compiling NIOPosix LinuxUring.swift
[523/557] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[524/557] Compiling NIOPosix SelectableChannel.swift
[525/557] Compiling NIOPosix SelectableEventLoop.swift
[526/557] Compiling NIOPosix SelectorEpoll.swift
[527/557] Compiling NIOPosix SelectorGeneric.swift
[528/557] Compiling NIOPosix SelectorKqueue.swift
[529/557] Compiling NIOPosix SelectorUring.swift
[530/557] Compiling NIOPosix ThreadPosix.swift
[531/557] Compiling NIOPosix ThreadWindows.swift
[532/557] Compiling NIOPosix UnsafeTransfer.swift
[533/557] Compiling NIOPosix Utilities.swift
[534/557] Compiling NIOPosix VsockAddress.swift
[535/557] Compiling NIOPosix VsockChannelEvents.swift
[536/557] Emitting module NIOPosix
[537/557] Compiling NIOPosix BSDSocketAPICommon.swift
[538/557] Compiling NIOPosix BSDSocketAPIPosix.swift
[539/557] Compiling NIOPosix BSDSocketAPIWindows.swift
[540/557] Compiling NIOPosix BaseSocket.swift
[541/557] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[542/557] Compiling NIOPosix BaseSocketChannel.swift
[543/557] Compiling NIOPosix BaseStreamSocketChannel.swift
[544/557] Compiling NIOPosix Bootstrap.swift
[545/557] Compiling NIOPosix ControlMessage.swift
[546/557] Compiling NIOPosix DatagramVectorReadManager.swift
[547/557] Compiling NIOPosix Errors+Any.swift
[548/557] Compiling NIOPosix FileDescriptor.swift
[549/557] Compiling NIOPosix GetaddrinfoResolver.swift
[550/557] Compiling NIOPosix HappyEyeballs.swift
[551/557] Compiling NIOPosix NIOThreadPool.swift
[552/557] Compiling NIOPosix NonBlockingFileIO.swift
[553/557] Compiling NIOPosix PendingDatagramWritesManager.swift
[554/557] Compiling NIOPosix PendingWritesManager.swift
[555/557] Compiling NIOPosix PipeChannel.swift
[556/557] Compiling NIOPosix PipePair.swift
[557/557] Compiling NIOPosix Pool.swift
[559/560] Emitting module NIO
[560/560] Compiling NIO Exports.swift
[562/577] Emitting module NIOHTTP1
[563/579] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[564/579] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[565/579] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[566/579] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[567/579] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[568/579] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[569/579] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[570/579] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[571/579] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[572/579] Compiling NIOHTTP1 HTTPTypes.swift
[573/579] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[574/579] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[575/579] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[576/579] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[577/579] Compiling NIOHTTP1 ByteCollectionUtils.swift
[578/579] Compiling NIOHTTP1 HTTPDecoder.swift
[579/579] Compiling NIOHTTP1 HTTPEncoder.swift
[581/599] Compiling MultipartKit BasicCodingKey.swift
[582/599] Compiling MultipartKit MultipartError.swift
[583/599] Compiling MultipartKit Exports.swift
[584/601] Emitting module MultipartKit
[585/601] Compiling MultipartKit MultipartPart.swift
[586/601] Compiling MultipartKit MultipartPartConvertible.swift
[587/601] Compiling MultipartKit FormDataEncoder.swift
[588/601] Compiling MultipartKit Storage.swift
[589/601] Compiling MultipartKit MultipartSerializer.swift
[590/601] Compiling MultipartKit Utilities.swift
[591/601] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[592/601] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[593/601] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[594/601] Compiling MultipartKit FormDataDecoder.Decoder.swift
[595/601] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[596/601] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[597/601] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[598/601] Compiling MultipartKit FormDataDecoder.swift
[599/601] Compiling MultipartKit FormDataEncoder.Encoder.swift
[600/601] Compiling MultipartKit MultipartFormData.swift
[601/601] Compiling MultipartKit MultipartParser.swift
[603/619] Emitting module ImagesClient
[604/621] Compiling ImagesClient ImagesResponse.swift
[605/621] Compiling ImagesClient JSONDecoder++.swift
[606/621] Compiling ImagesClient Images.swift
[607/621] Compiling ImagesClient ImagesClient.swift
[608/621] Compiling ImagesClient MessageContent.swift
[609/621] Compiling ImagesClient RequestError.swift
[610/621] Compiling ImagesClient UploadImage.swift
[611/621] Compiling ImagesClient UploadImageWithURL.swift
[612/621] Compiling ImagesClient ErrorHandle.swift
[613/621] Compiling ImagesClient BaseImage.swift
[614/621] Compiling ImagesClient Image.swift
[615/621] Compiling ImagesClient SortOrder.swift
[616/621] Compiling ImagesClient Update.swift
[617/621] Compiling ImagesClient CreateAuthenticatedUploadURL.swift
[618/621] Compiling ImagesClient DeleteImage.swift
[619/621] Compiling ImagesClient EmptyResult.swift
[620/621] Compiling ImagesClient UploadResult.swift
[621/621] Compiling ImagesClient UsageStats.swift
Build complete! (59.14s)
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" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.