Build Information
Successful build of cloudflare-swift, reference 0.7.0-alpha.5 (e78a2e
), with Swift 6.1 for Android on 4 Jun 2025 10:18:46 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: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: 0.7.0-alpha.5
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.5 -> FETCH_HEAD
HEAD is now at e78a2ef update libarary (#33)
Cloned https://github.com/zunda-pixel/cloudflare-swift.git
Revision (git rev-parse @):
e78a2ef0611ac33ad0a33099624da72a8dce1647
SUCCESS checkout https://github.com/zunda-pixel/cloudflare-swift.git at 0.7.0-alpha.5
========================================
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-4606859-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/1025] Fetching http-client, swift-http-types
[746/4344] Fetching http-client, swift-http-types, multipart-kit
Fetched https://github.com/zunda-pixel/http-client from cache (0.43s)
[2253/4223] Fetching swift-http-types, multipart-kit
Fetched https://github.com/apple/swift-http-types from cache (0.45s)
[1649/3319] Fetching multipart-kit
Fetched https://github.com/vapor/multipart-kit from cache (2.30s)
Computing version for https://github.com/zunda-pixel/http-client
Computed https://github.com/zunda-pixel/http-client at 0.3.1 (4.49s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.67s)
Computing version for https://github.com/vapor/multipart-kit
Computed https://github.com/vapor/multipart-kit at 5.0.0-alpha.5 (0.77s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.83s)
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/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.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
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/36] Emitting module InternalCollectionsUtilities
[16/37] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/37] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/37] Compiling InternalCollectionsUtilities Descriptions.swift
[19/37] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/37] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/37] Compiling InternalCollectionsUtilities Debugging.swift
[22/37] Compiling HTTPTypes HTTPResponse.swift
[23/37] Compiling HTTPTypes HTTPRequest.swift
[24/37] Compiling HTTPTypes ISOLatin1String.swift
[25/38] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/38] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[28/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[29/38] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[30/38] Compiling InternalCollectionsUtilities Integer rank.swift
[31/38] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[32/38] Compiling InternalCollectionsUtilities _SortedCollection.swift
[34/313] Compiling HTTPTypes NIOLock.swift
[35/313] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[36/313] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[37/313] Compiling OrderedCollections OrderedDictionary+Elements.swift
[38/315] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[39/315] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[40/315] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[41/315] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[42/315] Compiling HeapModule Heap.swift
[43/315] Emitting module HeapModule
[44/315] Compiling HeapModule _HeapNode.swift
[45/315] Compiling HeapModule Heap+Invariants.swift
[46/315] Compiling HeapModule Heap+UnsafeHandle.swift
[47/315] Compiling HeapModule Heap+Descriptions.swift
[49/316] Compiling _RopeModule RopeSummary.swift
[50/316] Compiling _RopeModule _RopeItem.swift
[51/316] Compiling _RopeModule _RopePath.swift
[52/316] Compiling _RopeModule _RopeVersion.swift
[53/316] Compiling _RopeModule Rope+Collection.swift
[54/316] Compiling _RopeModule Rope+Index.swift
[55/316] Compiling _RopeModule Rope+Sequence.swift
[56/316] Compiling _RopeModule Rope+Append.swift
[57/316] Compiling _RopeModule Rope+Extract.swift
[58/316] Compiling _RopeModule Rope+Find.swift
[59/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[60/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[61/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[62/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[63/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[64/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[65/326] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[66/333] Compiling OrderedCollections OrderedDictionary+Codable.swift
[67/333] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[68/333] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[69/333] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[72/333] Compiling DequeModule _DequeSlot.swift
[73/333] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/340] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[77/340] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[78/340] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[79/340] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[80/340] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[81/340] Compiling BitCollections BitSet.Index.swift
[82/340] Compiling BitCollections BitSet._UnsafeHandle.swift
[83/340] Emitting module BitCollections
[86/340] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[87/340] Compiling OrderedCollections OrderedDictionary+Values.swift
[94/340] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[95/340] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[106/340] Compiling OrderedCollections OrderedDictionary.swift
[107/340] Compiling OrderedCollections OrderedSet+Codable.swift
[108/340] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[109/340] Compiling OrderedCollections OrderedSet+Descriptions.swift
[110/340] Compiling OrderedCollections OrderedSet+Diffing.swift
[111/340] Compiling OrderedCollections OrderedSet+Equatable.swift
[112/340] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[113/340] Compiling OrderedCollections OrderedSet+Hashable.swift
[114/340] Compiling OrderedCollections OrderedSet+Initializers.swift
[115/340] Compiling OrderedCollections OrderedSet+Insertions.swift
[116/340] Compiling OrderedCollections OrderedSet+Invariants.swift
[117/340] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[118/340] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[119/340] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[120/340] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[121/340] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[122/340] Compiling _RopeModule Rope+ForEachWhile.swift
[123/340] Compiling _RopeModule Rope+Insert.swift
[124/340] Compiling HashTreeCollections TreeSet+Collection.swift
[125/340] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[126/340] Compiling HashTreeCollections TreeSet+Debugging.swift
[127/340] Compiling HashTreeCollections TreeSet+Descriptions.swift
[128/340] Compiling HashTreeCollections TreeSet+Equatable.swift
[129/340] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[130/340] Compiling HashTreeCollections TreeSet+Extras.swift
[131/340] Compiling HashTreeCollections TreeSet+Filter.swift
[142/340] Compiling BitCollections BitSet.swift
[173/340] Emitting module DequeModule
[182/341] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[183/341] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[184/341] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[185/341] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[186/341] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[187/341] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[188/341] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[189/341] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[190/341] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[191/341] Compiling HashTreeCollections TreeSet.swift
[204/341] Compiling OrderedCollections _HashTable+Bucket.swift
[205/341] Compiling OrderedCollections _HashTable+BucketIterator.swift
[206/341] Compiling OrderedCollections _HashTable+Constants.swift
[207/341] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[208/341] Compiling OrderedCollections _HashTable+Testing.swift
[209/341] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[210/341] Compiling OrderedCollections _HashTable.swift
[211/341] Compiling OrderedCollections _Hashtable+Header.swift
[225/350] Compiling BitCollections Range+Utilities.swift
[226/350] Compiling BitCollections Slice+Utilities.swift
[227/350] Compiling BitCollections UInt+Tricks.swift
[228/350] Compiling BitCollections _Word.swift
[229/351] Emitting module OrderedCollections
[249/351] Compiling OrderedCollections OrderedSet.swift
[250/351] Compiling OrderedCollections _UnsafeBitset.swift
[285/352] Emitting module _RopeModule
[319/352] Emitting module HashTreeCollections
[340/353] Compiling HTTPTypes HTTPParsedFields.swift
[341/353] Compiling HTTPTypes HTTPField.swift
[342/353] Compiling HTTPTypes HTTPFieldName.swift
[343/353] Emitting module HTTPTypes
[344/353] Compiling HTTPTypes HTTPFields.swift
[345/354] Compiling _RopeModule Rope+Join.swift
[346/354] Compiling _RopeModule Rope+MutatingForEach.swift
[347/354] Compiling _RopeModule Rope+Remove.swift
[348/354] Compiling _RopeModule Rope+RemoveSubrange.swift
[349/354] Compiling _RopeModule Rope+Split.swift
[350/354] Compiling _RopeModule Optional Utilities.swift
[351/354] Compiling _RopeModule String Utilities.swift
[352/354] Compiling _RopeModule String.Index+ABI.swift
[353/354] Compiling _RopeModule _CharacterRecognizer.swift
[356/363] Emitting module Collections
[357/363] Compiling Collections Collections.swift
[359/386] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[360/386] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[361/386] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[362/386] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[363/386] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[364/386] Emitting module HTTPTypesFoundation
[366/390] Compiling MultipartKit MultipartParserAsyncSequence.swift
[367/390] Compiling MultipartKit MultipartParserError.swift
[368/390] Compiling MultipartKit MultipartPart.swift
[369/390] Compiling MultipartKit FormDataEncoder+UnkeyedContainer.swift
[370/390] Compiling MultipartKit FormDataEncoder.swift
[371/390] Compiling MultipartKit Storage.swift
[372/393] Emitting module MultipartKit
[373/393] Compiling MultipartKit FormDataDecoder+SingleValueContainer.swift
[374/393] Compiling MultipartKit FormDataDecoder+UnkeyedContainer.swift
[375/393] Compiling MultipartKit FormDataDecoder.swift
[376/393] Compiling HTTPClient HTTPClient.swift
[377/393] Emitting module HTTPClient
[378/393] Compiling HTTPClient URLSesssion++.swift
[379/394] Compiling MultipartKit MultipartPartConvertible.swift
[380/394] Compiling MultipartKit MultipartSection.swift
[381/394] Compiling MultipartKit MultipartSerializer.swift
[382/394] Compiling MultipartKit FormDataEncoder+Encoder.swift
[383/394] Compiling MultipartKit FormDataEncoder+KeyedContainer.swift
[384/394] Compiling MultipartKit FormDataEncoder+SingleValueContainer.swift
[385/394] Compiling MultipartKit MultipartFormData.swift
[386/394] Compiling MultipartKit MultipartParser+parse.swift
[387/394] Compiling MultipartKit MultipartParser.swift
[388/394] Compiling MultipartKit BasicCodingKey.swift
[389/394] Compiling MultipartKit FormDataDecoder+Decoder.swift
[390/394] Compiling MultipartKit FormDataDecoder+KeyedContainer.swift
[392/394] Compiling MultipartKit StreamingMultipartParserAsyncSequence+Isolation.swift
[393/394] Compiling MultipartKit StreamingMultipartParserAsyncSequence.swift
[394/394] Compiling MultipartKit Utilities.swift
[396/412] Emitting module ImagesClient
[397/412] Compiling ImagesClient ErrorHandle.swift
[398/412] Compiling ImagesClient BaseImage.swift
[399/412] Compiling ImagesClient Image.swift
[400/414] Compiling ImagesClient ImagesResponse.swift
[401/414] Compiling ImagesClient JSONDecoder++.swift
[402/414] Compiling ImagesClient CreateAuthenticatedUploadURL.swift
[403/414] Compiling ImagesClient DeleteImage.swift
[404/414] Compiling ImagesClient EmptyResult.swift
[405/414] Compiling ImagesClient SortOrder.swift
[406/414] Compiling ImagesClient Update.swift
[407/414] Compiling ImagesClient MessageContent.swift
[408/414] Compiling ImagesClient RequestError.swift
[409/414] Compiling ImagesClient Images.swift
[410/414] Compiling ImagesClient ImagesClient.swift
[411/414] Compiling ImagesClient UploadImage.swift
[412/414] Compiling ImagesClient UploadImageWithURL.swift
[413/414] Compiling ImagesClient UploadResult.swift
[414/414] Compiling ImagesClient UsageStats.swift
Build complete! (39.56s)
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.