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 Android on 28 Oct 2025 02:10:46 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

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 /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 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:         android
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-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
39bc14e52995: Already exists
cc0382103b05: Already exists
084072dee40a: Already exists
caa0908b8609: Pulling fs layer
caa0908b8609: Verifying Checksum
caa0908b8609: Download complete
caa0908b8609: Pull complete
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/multipart-kit
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/zunda-pixel/http-client
[1/149] Fetching http-client
[149/1088] Fetching http-client, swift-http-types
[1088/4640] Fetching http-client, swift-http-types, multipart-kit
Fetched https://github.com/apple/swift-http-types from cache (1.49s)
Fetched https://github.com/zunda-pixel/http-client from cache (1.67s)
Fetched https://github.com/vapor/multipart-kit from cache (1.72s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.1 (2.33s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.58s)
Computing version for https://github.com/vapor/multipart-kit
Computed https://github.com/vapor/multipart-kit at 5.0.0-alpha.5 (0.81s)
Fetching https://github.com/apple/swift-collections.git
[1/18239] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (3.47s)
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
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/39] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/39] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/41] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/41] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/41] Compiling InternalCollectionsUtilities Debugging.swift
[20/41] Compiling InternalCollectionsUtilities Descriptions.swift
[21/41] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[22/41] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/41] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[24/41] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[25/41] Emitting module InternalCollectionsUtilities
[26/41] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/41] Compiling InternalCollectionsUtilities Integer rank.swift
[28/41] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[29/41] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/41] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/41] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[32/41] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[34/248] Compiling HTTPTypes ISOLatin1String.swift
[35/317] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[36/317] Compiling _RopeModule BigString+Chunk+Counts.swift
[37/317] Compiling _RopeModule BigString+Chunk+Description.swift
[38/319] Compiling _RopeModule BigString+Debugging.swift
[39/319] Compiling _RopeModule BigString+Index.swift
[40/319] Compiling HeapModule Heap+Descriptions.swift
[41/319] Compiling HeapModule Heap.swift
[42/319] Compiling HeapModule _HeapNode.swift
[43/319] Compiling _RopeModule BigString+Ingester.swift
[44/319] Compiling _RopeModule BigString+Invariants.swift
[45/319] Compiling _RopeModule BigString+Iterators.swift
[46/319] Compiling _RopeModule BigString+Metrics.swift
[47/319] Compiling HeapModule Heap+Invariants.swift
[48/319] Compiling HeapModule Heap+UnsafeHandle.swift
[49/319] Emitting module HeapModule
[50/320] Compiling _RopeModule Rope+ForEachWhile.swift
[51/320] Compiling _RopeModule Rope+Insert.swift
[52/320] Compiling HashTreeCollections TreeSet+Sequence.swift
[53/320] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[54/320] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[55/320] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[56/320] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[57/320] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[58/320] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[59/320] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[61/330] Compiling HTTPTypes NIOLock.swift
[62/330] Compiling _RopeModule Rope+_Storage.swift
[63/330] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[64/330] Compiling _RopeModule Rope+_UnsafeHandle.swift
[65/330] Compiling _RopeModule Rope.swift
[66/330] Compiling _RopeModule RopeElement.swift
[67/330] Compiling _RopeModule RopeMetric.swift
[68/330] Compiling _RopeModule RopeSummary.swift
[69/330] Compiling _RopeModule _RopeItem.swift
[70/330] Compiling _RopeModule _RopePath.swift
[71/330] Compiling _RopeModule BigString+UnicodeScalarView.swift
[72/330] Compiling _RopeModule BigSubstring+UTF16View.swift
[73/330] Compiling _RopeModule BigSubstring+UTF8View.swift
[74/330] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[75/330] Compiling _RopeModule BigSubstring.swift
[76/337] Compiling DequeModule _DequeSlot.swift
[77/337] Compiling DequeModule _UnsafeWrappedBuffer.swift
[78/337] Compiling HTTPTypes HTTPRequest.swift
[79/337] Compiling HTTPTypes HTTPResponse.swift
[80/337] Compiling _RopeModule BigString+Builder.swift
[81/337] Compiling _RopeModule BigString+Contents.swift
[82/337] Emitting module BitCollections
[83/344] Compiling _RopeModule BigString+Summary.swift
[84/344] Compiling _RopeModule BigString.swift
[85/344] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[86/344] Compiling _RopeModule BigString+Chunk+Breaks.swift
[87/344] Compiling _RopeModule BigString+Initializers.swift
[88/344] Compiling _RopeModule BigString+Insert.swift
[89/344] Compiling _RopeModule BigString+Managing Breaks.swift
[90/344] Compiling _RopeModule BigString+RemoveSubrange.swift
[91/344] Compiling _RopeModule BigString+ReplaceSubrange.swift
[92/344] Compiling _RopeModule BigString+Split.swift
[93/344] Compiling _RopeModule Range+BigString.swift
[94/344] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[95/344] Compiling _RopeModule BigString+Hashing.swift
[96/344] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[97/344] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[98/344] Compiling _RopeModule BigString+Sequence.swift
[99/344] Compiling _RopeModule BigString+TextOutputStream.swift
[100/344] Compiling _RopeModule BigString+Append.swift
[101/344] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[102/344] Compiling _RopeModule BigString+Chunk+Splitting.swift
[103/344] Compiling _RopeModule BigString+Chunk.swift
[104/344] Compiling _RopeModule BigString+BidirectionalCollection.swift
[105/344] Compiling _RopeModule BigString+Comparable.swift
[106/344] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[107/344] Compiling _RopeModule BigString+CustomStringConvertible.swift
[108/344] Compiling _RopeModule BigString+Equatable.swift
[109/344] Compiling _RopeModule BigString+UTF16View.swift
[110/344] Compiling _RopeModule BigString+UTF8View.swift
[123/344] Compiling BitCollections Range+Utilities.swift
[124/344] Compiling BitCollections Slice+Utilities.swift
[125/344] Compiling BitCollections UInt+Tricks.swift
[126/344] Compiling BitCollections _Word.swift
[127/344] Compiling OrderedCollections OrderedSet.swift
[128/344] Compiling OrderedCollections _UnsafeBitset.swift
[129/344] Compiling _RopeModule Rope+Sequence.swift
[130/344] Compiling _RopeModule Rope+Append.swift
[131/344] Compiling _RopeModule Rope+Extract.swift
[132/344] Compiling _RopeModule Rope+Find.swift
[141/344] Compiling BitCollections BitSet.Index.swift
[142/344] Compiling BitCollections BitSet._UnsafeHandle.swift
[143/344] Compiling BitCollections BitSet.swift
[168/344] Emitting module DequeModule
[170/345] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[171/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[172/345] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[173/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[174/345] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[175/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[176/345] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[177/345] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[178/345] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[179/345] Compiling HashTreeCollections TreeSet.swift
[287/355] Emitting module OrderedCollections
[320/356] Emitting module _RopeModule
[321/356] Compiling HTTPTypes HTTPRequest+URL.swift
[333/356] Compiling _RopeModule Rope+Join.swift
[334/356] Compiling _RopeModule Rope+MutatingForEach.swift
[335/356] Compiling _RopeModule Rope+Remove.swift
[336/356] Compiling _RopeModule Rope+RemoveSubrange.swift
[337/356] Compiling _RopeModule Rope+Split.swift
[338/356] Compiling _RopeModule Optional Utilities.swift
[339/356] Compiling _RopeModule String Utilities.swift
[340/356] Compiling _RopeModule String.Index+ABI.swift
[341/356] Compiling _RopeModule _CharacterRecognizer.swift
[342/356] Emitting module HashTreeCollections
[354/360] Emitting module Collections
[355/360] Compiling Collections Collections.swift
[359/361] Compiling HTTPTypes HTTPParsedFields.swift
[360/361] Emitting module HTTPTypes
[361/361] Compiling HTTPTypes HTTPFields.swift
[363/390] Emitting module HTTPTypesFoundation
[364/390] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[365/390] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[366/390] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[367/390] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[368/390] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[370/394] Compiling HTTPClient HTTPClient.swift
[371/394] Emitting module HTTPClient
[372/394] Compiling HTTPClient URLSesssion++.swift
[373/395] Compiling MultipartKit MultipartPartConvertible.swift
[374/395] Compiling MultipartKit MultipartSection.swift
[375/395] Compiling MultipartKit MultipartSerializer.swift
[377/398] Compiling MultipartKit MultipartParserAsyncSequence.swift
[378/398] Compiling MultipartKit MultipartParserError.swift
[379/398] Compiling MultipartKit MultipartPart.swift
[380/398] Emitting module MultipartKit
[381/398] Compiling MultipartKit FormDataDecoder+SingleValueContainer.swift
[382/398] Compiling MultipartKit FormDataDecoder+UnkeyedContainer.swift
[383/398] Compiling MultipartKit FormDataDecoder.swift
[384/398] Compiling MultipartKit BasicCodingKey.swift
[385/398] Compiling MultipartKit FormDataDecoder+Decoder.swift
[386/398] Compiling MultipartKit FormDataDecoder+KeyedContainer.swift
[387/398] Compiling MultipartKit FormDataEncoder+UnkeyedContainer.swift
[388/398] Compiling MultipartKit FormDataEncoder.swift
[389/398] Compiling MultipartKit Storage.swift
[390/398] Compiling MultipartKit MultipartFormData.swift
[391/398] Compiling MultipartKit MultipartParser+parse.swift
[392/398] Compiling MultipartKit MultipartParser.swift
[393/398] Compiling MultipartKit FormDataEncoder+Encoder.swift
[394/398] Compiling MultipartKit FormDataEncoder+KeyedContainer.swift
[395/398] Compiling MultipartKit FormDataEncoder+SingleValueContainer.swift
[396/398] Compiling MultipartKit StreamingMultipartParserAsyncSequence+Isolation.swift
[397/398] Compiling MultipartKit StreamingMultipartParserAsyncSequence.swift
[398/398] Compiling MultipartKit Utilities.swift
[400/416] Emitting module ImagesClient
[401/416] Compiling ImagesClient SortOrder.swift
[402/416] Compiling ImagesClient Update.swift
[403/418] Compiling ImagesClient ImagesResponse.swift
[404/418] Compiling ImagesClient JSONDecoder++.swift
[405/418] Compiling ImagesClient UploadImage.swift
[406/418] Compiling ImagesClient UploadImageWithURL.swift
[407/418] Compiling ImagesClient ErrorHandle.swift
[408/418] Compiling ImagesClient BaseImage.swift
[409/418] Compiling ImagesClient Image.swift
[410/418] Compiling ImagesClient MessageContent.swift
[411/418] Compiling ImagesClient RequestError.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! (49.54s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.