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 (eed453), with Swift 6.1 for Linux on 9 Sep 2025 04:44:34 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.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 eed4537 Bump actions/checkout from 4 to 5 (#39)
Cloned https://github.com/zunda-pixel/cloudflare-swift.git
Revision (git rev-parse @):
eed45374978e0ba9dab313293459bdd069885217
SUCCESS checkout https://github.com/zunda-pixel/cloudflare-swift.git at main
========================================
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" : "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" : "/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" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
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/141] Fetching http-client
[7/3634] Fetching http-client, multipart-kit
[720/4551] Fetching http-client, multipart-kit, swift-http-types
Fetched https://github.com/zunda-pixel/http-client from cache (0.24s)
[2070/4410] Fetching multipart-kit, swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (1.50s)
Fetched https://github.com/vapor/multipart-kit from cache (1.55s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.1 (2.01s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.48s)
Computing version for https://github.com/vapor/multipart-kit
Computed https://github.com/vapor/multipart-kit at 5.0.0-alpha.5 (0.56s)
Fetching https://github.com/apple/swift-collections.git
[1/17445] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.14s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.88s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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
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
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/36] Emitting module HTTPTypes
[16/37] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/37] Compiling InternalCollectionsUtilities Descriptions.swift
[18/37] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/38] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[20/38] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/38] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/38] Compiling InternalCollectionsUtilities Debugging.swift
[23/38] Compiling HTTPTypes HTTPField.swift
[24/38] Compiling HTTPTypes HTTPFieldName.swift
[25/38] Compiling HTTPTypes HTTPResponse.swift
[26/38] Compiling HTTPTypes ISOLatin1String.swift
[27/38] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/38] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[29/38] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/38] Compiling HTTPTypes HTTPRequest.swift
[31/38] Compiling HTTPTypes HTTPParsedFields.swift
[32/38] Emitting module InternalCollectionsUtilities
[33/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[34/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[35/38] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[36/38] Compiling InternalCollectionsUtilities Integer rank.swift
[38/313] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[39/313] Compiling HeapModule Heap+Descriptions.swift
[40/313] Compiling _RopeModule BigString+Chunk+Counts.swift
[41/313] Compiling _RopeModule BigString+Chunk+Description.swift
[42/313] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[43/313] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[44/315] Compiling _RopeModule BigString+CustomStringConvertible.swift
[45/315] Compiling _RopeModule BigString+Equatable.swift
[46/315] Compiling HeapModule _HeapNode.swift
[47/315] Compiling HeapModule Heap.swift
[48/315] Compiling HTTPTypes NIOLock.swift
[49/315] Compiling HeapModule Heap+UnsafeHandle.swift
[50/315] Compiling HeapModule Heap+Invariants.swift
[51/315] Emitting module HeapModule
[52/316] Compiling _RopeModule Rope+ForEachWhile.swift
[53/316] Compiling _RopeModule Rope+Insert.swift
[54/316] Compiling HashTreeCollections TreeSet+Sequence.swift
[55/316] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[56/316] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[57/316] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[58/316] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[59/316] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[60/316] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[61/316] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[63/326] Compiling _RopeModule BigString+UnicodeScalarView.swift
[64/326] Compiling _RopeModule BigSubstring+UTF16View.swift
[65/326] Compiling _RopeModule BigSubstring+UTF8View.swift
[66/326] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[67/326] Compiling _RopeModule BigSubstring.swift
[68/326] Compiling _RopeModule Rope+Builder.swift
[69/326] Compiling _RopeModule Rope+Debugging.swift
[70/326] Compiling _RopeModule Rope+Invariants.swift
[71/326] Compiling _RopeModule Rope+_Node.swift
[72/326] Compiling _RopeModule Rope+_Storage.swift
[73/326] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[74/326] Compiling _RopeModule Rope+_UnsafeHandle.swift
[75/326] Compiling _RopeModule Rope.swift
[76/326] Compiling _RopeModule RopeElement.swift
[77/328] Compiling DequeModule _DequeSlot.swift
[78/328] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/333] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[80/333] Compiling _RopeModule BigString+Chunk+Breaks.swift
[85/333] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[86/333] Compiling _RopeModule BigString+Chunk+Splitting.swift
[87/333] Compiling OrderedCollections OrderedSet+SubSequence.swift
[88/333] Compiling OrderedCollections OrderedSet+Testing.swift
[89/333] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[90/333] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[91/333] Compiling OrderedCollections OrderedSet.swift
[92/333] Compiling OrderedCollections _UnsafeBitset.swift
[93/333] Compiling _RopeModule Rope+Sequence.swift
[94/333] Compiling _RopeModule Rope+Append.swift
[95/333] Compiling _RopeModule Rope+Extract.swift
[96/333] Compiling _RopeModule Rope+Find.swift
[97/333] Compiling _RopeModule BigString+Chunk.swift
[98/333] Compiling _RopeModule BigString+BidirectionalCollection.swift
[99/333] Compiling _RopeModule BigString+Insert.swift
[100/333] Compiling _RopeModule BigString+Managing Breaks.swift
[101/333] Compiling _RopeModule BigString+RemoveSubrange.swift
[102/333] Compiling _RopeModule BigString+ReplaceSubrange.swift
[103/333] Compiling _RopeModule BigString+Split.swift
[104/333] Compiling _RopeModule Range+BigString.swift
[105/333] Compiling _RopeModule BigString+UTF16View.swift
[106/333] Compiling _RopeModule BigString+UTF8View.swift
[107/333] Compiling _RopeModule BigString+Comparable.swift
[108/333] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[121/333] Compiling OrderedCollections OrderedSet+Sendable.swift
[122/333] Compiling _RopeModule BigString+Ingester.swift
[123/333] Compiling _RopeModule BigString+Invariants.swift
[124/333] Compiling _RopeModule BigString+Iterators.swift
[125/333] Compiling _RopeModule BigString+Metrics.swift
[126/333] Compiling _RopeModule BigString+Summary.swift
[127/333] Compiling _RopeModule BigString.swift
[128/333] Compiling _RopeModule BigString+Append.swift
[129/333] Compiling _RopeModule BigString+Initializers.swift
[130/333] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[131/333] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[132/333] Compiling _RopeModule BigString+Sequence.swift
[133/333] Compiling _RopeModule BigString+TextOutputStream.swift
[134/333] Compiling _RopeModule BigString+Builder.swift
[135/333] Compiling _RopeModule BigString+Contents.swift
[136/333] Compiling _RopeModule BigString+Debugging.swift
[137/333] Compiling _RopeModule BigString+Index.swift
[168/340] Emitting module DequeModule
[169/341] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[170/341] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[171/341] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[172/341] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[173/341] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[174/341] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[175/341] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[176/341] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[177/341] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[178/341] Compiling HashTreeCollections TreeSet.swift
[179/341] Emitting module BitCollections
[194/350] Compiling BitCollections BitSet.Index.swift
[195/350] Compiling BitCollections BitSet._UnsafeHandle.swift
[196/350] Compiling BitCollections BitSet.swift
[197/350] Compiling BitCollections Range+Utilities.swift
[198/350] Compiling BitCollections Slice+Utilities.swift
[199/350] Compiling BitCollections UInt+Tricks.swift
[243/350] Compiling BitCollections _Word.swift
[309/351] Emitting module OrderedCollections
[322/352] Compiling HTTPTypes HTTPFields.swift
[323/353] Emitting module _RopeModule
[325/353] Compiling _RopeModule Rope+Join.swift
[326/353] Compiling _RopeModule Rope+MutatingForEach.swift
[327/353] Compiling _RopeModule Rope+Remove.swift
[328/353] Compiling _RopeModule Rope+RemoveSubrange.swift
[329/353] Compiling _RopeModule Rope+Split.swift
[330/353] Compiling _RopeModule Optional Utilities.swift
[331/353] Compiling _RopeModule String Utilities.swift
[332/353] Compiling _RopeModule String.Index+ABI.swift
[333/353] Compiling _RopeModule _CharacterRecognizer.swift
[334/359] Emitting module HashTreeCollections
[356/363] Compiling Collections Collections.swift
[357/363] Emitting module Collections
[359/386] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[360/386] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[361/386] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[362/386] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[363/386] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[364/386] Emitting module HTTPTypesFoundation
[366/387] Compiling MultipartKit MultipartPartConvertible.swift
[367/387] Compiling MultipartKit MultipartSection.swift
[368/387] Compiling MultipartKit MultipartSerializer.swift
[369/393] Emitting module MultipartKit
[370/393] Compiling MultipartKit FormDataEncoder+Encoder.swift
[371/393] Compiling MultipartKit FormDataEncoder+KeyedContainer.swift
[372/393] Compiling MultipartKit FormDataEncoder+SingleValueContainer.swift
[373/393] Compiling MultipartKit BasicCodingKey.swift
[374/393] Compiling MultipartKit FormDataDecoder+Decoder.swift
[375/393] Compiling MultipartKit FormDataDecoder+KeyedContainer.swift
[376/393] Compiling MultipartKit FormDataDecoder+SingleValueContainer.swift
[377/393] Compiling MultipartKit FormDataDecoder+UnkeyedContainer.swift
[378/393] Compiling MultipartKit FormDataDecoder.swift
[379/393] Compiling MultipartKit MultipartFormData.swift
[380/393] Compiling MultipartKit MultipartParser+parse.swift
[381/393] Compiling MultipartKit MultipartParser.swift
[382/393] Compiling MultipartKit MultipartParserAsyncSequence.swift
[383/393] Compiling MultipartKit MultipartParserError.swift
[384/393] Compiling MultipartKit MultipartPart.swift
[385/393] Compiling MultipartKit FormDataEncoder+UnkeyedContainer.swift
[386/393] Compiling MultipartKit FormDataEncoder.swift
[387/393] Compiling MultipartKit Storage.swift
[388/393] Compiling MultipartKit StreamingMultipartParserAsyncSequence+Isolation.swift
[389/393] Compiling MultipartKit StreamingMultipartParserAsyncSequence.swift
[390/393] Compiling MultipartKit Utilities.swift
[392/394] Compiling HTTPClient URLSesssion++.swift
[393/394] Compiling HTTPClient HTTPClient.swift
[394/394] Emitting module HTTPClient
[396/412] Compiling ImagesClient MessageContent.swift
[397/412] Compiling ImagesClient RequestError.swift
[398/414] Compiling ImagesClient ImagesResponse.swift
[399/414] Compiling ImagesClient JSONDecoder++.swift
[400/414] Compiling ImagesClient ErrorHandle.swift
[401/414] Compiling ImagesClient BaseImage.swift
[402/414] Compiling ImagesClient Image.swift
[403/414] Compiling ImagesClient Images.swift
[404/414] Compiling ImagesClient ImagesClient.swift
[405/414] Compiling ImagesClient SortOrder.swift
[406/414] Compiling ImagesClient Update.swift
[407/414] Compiling ImagesClient UploadImage.swift
[408/414] Compiling ImagesClient UploadImageWithURL.swift
[409/414] Compiling ImagesClient CreateAuthenticatedUploadURL.swift
[410/414] Compiling ImagesClient DeleteImage.swift
[411/414] Compiling ImagesClient EmptyResult.swift
[412/414] Emitting module ImagesClient
[413/414] Compiling ImagesClient UploadResult.swift
[414/414] Compiling ImagesClient UsageStats.swift
Build complete! (62.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.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" : "/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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.