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 (c93d24), with Swift 6.1 for Android on 10 Jun 2025 14:05:22 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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.63.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 c93d241 Bump github.com/zunda-pixel/http-client from 0.3.0 to 0.3.1 (#34)
Cloned https://github.com/zunda-pixel/cloudflare-swift.git
Revision (git rev-parse @):
c93d24127bc710d61c73f4e76f4d8c9a8b1f11aa
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-1":/host -w "$PWD" 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
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-http-types
Fetching https://github.com/zunda-pixel/http-client
Fetching https://github.com/vapor/multipart-kit
[1/121] Fetching http-client
[122/3440] Fetching http-client, multipart-kit
[1749/4344] Fetching http-client, multipart-kit, swift-http-types
Fetched https://github.com/zunda-pixel/http-client from cache (1.30s)
Fetched https://github.com/apple/swift-http-types from cache (1.30s)
Fetched https://github.com/vapor/multipart-kit from cache (1.35s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.1 (1.79s)
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.42s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.10s)
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.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.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] Compiling HTTPTypes ISOLatin1String.swift
[16/37] Emitting module HTTPTypes
[17/37] Compiling HTTPTypes HTTPRequest.swift
[18/37] Compiling HTTPTypes HTTPResponse.swift
[19/37] Compiling HTTPTypes HTTPParsedFields.swift
[20/37] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/37] Compiling InternalCollectionsUtilities Debugging.swift
[22/37] Compiling InternalCollectionsUtilities Descriptions.swift
[23/37] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[24/38] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/38] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[26/38] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/38] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/38] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[30/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[31/38] Emitting module InternalCollectionsUtilities
[32/38] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[33/38] Compiling InternalCollectionsUtilities Integer rank.swift
[34/38] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/39] Compiling HTTPTypes NIOLock.swift
[37/313] Compiling HashTreeCollections _Bucket.swift
[38/313] Compiling HashTreeCollections _Hash.swift
[39/315] Compiling HashTreeCollections _HashLevel.swift
[40/315] Compiling HashTreeCollections _HashNode+Builder.swift
[41/315] Compiling HeapModule _HeapNode.swift
[42/315] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[43/315] Compiling HashTreeCollections _HashNode+Storage.swift
[44/315] Compiling HeapModule Heap+Descriptions.swift
[45/315] Compiling HeapModule Heap+Invariants.swift
[46/315] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[47/315] Compiling HeapModule Heap+UnsafeHandle.swift
[48/315] Emitting module HeapModule
[49/315] Compiling HeapModule Heap.swift
[50/316] Compiling HashTreeCollections _HashNode+Debugging.swift
[51/316] Compiling HashTreeCollections _HashNode+Initializers.swift
[53/316] Compiling DequeModule _DequeSlot.swift
[54/316] Compiling DequeModule _UnsafeWrappedBuffer.swift
[55/316] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[56/316] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[57/316] Compiling HashTreeCollections TreeDictionary+Keys.swift
[58/316] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[59/316] Compiling HashTreeCollections TreeDictionary+Merge.swift
[60/316] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[61/316] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[62/316] Compiling HashTreeCollections TreeDictionary+Collection.swift
[63/316] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[64/316] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[65/316] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[66/316] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[67/316] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[68/316] Compiling HashTreeCollections TreeDictionary+Filter.swift
[69/319] Compiling HashTreeCollections _UnsafePath.swift
[70/319] Compiling HashTreeCollections TreeDictionary+Codable.swift
[76/320] Compiling HashTreeCollections _HashSlot.swift
[77/320] Compiling HashTreeCollections _HashStack.swift
[78/320] Compiling HashTreeCollections _HashTreeIterator.swift
[79/320] Compiling HashTreeCollections _HashTreeStatistics.swift
[80/320] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[81/320] Compiling HashTreeCollections _RawHashNode.swift
[82/320] Compiling HashTreeCollections _UnmanagedHashNode.swift
[83/330] Compiling HashTreeCollections TreeSet+Hashable.swift
[84/330] Compiling HashTreeCollections TreeSet+Sendable.swift
[85/330] Compiling HashTreeCollections TreeSet+Sequence.swift
[86/330] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[87/330] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[88/330] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[89/330] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[90/330] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[91/330] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[92/330] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[93/340] Compiling HashTreeCollections _HashNode+Structural union.swift
[94/340] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[95/340] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[96/340] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[97/340] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[98/340] Compiling HashTreeCollections _HashNode.swift
[99/340] Compiling HashTreeCollections _HashNodeHeader.swift
[107/340] Compiling BitCollections Range+Utilities.swift
[108/340] Compiling BitCollections Slice+Utilities.swift
[109/340] Compiling BitCollections UInt+Tricks.swift
[110/340] Compiling BitCollections _Word.swift
[111/340] Compiling OrderedCollections OrderedSet.swift
[112/340] Compiling OrderedCollections _UnsafeBitset.swift
[113/340] Compiling HashTreeCollections TreeSet+Equatable.swift
[114/340] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[115/340] Compiling HashTreeCollections TreeSet+Extras.swift
[116/340] Compiling HashTreeCollections TreeSet+Filter.swift
[125/340] Compiling BitCollections BitSet.Index.swift
[126/340] Compiling BitCollections BitSet._UnsafeHandle.swift
[127/340] Compiling BitCollections BitSet.swift
[128/340] Compiling HashTreeCollections _HashNode+Invariants.swift
[129/340] Compiling HashTreeCollections _HashNode+Lookups.swift
[130/340] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[131/340] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[132/340] Compiling HashTreeCollections _AncestorHashSlots.swift
[133/340] Compiling HashTreeCollections _Bitmap.swift
[150/340] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[151/340] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[152/340] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[153/340] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[154/340] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[155/340] Compiling HashTreeCollections _HashNode+Structural merge.swift
[156/340] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[157/340] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[158/340] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[159/340] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[160/340] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[161/340] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[162/340] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[163/340] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[164/340] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[165/340] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[166/340] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[167/340] Compiling HashTreeCollections TreeSet.swift
[168/340] Emitting module BitCollections
[169/340] Emitting module DequeModule
[265/351] Emitting module OrderedCollections
[277/352] Emitting module _RopeModule
[311/352] Emitting module HashTreeCollections
[313/353] Compiling HTTPTypes HTTPFieldName.swift
[314/353] Compiling HTTPTypes HTTPField.swift
[315/353] Compiling HTTPTypes HTTPFields.swift
[346/360] Compiling _RopeModule Rope+Join.swift
[347/360] Compiling _RopeModule Rope+MutatingForEach.swift
[348/360] Compiling _RopeModule Rope+Remove.swift
[349/360] Compiling _RopeModule Rope+RemoveSubrange.swift
[350/360] Compiling _RopeModule Rope+Split.swift
[351/360] Compiling _RopeModule Optional Utilities.swift
[352/360] Compiling _RopeModule String Utilities.swift
[353/360] Compiling _RopeModule String.Index+ABI.swift
[354/360] Compiling _RopeModule _CharacterRecognizer.swift
[356/363] Compiling Collections Collections.swift
[357/363] Emitting module Collections
[359/386] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[360/386] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[361/386] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[362/386] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[363/386] Emitting module HTTPTypesFoundation
[364/386] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[366/390] Compiling MultipartKit MultipartPartConvertible.swift
[367/390] Compiling MultipartKit MultipartSection.swift
[368/390] Compiling MultipartKit MultipartSerializer.swift
[369/393] Compiling HTTPClient URLSesssion++.swift
[370/393] Compiling MultipartKit FormDataEncoder+UnkeyedContainer.swift
[371/393] Compiling MultipartKit FormDataEncoder.swift
[372/393] Compiling MultipartKit Storage.swift
[373/393] Compiling MultipartKit BasicCodingKey.swift
[374/393] Compiling MultipartKit FormDataDecoder+Decoder.swift
[375/393] Compiling MultipartKit FormDataDecoder+KeyedContainer.swift
[376/393] Emitting module MultipartKit
[377/393] Compiling MultipartKit MultipartParserAsyncSequence.swift
[378/393] Compiling MultipartKit MultipartParserError.swift
[379/393] Compiling MultipartKit MultipartPart.swift
[380/393] Compiling MultipartKit FormDataDecoder+SingleValueContainer.swift
[381/393] Compiling MultipartKit FormDataDecoder+UnkeyedContainer.swift
[382/393] Compiling MultipartKit FormDataDecoder.swift
[383/393] Compiling HTTPClient HTTPClient.swift
[384/393] Emitting module HTTPClient
[385/394] Compiling MultipartKit MultipartFormData.swift
[386/394] Compiling MultipartKit MultipartParser+parse.swift
[387/394] Compiling MultipartKit MultipartParser.swift
[388/394] Compiling MultipartKit FormDataEncoder+Encoder.swift
[389/394] Compiling MultipartKit FormDataEncoder+KeyedContainer.swift
[390/394] Compiling MultipartKit FormDataEncoder+SingleValueContainer.swift
[392/394] Compiling MultipartKit StreamingMultipartParserAsyncSequence+Isolation.swift
[393/394] Compiling MultipartKit StreamingMultipartParserAsyncSequence.swift
[394/394] Compiling MultipartKit Utilities.swift
[396/412] Compiling ImagesClient MessageContent.swift
[397/412] Compiling ImagesClient RequestError.swift
[398/414] Emitting module ImagesClient
[399/414] Compiling ImagesClient ErrorHandle.swift
[400/414] Compiling ImagesClient BaseImage.swift
[401/414] Compiling ImagesClient Image.swift
[402/414] Compiling ImagesClient SortOrder.swift
[403/414] Compiling ImagesClient Update.swift
[404/414] Compiling ImagesClient Images.swift
[405/414] Compiling ImagesClient ImagesClient.swift
[406/414] Compiling ImagesClient UploadImage.swift
[407/414] Compiling ImagesClient UploadImageWithURL.swift
[408/414] Compiling ImagesClient ImagesResponse.swift
[409/414] Compiling ImagesClient JSONDecoder++.swift
[410/414] Compiling ImagesClient CreateAuthenticatedUploadURL.swift
[411/414] Compiling ImagesClient DeleteImage.swift
[412/414] Compiling ImagesClient EmptyResult.swift
[413/414] Compiling ImagesClient UploadResult.swift
[414/414] Compiling ImagesClient UsageStats.swift
Build complete! (26.37s)
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.