Build Information
Successful build of cloudflare-swift, reference main (8fa3bc
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 18:13:39 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.61.1
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 8fa3bce Update ci.yml (#31)
Cloned https://github.com/zunda-pixel/cloudflare-swift.git
Revision (git rev-parse @):
8fa3bce0f2fa4c7933376d7354a7749e78d75040
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.3",
"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 UnsafeBufferPointer+Extras.swift
[16/42] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/42] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/42] Compiling InternalCollectionsUtilities Debugging.swift
[19/42] Compiling InternalCollectionsUtilities Descriptions.swift
[20/42] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/42] Compiling InternalCollectionsUtilities Specialize.swift
[22/42] Emitting module InternalCollectionsUtilities
[23/42] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[24/42] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/42] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/42] Compiling InternalCollectionsUtilities Integer rank.swift
[29/42] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[31/42] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[32/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[33/42] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/324] Compiling DequeModule _DequeBuffer.swift
[35/325] Compiling DequeModule _DequeSlot.swift
[36/325] Compiling DequeModule _DequeBufferHeader.swift
[37/325] Compiling HeapModule _HeapNode.swift
[38/325] Compiling HeapModule Heap.swift
[39/325] Compiling HashTreeCollections TreeDictionary+Codable.swift
[40/325] Compiling HashTreeCollections TreeDictionary+Collection.swift
[41/325] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[42/325] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[43/325] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[44/325] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[45/331] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[46/331] Compiling HeapModule Heap+Invariants.swift
[47/331] Compiling HeapModule Heap+Descriptions.swift
[48/331] Compiling HeapModule Heap+UnsafeHandle.swift
[49/331] Emitting module HeapModule
[50/331] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[51/331] Compiling HashTreeCollections _AncestorHashSlots.swift
[52/331] Compiling HashTreeCollections _Bitmap.swift
[53/331] Compiling HashTreeCollections _Bucket.swift
[54/331] Compiling HashTreeCollections _Hash.swift
[55/331] Compiling HashTreeCollections _HashLevel.swift
[56/331] Compiling HashTreeCollections _HashNode+Builder.swift
[57/331] Compiling HashTreeCollections _HashNode+Debugging.swift
[58/331] Compiling HashTreeCollections _HashNode+Initializers.swift
[59/331] Compiling HashTreeCollections _HashNode+Invariants.swift
[60/331] Compiling HashTreeCollections _RawHashNode.swift
[61/331] Compiling HashTreeCollections _UnmanagedHashNode.swift
[62/336] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[63/336] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[64/336] Compiling HashTreeCollections _HashNode.swift
[65/336] Compiling HashTreeCollections _HashNodeHeader.swift
[66/336] Compiling HashTreeCollections _HashSlot.swift
[67/336] Compiling HashTreeCollections _HashStack.swift
[68/336] Compiling HashTreeCollections _HashTreeIterator.swift
[69/336] Compiling HashTreeCollections _HashTreeStatistics.swift
[70/336] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[71/336] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[72/336] Compiling HashTreeCollections TreeDictionary+Values.swift
[73/336] Compiling BitCollections BitSet.swift
[74/336] Compiling DequeModule _UnsafeWrappedBuffer.swift
[75/336] Compiling HashTreeCollections _UnsafePath.swift
[81/336] Emitting module BitCollections
[82/336] Compiling HashTreeCollections _HashNode+Lookups.swift
[83/336] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[84/336] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[85/336] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[86/336] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[87/336] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[88/336] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[89/336] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[90/336] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[91/336] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[104/336] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[105/336] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[106/336] Compiling HashTreeCollections _HashNode+Storage.swift
[107/336] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[108/336] Compiling HashTreeCollections _HashNode+Structural filter.swift
[109/336] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[110/336] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[111/336] Compiling HashTreeCollections TreeSet+Equatable.swift
[112/336] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[113/336] Compiling HashTreeCollections TreeSet+Extras.swift
[114/336] Compiling HashTreeCollections TreeSet+Filter.swift
[115/336] Compiling HashTreeCollections TreeSet+Hashable.swift
[116/336] Compiling HashTreeCollections TreeSet+Sendable.swift
[117/336] Compiling HashTreeCollections TreeSet+Sequence.swift
[161/336] Compiling BitCollections Range+Utilities.swift
[162/336] Compiling BitCollections Slice+Utilities.swift
[163/336] Compiling BitCollections UInt+Tricks.swift
[164/336] Compiling BitCollections _Word.swift
[173/343] Emitting module DequeModule
[182/343] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[183/343] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[184/343] Compiling HashTreeCollections TreeDictionary+Keys.swift
[185/343] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[186/343] Compiling HashTreeCollections TreeDictionary+Merge.swift
[187/343] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[188/343] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[193/343] Compiling OrderedCollections OrderedSet.swift
[194/343] Compiling OrderedCollections _UnsafeBitset.swift
[195/343] Compiling HashTreeCollections TreeDictionary+Filter.swift
[276/351] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[277/351] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[278/351] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[279/351] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[280/351] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[281/351] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[282/351] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[283/351] Compiling HashTreeCollections TreeSet.swift
[284/351] Emitting module OrderedCollections
[285/351] Compiling HTTPTypes ISOLatin1String.swift
[286/351] Compiling HTTPTypes HTTPResponse.swift
[287/351] Compiling HTTPTypes HTTPParsedFields.swift
[288/351] Compiling HTTPTypes HTTPRequest.swift
[289/351] Compiling HTTPTypes NIOLock.swift
[290/351] Compiling HTTPTypes HTTPField.swift
[291/351] Compiling HTTPTypes HTTPFieldName.swift
[292/351] Emitting module HTTPTypes
[293/351] Compiling HTTPTypes HTTPFields.swift
[295/351] Compiling _RopeModule Rope+Remove.swift
[296/351] Compiling _RopeModule Rope+RemoveSubrange.swift
[297/351] Compiling _RopeModule Rope+Split.swift
[298/351] Compiling _RopeModule Optional Utilities.swift
[299/351] Compiling _RopeModule String Utilities.swift
[300/351] Compiling _RopeModule String.Index+ABI.swift
[301/351] Compiling _RopeModule _CharacterRecognizer.swift
[302/351] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[326/351] Emitting module _RopeModule
[351/357] Emitting module HashTreeCollections
[352/359] Emitting module Collections
[353/359] Compiling Collections Collections.swift
[354/382] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[355/382] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[356/382] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[357/382] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[358/382] Emitting module HTTPTypesFoundation
[359/382] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[360/385] Compiling HTTPClient URLSesssion++.swift
[361/385] Emitting module HTTPClient
[362/385] Compiling HTTPClient HTTPClient.swift
[363/385] Compiling MultipartKit BasicCodingKey.swift
[364/385] Compiling MultipartKit FormDataDecoder+Decoder.swift
[365/385] Compiling MultipartKit FormDataDecoder+KeyedContainer.swift
[366/387] Compiling MultipartKit FormDataDecoder+SingleValueContainer.swift
[367/387] Compiling MultipartKit FormDataDecoder+UnkeyedContainer.swift
[368/387] Compiling MultipartKit FormDataDecoder.swift
[369/387] Compiling MultipartKit MultipartParserError.swift
[370/387] Compiling MultipartKit MultipartPart.swift
[371/387] Compiling MultipartKit MultipartParser.swift
[372/387] Compiling MultipartKit MultipartParserAsyncSequence.swift
[373/387] Compiling MultipartKit MultipartPartConvertible.swift
[374/387] Compiling MultipartKit MultipartSection.swift
[375/387] Compiling MultipartKit MultipartFormData.swift
[376/387] Compiling MultipartKit MultipartParser+parse.swift
[377/387] Emitting module MultipartKit
[378/387] Compiling MultipartKit StreamingMultipartParserAsyncSequence.swift
[379/387] Compiling MultipartKit Utilities.swift
[380/387] Compiling MultipartKit FormDataEncoder+Encoder.swift
[381/387] Compiling MultipartKit FormDataEncoder+KeyedContainer.swift
[382/387] Compiling MultipartKit FormDataEncoder+SingleValueContainer.swift
[383/387] Compiling MultipartKit FormDataEncoder+UnkeyedContainer.swift
[384/387] Compiling MultipartKit FormDataEncoder.swift
[385/387] Compiling MultipartKit Storage.swift
[386/387] Compiling MultipartKit MultipartSerializer.swift
[387/387] Compiling MultipartKit StreamingMultipartParserAsyncSequence+Isolation.swift
[388/405] Compiling ImagesClient UploadResult.swift
[389/406] Compiling ImagesClient SortOrder.swift
[390/406] Compiling ImagesClient Update.swift
[391/406] Compiling ImagesClient UploadImage.swift
[392/406] Compiling ImagesClient UploadImageWithURL.swift
[393/406] Compiling ImagesClient MessageContent.swift
[394/406] Compiling ImagesClient RequestError.swift
[395/406] Compiling ImagesClient BaseImage.swift
[396/406] Compiling ImagesClient Image.swift
[397/406] Compiling ImagesClient ImagesResponse.swift
[398/406] Compiling ImagesClient JSONDecoder++.swift
[399/406] Compiling ImagesClient EmptyResult.swift
[400/406] Compiling ImagesClient ErrorHandle.swift
[401/406] Emitting module ImagesClient
[402/406] Compiling ImagesClient Images.swift
[403/406] Compiling ImagesClient ImagesClient.swift
[404/406] Compiling ImagesClient CreateAuthenticatedUploadURL.swift
[405/406] Compiling ImagesClient DeleteImage.swift
[406/406] Compiling ImagesClient UsageStats.swift
Build complete! (17.49s)
Fetching https://github.com/vapor/multipart-kit
Fetching https://github.com/apple/swift-http-types from cache
Fetching https://github.com/zunda-pixel/http-client
[1/106] Fetching http-client
[105/3314] Fetching http-client, multipart-kit
Fetched https://github.com/zunda-pixel/http-client from cache (1.88s)
Fetched https://github.com/vapor/multipart-kit from cache (1.88s)
Fetched https://github.com/apple/swift-http-types from cache (1.89s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.0 (2.36s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.44s)
Computing version for https://github.com/vapor/multipart-kit
Computed https://github.com/vapor/multipart-kit at 5.0.0-alpha.5 (0.43s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.85s)
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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
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.3",
"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.