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 cloudflare-swift, reference main (8fa3bc), with Swift 6.0 for Linux on 15 Apr 2025 18:41:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/zunda-pixel/cloudflare-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 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:         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" : "cloudflare-swift",
  "name" : "cloudflare-swift",
  "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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/vapor/multipart-kit
Fetching https://github.com/zunda-pixel/http-client
[1/106] Fetching http-client
[107/3302] Fetching http-client, multipart-kit
[938/4206] Fetching http-client, multipart-kit, swift-http-types
Fetched https://github.com/zunda-pixel/http-client from cache (0.19s)
Fetched https://github.com/apple/swift-http-types from cache (0.19s)
[1662/3196] Fetching multipart-kit
Fetched https://github.com/vapor/multipart-kit from cache (1.17s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.0 (0.46s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.51s)
Computing version for https://github.com/vapor/multipart-kit
Computed https://github.com/vapor/multipart-kit at 5.0.0-alpha.5 (0.47s)
Fetching https://github.com/apple/swift-collections.git
[1/15990] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.03s)
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
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/zunda-pixel/http-client
Working copy of https://github.com/zunda-pixel/http-client resolved at 0.3.0
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/39] Compiling HTTPTypes HTTPRequest.swift
[16/40] Compiling HTTPTypes HTTPParsedFields.swift
[17/40] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/40] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[20/40] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/40] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/40] Compiling InternalCollectionsUtilities Integer rank.swift
[23/40] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/40] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/40] Compiling InternalCollectionsUtilities Specialize.swift
[26/42] Emitting module InternalCollectionsUtilities
[27/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[28/42] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[29/42] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[30/42] Compiling InternalCollectionsUtilities Debugging.swift
[31/42] Compiling InternalCollectionsUtilities Descriptions.swift
[32/42] Compiling InternalCollectionsUtilities _SortedCollection.swift
[33/42] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[34/42] Emitting module HTTPTypes
[35/42] Compiling HTTPTypes HTTPField.swift
[36/42] Compiling HTTPTypes HTTPResponse.swift
[37/42] Compiling HTTPTypes ISOLatin1String.swift
[38/42] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[39/42] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[41/44] Compiling HTTPTypes NIOLock.swift
[42/317] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[43/317] Compiling HashTreeCollections _AncestorHashSlots.swift
[44/317] Compiling HashTreeCollections _Bitmap.swift
[45/319] Compiling HeapModule Heap+Descriptions.swift
[46/319] Compiling HashTreeCollections _HashNode+Invariants.swift
[47/319] Compiling HashTreeCollections _HashNode+Lookups.swift
[48/319] Compiling HeapModule Heap.swift
[49/319] Compiling HeapModule Heap+UnsafeHandle.swift
[50/319] Compiling HeapModule Heap+Invariants.swift
[51/319] Compiling HeapModule _HeapNode.swift
[52/319] Emitting module HeapModule
[54/320] Compiling DequeModule _DequeSlot.swift
[55/320] Compiling DequeModule _UnsafeWrappedBuffer.swift
[56/320] Compiling HashTreeCollections TreeSet+Hashable.swift
[57/320] Compiling HashTreeCollections TreeSet+Sendable.swift
[58/320] Compiling HashTreeCollections TreeSet+Sequence.swift
[59/320] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[60/320] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[61/320] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[62/320] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[63/320] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[64/320] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[65/320] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[66/330] Compiling HashTreeCollections _HashNode+Structural union.swift
[67/330] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[68/330] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[69/330] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[70/330] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[71/330] Compiling HashTreeCollections _HashNode.swift
[72/330] Compiling HashTreeCollections _HashNodeHeader.swift
[73/330] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[74/330] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[75/330] Compiling HashTreeCollections TreeDictionary+Keys.swift
[76/330] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[77/330] Compiling HashTreeCollections TreeDictionary+Merge.swift
[78/330] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[79/330] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[80/330] Compiling HashTreeCollections _HashSlot.swift
[81/330] Compiling HashTreeCollections _HashStack.swift
[82/330] Compiling HashTreeCollections _HashTreeIterator.swift
[83/330] Compiling HashTreeCollections _HashTreeStatistics.swift
[84/330] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[85/330] Compiling HashTreeCollections _RawHashNode.swift
[86/330] Compiling HashTreeCollections _UnmanagedHashNode.swift
[87/330] Compiling HashTreeCollections TreeDictionary+Collection.swift
[88/330] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[89/330] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[90/330] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[91/330] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[92/330] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[93/330] Compiling HashTreeCollections TreeDictionary+Filter.swift
[96/344] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[97/344] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[98/344] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[99/344] Compiling HashTreeCollections _HashNode+Storage.swift
[110/344] Compiling HashTreeCollections _HashLevel.swift
[111/344] Compiling HashTreeCollections _HashNode+Builder.swift
[116/344] Compiling HashTreeCollections _HashNode+Debugging.swift
[117/344] Compiling HashTreeCollections _HashNode+Initializers.swift
[118/344] Emitting module BitCollections
[119/344] Compiling OrderedCollections OrderedSet+SubSequence.swift
[120/344] Compiling OrderedCollections OrderedSet+Testing.swift
[121/344] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[122/344] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[123/344] Compiling OrderedCollections OrderedSet.swift
[124/344] Compiling OrderedCollections _UnsafeBitset.swift
[125/344] Compiling HashTreeCollections TreeSet+Equatable.swift
[126/344] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[127/344] Compiling HashTreeCollections TreeSet+Extras.swift
[128/344] Compiling HashTreeCollections TreeSet+Filter.swift
[135/344] Compiling HashTreeCollections _UnsafePath.swift
[136/344] Compiling HashTreeCollections TreeDictionary+Codable.swift
[145/344] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[146/344] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[147/344] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[148/344] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[149/344] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[150/344] Compiling HashTreeCollections _HashNode+Structural merge.swift
[151/344] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[152/344] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[175/344] Compiling BitCollections BitSet.Index.swift
[176/344] Compiling BitCollections BitSet._UnsafeHandle.swift
[177/344] Compiling OrderedCollections OrderedSet+Sendable.swift
[178/344] Compiling HashTreeCollections _Bucket.swift
[179/344] Compiling HashTreeCollections _Hash.swift
[188/344] Emitting module DequeModule
[199/354] Compiling _RopeModule _CharacterRecognizer.swift
[200/354] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[201/354] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[202/354] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[203/354] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[204/354] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[205/354] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[206/354] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[207/354] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[208/354] Compiling HashTreeCollections TreeSet.swift
[253/355] Compiling HTTPTypes HTTPFieldName.swift
[264/355] Compiling HTTPTypes HTTPFields.swift
[305/359] Emitting module OrderedCollections
[307/363] Emitting module _RopeModule
[319/363] Compiling _RopeModule Rope+Join.swift
[320/363] Compiling _RopeModule Rope+MutatingForEach.swift
[321/363] Compiling _RopeModule Rope+Remove.swift
[322/363] Compiling _RopeModule Rope+RemoveSubrange.swift
[323/363] Compiling _RopeModule Rope+Split.swift
[324/363] Compiling _RopeModule Optional Utilities.swift
[325/363] Compiling _RopeModule String Utilities.swift
[326/363] Compiling _RopeModule String.Index+ABI.swift
[358/364] Emitting module HashTreeCollections
[359/365] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[361/367] Emitting module Collections
[362/367] Compiling Collections Collections.swift
[364/390] Emitting module HTTPTypesFoundation
[365/390] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[366/390] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[367/390] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[368/390] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[370/391] Compiling MultipartKit MultipartPartConvertible.swift
[371/391] Compiling MultipartKit MultipartSection.swift
[372/391] Compiling MultipartKit MultipartSerializer.swift
[373/394] Compiling MultipartKit FormDataDecoder+SingleValueContainer.swift
[374/394] Compiling MultipartKit FormDataDecoder+UnkeyedContainer.swift
[375/394] Compiling MultipartKit FormDataDecoder.swift
[376/394] Compiling MultipartKit BasicCodingKey.swift
[377/394] Compiling MultipartKit FormDataDecoder+Decoder.swift
[378/394] Compiling MultipartKit FormDataDecoder+KeyedContainer.swift
[379/394] Compiling MultipartKit FormDataEncoder+Encoder.swift
[380/394] Compiling MultipartKit FormDataEncoder+KeyedContainer.swift
[381/394] Compiling MultipartKit FormDataEncoder+SingleValueContainer.swift
[382/394] Compiling MultipartKit FormDataEncoder+UnkeyedContainer.swift
[383/394] Compiling MultipartKit FormDataEncoder.swift
[384/394] Compiling MultipartKit Storage.swift
[385/394] Compiling MultipartKit MultipartParserAsyncSequence.swift
[386/394] Compiling MultipartKit MultipartParserError.swift
[387/394] Compiling MultipartKit MultipartPart.swift
[388/394] Compiling MultipartKit MultipartFormData.swift
[389/394] Compiling MultipartKit MultipartParser+parse.swift
[390/394] Compiling MultipartKit MultipartParser.swift
[391/394] Emitting module MultipartKit
[392/397] Compiling MultipartKit StreamingMultipartParserAsyncSequence+Isolation.swift
[393/397] Compiling MultipartKit StreamingMultipartParserAsyncSequence.swift
[394/397] Compiling MultipartKit Utilities.swift
[396/398] Emitting module HTTPClient
[397/398] Compiling HTTPClient URLSesssion++.swift
[398/398] Compiling HTTPClient HTTPClient.swift
[400/416] Compiling ImagesClient ErrorHandle.swift
[401/416] Compiling ImagesClient BaseImage.swift
[402/416] Compiling ImagesClient Image.swift
[403/418] Emitting module ImagesClient
[404/418] Compiling ImagesClient SortOrder.swift
[405/418] Compiling ImagesClient Update.swift
[406/418] Compiling ImagesClient MessageContent.swift
[407/418] Compiling ImagesClient RequestError.swift
[408/418] Compiling ImagesClient ImagesResponse.swift
[409/418] Compiling ImagesClient JSONDecoder++.swift
[410/418] Compiling ImagesClient UploadImage.swift
[411/418] Compiling ImagesClient UploadImageWithURL.swift
[412/418] Compiling ImagesClient Images.swift
[413/418] Compiling ImagesClient ImagesClient.swift
[414/418] Compiling ImagesClient CreateAuthenticatedUploadURL.swift
[415/418] Compiling ImagesClient DeleteImage.swift
[416/418] Compiling ImagesClient EmptyResult.swift
[417/418] Compiling ImagesClient UploadResult.swift
[418/418] Compiling ImagesClient UsageStats.swift
Build complete! (34.85s)
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" : "/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:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.