The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of cloudflare-swift, reference main (da1e01), with Swift 6.1 for macOS (SPM) on 28 Oct 2025 02:07:51 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/cloudflare-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zunda-pixel/cloudflare-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at da1e012 Bump github.com/apple/swift-http-types from 1.5.0 to 1.5.1 (#42)
Cloned https://github.com/zunda-pixel/cloudflare-swift.git
Revision (git rev-parse @):
da1e0129edca72a8e797cdc61a392e0d80c79a85
SUCCESS checkout https://github.com/zunda-pixel/cloudflare-swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
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
{
  "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" : "5.0.0-alpha.5",
            "upper_bound" : "6.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" : "cloudflare-swift",
  "name" : "cloudflare-swift",
  "path" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-2F0A5646E1D333AE.txt
[15/41] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[16/42] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/42] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/42] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/42] Compiling InternalCollectionsUtilities Debugging.swift
[21/42] Compiling InternalCollectionsUtilities Descriptions.swift
[22/42] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[23/42] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[24/42] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/42] Compiling InternalCollectionsUtilities _SortedCollection.swift
[26/42] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/42] Compiling InternalCollectionsUtilities Integer rank.swift
[28/42] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[29/42] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[32/42] Emitting module InternalCollectionsUtilities
[33/324] Compiling HashTreeCollections _Bucket.swift
[34/324] Compiling HashTreeCollections _Hash.swift
[35/325] Compiling DequeModule _DequeBufferHeader.swift
[36/325] Compiling DequeModule _DequeSlot.swift
[37/325] Compiling DequeModule _DequeBuffer.swift
[38/325] Compiling HeapModule _HeapNode.swift
[39/325] Compiling HeapModule Heap.swift
[40/325] Compiling HashTreeCollections _HashLevel.swift
[41/325] Compiling HashTreeCollections _HashNode+Builder.swift
[42/325] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[43/325] Compiling HeapModule Heap+Invariants.swift
[44/325] Compiling HeapModule Heap+UnsafeHandle.swift
[45/325] Compiling HeapModule Heap+Descriptions.swift
[46/325] Emitting module HeapModule
[47/325] Compiling HashTreeCollections _HashNode+Debugging.swift
[48/325] Compiling HashTreeCollections _HashNode+Initializers.swift
[49/325] Compiling _RopeModule Range+BigString.swift
[50/325] Compiling _RopeModule BigString+UTF16View.swift
[51/325] Compiling _RopeModule BigString+UTF8View.swift
[52/325] Compiling _RopeModule BigString+UnicodeScalarView.swift
[53/325] Compiling _RopeModule BigSubstring+UTF16View.swift
[54/325] Compiling _RopeModule BigSubstring+UTF8View.swift
[55/331] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[56/331] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[57/331] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[58/331] Compiling _RopeModule BigString+Sequence.swift
[59/331] Compiling HashTreeCollections _HashNode.swift
[60/331] Compiling HashTreeCollections _HashNodeHeader.swift
[63/331] Compiling HashTreeCollections _HashNode+Invariants.swift
[64/331] Compiling HashTreeCollections _HashNode+Lookups.swift
[65/331] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[66/331] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[67/336] Compiling HashTreeCollections _HashNode+Structural union.swift
[73/336] Compiling _RopeModule Rope+_Storage.swift
[74/336] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[75/336] Compiling _RopeModule Rope+_UnsafeHandle.swift
[76/336] Compiling _RopeModule Rope.swift
[77/336] Compiling _RopeModule RopeElement.swift
[78/336] Compiling BitCollections BitSet.swift
[80/336] Compiling _RopeModule BigString+Initializers.swift
[81/336] Compiling _RopeModule BigString+Insert.swift
[82/336] Compiling _RopeModule BigString+Managing Breaks.swift
[83/336] Compiling _RopeModule BigString+RemoveSubrange.swift
[84/336] Compiling _RopeModule BigString+ReplaceSubrange.swift
[85/336] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[86/336] Compiling _RopeModule BigSubstring.swift
[87/336] Compiling _RopeModule Rope+Builder.swift
[88/336] Compiling _RopeModule Rope+Debugging.swift
[89/336] Compiling _RopeModule Rope+Invariants.swift
[90/336] Compiling _RopeModule Rope+_Node.swift
[91/336] Compiling DequeModule _UnsafeWrappedBuffer.swift
[98/336] Compiling _RopeModule BigString+Split.swift
[104/336] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[105/336] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[106/336] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[107/336] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[108/336] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[109/336] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[110/336] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[111/336] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[112/336] Compiling _RopeModule Rope+Sequence.swift
[113/336] Compiling _RopeModule Rope+Append.swift
[114/336] Compiling HashTreeCollections TreeSet+Extras.swift
[115/336] Compiling HashTreeCollections TreeSet+Filter.swift
[116/336] Compiling HashTreeCollections TreeSet+Hashable.swift
[117/336] Compiling HashTreeCollections TreeSet+Sendable.swift
[118/336] Compiling HashTreeCollections TreeSet+Sequence.swift
[119/336] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[128/344] Emitting module BitCollections
[129/344] Compiling HashTreeCollections _HashNode+Storage.swift
[130/344] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[131/344] Compiling HashTreeCollections _HashNode+Structural filter.swift
[132/344] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[133/344] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[134/344] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[144/344] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[145/344] Compiling HashTreeCollections _AncestorHashSlots.swift
[146/344] Compiling HashTreeCollections _Bitmap.swift
[155/344] Compiling BitCollections Range+Utilities.swift
[156/344] Compiling BitCollections Slice+Utilities.swift
[157/344] Compiling BitCollections UInt+Tricks.swift
[158/344] Compiling BitCollections _Word.swift
[159/344] Compiling OrderedCollections OrderedSet.swift
[160/344] Compiling OrderedCollections _UnsafeBitset.swift
[168/344] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[169/344] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[170/344] Compiling HashTreeCollections _HashNode+Structural merge.swift
[171/344] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[172/344] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[196/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[197/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[198/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[199/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[200/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[201/344] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[202/344] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[203/344] Compiling HashTreeCollections TreeSet.swift
[204/344] Emitting module DequeModule
[306/351] Emitting module OrderedCollections
[325/351] Compiling _RopeModule Rope+Remove.swift
[326/351] Compiling _RopeModule Rope+RemoveSubrange.swift
[327/351] Compiling _RopeModule Rope+Split.swift
[328/351] Compiling _RopeModule Optional Utilities.swift
[329/351] Compiling _RopeModule String Utilities.swift
[330/351] Compiling _RopeModule String.Index+ABI.swift
[331/351] Compiling _RopeModule _CharacterRecognizer.swift
[332/351] Emitting module _RopeModule
[341/351] Emitting module HashTreeCollections
[342/353] Compiling Collections Collections.swift
[343/353] Emitting module Collections
[344/353] Compiling HTTPTypes HTTPResponse.swift
[345/353] Compiling HTTPTypes NIOLock.swift
[346/353] Compiling HTTPTypes ISOLatin1String.swift
[347/353] Emitting module HTTPTypes
[348/353] Compiling HTTPTypes HTTPRequest.swift
[349/353] Compiling HTTPTypes HTTPFields.swift
[350/353] Compiling HTTPTypes HTTPParsedFields.swift
[351/353] Compiling HTTPTypes HTTPFieldName.swift
[352/353] Compiling HTTPTypes HTTPField.swift
[353/353] Compiling HTTPTypes HTTPRequest+URL.swift
[354/382] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[355/382] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[356/382] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[357/382] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[358/382] Emitting module HTTPTypesFoundation
[359/382] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[360/385] Compiling HTTPClient HTTPClient.swift
[361/385] Emitting module MultipartKit
[362/387] Compiling MultipartKit FormDataEncoder+UnkeyedContainer.swift
[363/387] Compiling MultipartKit FormDataEncoder.swift
[364/387] Compiling MultipartKit Storage.swift
[365/387] Compiling MultipartKit MultipartParser.swift
[366/387] Compiling MultipartKit MultipartParserAsyncSequence.swift
[367/387] Emitting module HTTPClient
[368/387] Compiling HTTPClient URLSesssion++.swift
[369/387] Compiling MultipartKit FormDataEncoder+Encoder.swift
[370/387] Compiling MultipartKit FormDataEncoder+KeyedContainer.swift
[371/387] Compiling MultipartKit FormDataEncoder+SingleValueContainer.swift
[372/387] Compiling MultipartKit StreamingMultipartParserAsyncSequence.swift
[373/387] Compiling MultipartKit Utilities.swift
[374/387] Compiling MultipartKit MultipartSerializer.swift
[375/387] Compiling MultipartKit StreamingMultipartParserAsyncSequence+Isolation.swift
[376/387] Compiling MultipartKit FormDataDecoder+SingleValueContainer.swift
[377/387] Compiling MultipartKit FormDataDecoder+UnkeyedContainer.swift
[378/387] Compiling MultipartKit FormDataDecoder.swift
[379/387] Compiling MultipartKit MultipartFormData.swift
[380/387] Compiling MultipartKit MultipartParser+parse.swift
[381/387] Compiling MultipartKit MultipartPartConvertible.swift
[382/387] Compiling MultipartKit MultipartSection.swift
[383/387] Compiling MultipartKit MultipartParserError.swift
[384/387] Compiling MultipartKit MultipartPart.swift
[385/387] Compiling MultipartKit BasicCodingKey.swift
[386/387] Compiling MultipartKit FormDataDecoder+Decoder.swift
[387/387] Compiling MultipartKit FormDataDecoder+KeyedContainer.swift
[388/405] Compiling ImagesClient SortOrder.swift
[389/405] Compiling ImagesClient Update.swift
[390/406] Compiling ImagesClient BaseImage.swift
[391/406] Compiling ImagesClient Image.swift
[392/406] Compiling ImagesClient UploadImage.swift
[393/406] Compiling ImagesClient UploadImageWithURL.swift
[394/406] Compiling ImagesClient UsageStats.swift
[395/406] Compiling ImagesClient ImagesResponse.swift
[396/406] Compiling ImagesClient JSONDecoder++.swift
[397/406] Compiling ImagesClient UploadResult.swift
[398/406] Compiling ImagesClient MessageContent.swift
[399/406] Compiling ImagesClient RequestError.swift
[400/406] Compiling ImagesClient EmptyResult.swift
[401/406] Compiling ImagesClient ErrorHandle.swift
[402/406] Compiling ImagesClient CreateAuthenticatedUploadURL.swift
[403/406] Compiling ImagesClient DeleteImage.swift
[404/406] Emitting module ImagesClient
[405/406] Compiling ImagesClient Images.swift
[406/406] Compiling ImagesClient ImagesClient.swift
Build complete! (20.69s)
Fetching https://github.com/zunda-pixel/http-client
Fetching https://github.com/vapor/multipart-kit
Fetching https://github.com/apple/swift-http-types from cache
[3/149] Fetching http-client
[119/3701] Fetching http-client, multipart-kit
Fetched https://github.com/zunda-pixel/http-client from cache (2.07s)
Fetched https://github.com/vapor/multipart-kit from cache (2.07s)
Fetched https://github.com/apple/swift-http-types from cache (2.09s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.1 (2.61s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.53s)
Computing version for https://github.com/vapor/multipart-kit
Computed https://github.com/vapor/multipart-kit at 5.0.0-alpha.5 (0.50s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.24s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/multipart-kit
Working copy of https://github.com/vapor/multipart-kit resolved at 5.0.0-alpha.5
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
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.1
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" : "5.0.0-alpha.5",
            "upper_bound" : "6.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" : "cloudflare-swift",
  "name" : "cloudflare-swift",
  "path" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.