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.7.0-alpha.2 (dda779), with Swift 6.0 for Linux on 19 Feb 2025 08:55:19 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/zunda-pixel/cloudflare-swift.git
Reference: 0.7.0-alpha.2
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.7.0-alpha.2 -> FETCH_HEAD
HEAD is now at dda7799 update multipart-kit (#25)
Cloned https://github.com/zunda-pixel/cloudflare-swift.git
Revision (git rev-parse @):
dda7799b24977451e7affb670d79c606efb78d0f
SUCCESS checkout https://github.com/zunda-pixel/cloudflare-swift.git at 0.7.0-alpha.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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" : "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" : "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-4606859-1":/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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/zunda-pixel/http-client
Fetching https://github.com/vapor/multipart-kit
Fetching https://github.com/apple/swift-http-types
[1/106] Fetching http-client
[4/3225] Fetching http-client, multipart-kit
[1199/4052] Fetching http-client, multipart-kit, swift-http-types
Fetched https://github.com/zunda-pixel/http-client from cache (0.25s)
[1895/3946] Fetching multipart-kit, swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (1.40s)
Fetched https://github.com/vapor/multipart-kit from cache (1.45s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.0 (0.79s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (2.47s)
Computing version for https://github.com/vapor/multipart-kit
Computed https://github.com/vapor/multipart-kit at 5.0.0-alpha.3 (0.57s)
Fetching https://github.com/apple/swift-collections.git
[1/15655] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.99s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.84s)
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/vapor/multipart-kit
Working copy of https://github.com/vapor/multipart-kit resolved at 5.0.0-alpha.3
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/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/39] Emitting module InternalCollectionsUtilities
[16/41] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/41] Compiling InternalCollectionsUtilities Specialize.swift
[18/41] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/41] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/41] Compiling HTTPTypes ISOLatin1String.swift
[21/42] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/42] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/42] Compiling InternalCollectionsUtilities Debugging.swift
[24/42] Compiling InternalCollectionsUtilities Descriptions.swift
[25/42] Compiling InternalCollectionsUtilities UInt+reversed.swift
[26/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[27/42] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[28/42] Compiling InternalCollectionsUtilities Integer rank.swift
[29/42] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[31/42] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[32/42] Compiling HTTPTypes HTTPParsedFields.swift
[33/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[34/42] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[35/42] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[36/43] Compiling HTTPTypes HTTPRequest.swift
[37/43] Compiling HTTPTypes HTTPResponse.swift
[39/317] Compiling HeapModule Heap+Descriptions.swift
[40/317] Compiling BitCollections BitArray+BitwiseOperations.swift
[41/317] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[42/319] Compiling HTTPTypes NIOLock.swift
[43/319] Compiling HeapModule _HeapNode.swift
[44/319] Compiling HeapModule Heap.swift
[45/319] Compiling BitCollections BitArray+Hashable.swift
[46/319] Compiling BitCollections BitArray+Initializers.swift
[47/319] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[48/319] Compiling HeapModule Heap+Invariants.swift
[49/319] Compiling HeapModule Heap+UnsafeHandle.swift
[50/319] Emitting module HeapModule
[51/320] Compiling BitCollections BitArray+Copy.swift
[52/320] Compiling BitCollections BitArray+CustomReflectable.swift
[53/320] Compiling BitCollections BitArray+Descriptions.swift
[54/320] Compiling BitCollections BitArray+Equatable.swift
[55/320] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[56/320] Compiling BitCollections BitSet+CustomReflectable.swift
[57/320] Compiling BitCollections BitSet+CustomStringConvertible.swift
[58/320] Compiling BitCollections BitSet+Equatable.swift
[59/320] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[60/320] Compiling BitCollections BitSet+Extras.swift
[61/320] Compiling BitCollections BitSet+Hashable.swift
[63/327] Compiling BitCollections BitSet+Initializers.swift
[64/327] Compiling BitCollections BitSet+Invariants.swift
[65/327] Compiling BitCollections BitSet+Random.swift
[66/327] Compiling BitCollections BitSet+SetAlgebra basics.swift
[67/327] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[68/327] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[69/327] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[70/327] Compiling DequeModule _DequeSlot.swift
[71/327] Compiling DequeModule _UnsafeWrappedBuffer.swift
[72/327] Compiling BitCollections BitSet.swift
[73/327] Compiling BitCollections Range+Utilities.swift
[74/327] Compiling BitCollections Slice+Utilities.swift
[75/327] Compiling BitCollections UInt+Tricks.swift
[76/327] Compiling BitCollections _Word.swift
[77/327] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[78/327] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[79/327] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[80/327] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[81/327] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[82/337] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[83/337] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[84/337] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[85/337] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[86/337] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[87/337] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[88/337] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[89/337] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[90/337] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[91/337] Compiling BitCollections BitSet+SetAlgebra union.swift
[92/337] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[93/337] Compiling BitCollections BitSet.Counted.swift
[94/337] Compiling BitCollections BitSet.Index.swift
[95/337] Compiling BitCollections BitSet._UnsafeHandle.swift
[96/344] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[97/344] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[98/344] Compiling BitCollections BitArray+Extras.swift
[99/344] Compiling BitCollections BitArray+Fill.swift
[110/344] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[111/344] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[148/344] Compiling BitCollections BitArray+RandomBits.swift
[149/344] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[150/344] Compiling BitCollections BitArray+Shifts.swift
[151/344] Compiling BitCollections BitArray+Testing.swift
[152/344] Compiling BitCollections BitArray._UnsafeHandle.swift
[153/344] Compiling BitCollections BitArray.swift
[154/344] Compiling BitCollections BitSet+BidirectionalCollection.swift
[155/344] Compiling BitCollections BitSet+Codable.swift
[156/344] Compiling BitCollections BitArray+Codable.swift
[157/344] Compiling BitCollections BitArray+Collection.swift
[169/344] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[170/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[171/344] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[172/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[173/344] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[174/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[175/344] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[176/344] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[177/344] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[178/344] Compiling HashTreeCollections TreeSet.swift
[179/344] Emitting module DequeModule
[188/345] Emitting module BitCollections
[192/345] Compiling OrderedCollections OrderedSet+Sendable.swift
[193/345] Compiling OrderedCollections OrderedSet+SubSequence.swift
[194/345] Compiling OrderedCollections OrderedSet+Testing.swift
[195/345] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[196/345] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[238/346] Compiling OrderedCollections OrderedSet.swift
[239/346] Compiling OrderedCollections _UnsafeBitset.swift
[255/346] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[256/346] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[257/346] Compiling HashTreeCollections _HashNode+Structural union.swift
[258/355] Compiling HTTPTypes HTTPFieldName.swift
[259/355] Compiling HTTPTypes HTTPField.swift
[260/355] Emitting module HTTPTypes
[261/355] Compiling HTTPTypes HTTPFields.swift
[293/362] Emitting module OrderedCollections
[320/363] Compiling _RopeModule Rope+Join.swift
[321/363] Compiling _RopeModule Rope+MutatingForEach.swift
[322/363] Compiling _RopeModule Rope+Remove.swift
[323/363] Compiling _RopeModule Rope+RemoveSubrange.swift
[324/363] Compiling _RopeModule Rope+Split.swift
[325/363] Compiling _RopeModule Optional Utilities.swift
[326/363] Compiling _RopeModule String Utilities.swift
[327/363] Compiling _RopeModule String.Index+ABI.swift
[328/363] Emitting module _RopeModule
[337/363] Compiling _RopeModule _CharacterRecognizer.swift
[358/364] Emitting module HashTreeCollections
[360/367] Emitting module Collections
[361/367] Compiling Collections Collections.swift
[363/390] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[364/390] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[365/390] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[366/390] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[367/390] Emitting module HTTPTypesFoundation
[368/390] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[370/394] Compiling MultipartKit FormDataEncoder+Encoder.swift
[371/394] Compiling MultipartKit FormDataEncoder+KeyedContainer.swift
[372/394] Compiling MultipartKit FormDataEncoder+SingleValueContainer.swift
[373/396] Emitting module MultipartKit
[374/396] Compiling MultipartKit MultipartPart.swift
[375/396] Compiling MultipartKit MultipartSection.swift
[376/396] Compiling MultipartKit MultipartSerializer.swift
[377/396] Compiling MultipartKit MultipartFormData.swift
[378/396] Compiling MultipartKit MultipartMessageError.swift
[379/396] Compiling MultipartKit MultipartParser+parse.swift
[380/396] Compiling MultipartKit MultipartParser.swift
[381/396] Compiling MultipartKit MultipartParserAsyncSequence.swift
[382/396] Compiling MultipartKit MultipartParserError.swift
[383/396] Compiling MultipartKit BasicCodingKey.swift
[384/396] Compiling MultipartKit FormDataDecoder+Decoder.swift
[385/396] Compiling MultipartKit FormDataDecoder+KeyedContainer.swift
[386/396] Compiling MultipartKit FormDataEncoder+UnkeyedContainer.swift
[387/396] Compiling MultipartKit FormDataEncoder.swift
[388/396] Compiling MultipartKit Storage.swift
[389/396] Compiling MultipartKit FormDataDecoder+SingleValueContainer.swift
[390/396] Compiling MultipartKit FormDataDecoder+UnkeyedContainer.swift
[391/396] Compiling MultipartKit FormDataDecoder.swift
[392/396] Compiling HTTPClient HTTPClient.swift
[393/396] Compiling HTTPClient URLSesssion++.swift
[394/396] Emitting module HTTPClient
[396/397] Compiling MultipartKit StreamingMultipartParserAsyncSequence.swift
[397/397] Compiling MultipartKit Utilities.swift
[399/415] Compiling ImagesClient MessageContent.swift
[400/415] Compiling ImagesClient RequestError.swift
[401/417] Emitting module ImagesClient
[402/417] Compiling ImagesClient SortOrder.swift
[403/417] Compiling ImagesClient Update.swift
[404/417] Compiling ImagesClient Images.swift
[405/417] Compiling ImagesClient ImagesClient.swift
[406/417] Compiling ImagesClient ImagesResponse.swift
[407/417] Compiling ImagesClient JSONDecoder++.swift
[408/417] Compiling ImagesClient ErrorHandle.swift
[409/417] Compiling ImagesClient BaseImage.swift
[410/417] Compiling ImagesClient Image.swift
[411/417] Compiling ImagesClient UploadImage.swift
[412/417] Compiling ImagesClient UploadImageWithURL.swift
[413/417] Compiling ImagesClient CreateAuthenticatedUploadURL.swift
[414/417] Compiling ImagesClient DeleteImage.swift
[415/417] Compiling ImagesClient EmptyResult.swift
[416/417] Compiling ImagesClient UploadResult.swift
[417/417] Compiling ImagesClient UsageStats.swift
Build complete! (41.86s)
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" : "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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.