Build Information
Successful build of OpenAPIReflection, reference 3.0.0 (d59812
), with Swift 6.1 for Android on 11 Sep 2025 15:04:49 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattpolzin/OpenAPIReflection.git
Reference: 3.0.0
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/mattpolzin/OpenAPIReflection
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at d598129 update OpenAPIKit and swift package version (#10)
Cloned https://github.com/mattpolzin/OpenAPIReflection.git
Revision (git rev-parse @):
d5981296867215f62363d6c88cf05c8d71cf8d48
SUCCESS checkout https://github.com/mattpolzin/OpenAPIReflection.git at 3.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mattpolzin/OpenAPIReflection.git
https://github.com/mattpolzin/OpenAPIReflection.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "openapikit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/OpenAPIKit.git"
},
{
"identity" : "sampleable",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/Sampleable.git"
}
],
"manifest_display_name" : "OpenAPIReflection",
"name" : "OpenAPIReflection",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "OpenAPIReflection",
"targets" : [
"OpenAPIReflection"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenAPIReflection30",
"targets" : [
"OpenAPIReflection30"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAPIReflectionTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIReflectionTests",
"path" : "Tests/OpenAPIReflectionTests",
"sources" : [
"AnyJSONCaseIterableTests.swift",
"GenericOpenAPISchemaInternalTests.swift",
"GenericOpenAPISchemaTests.swift",
"SchemaWithExampleTests.swift",
"SwiftPrimitiveExtensionsTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"OpenAPIReflection"
],
"type" : "test"
},
{
"c99name" : "OpenAPIReflection30Tests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIReflection30Tests",
"path" : "Tests/OpenAPIReflection30Tests",
"sources" : [
"AnyJSONCaseIterableTests.swift",
"GenericOpenAPISchemaInternalTests.swift",
"GenericOpenAPISchemaTests.swift",
"SchemaWithExampleTests.swift",
"SwiftPrimitiveExtensionsTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"OpenAPIReflection30"
],
"type" : "test"
},
{
"c99name" : "OpenAPIReflection30",
"module_type" : "SwiftTarget",
"name" : "OpenAPIReflection30",
"path" : "Sources/OpenAPIReflection30",
"product_dependencies" : [
"OpenAPIKit30",
"Sampleable"
],
"product_memberships" : [
"OpenAPIReflection30"
],
"sources" : [
"AnyJSONCaseIterable.swift",
"Date+OpenAPI.swift",
"OpenAPI+Errors.swift",
"Optional+ZipWith.swift",
"Sampleable+OpenAPI.swift",
"SchemaProtocols.swift",
"SwiftPrimitiveExtensions.swift"
],
"type" : "library"
},
{
"c99name" : "OpenAPIReflection",
"module_type" : "SwiftTarget",
"name" : "OpenAPIReflection",
"path" : "Sources/OpenAPIReflection",
"product_dependencies" : [
"OpenAPIKit",
"Sampleable"
],
"product_memberships" : [
"OpenAPIReflection"
],
"sources" : [
"AnyJSONCaseIterable.swift",
"Date+OpenAPI.swift",
"OpenAPI+Errors.swift",
"Optional+ZipWith.swift",
"Sampleable+OpenAPI.swift",
"SchemaProtocols.swift",
"SwiftPrimitiveExtensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/mattpolzin/Sampleable.git
[1/63] Fetching sampleable
Fetched https://github.com/mattpolzin/Sampleable.git from cache (0.39s)
Fetching https://github.com/mattpolzin/OpenAPIKit.git
[1/106370] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit.git from cache (8.20s)
Computing version for https://github.com/mattpolzin/Sampleable.git
Computed https://github.com/mattpolzin/Sampleable.git at 2.1.0 (12.01s)
Computing version for https://github.com/mattpolzin/OpenAPIKit.git
Computed https://github.com/mattpolzin/OpenAPIKit.git at 4.0.1 (1.05s)
Creating working copy for https://github.com/mattpolzin/Sampleable.git
Working copy of https://github.com/mattpolzin/Sampleable.git resolved at 2.1.0
Creating working copy for https://github.com/mattpolzin/OpenAPIKit.git
Working copy of https://github.com/mattpolzin/OpenAPIKit.git resolved at 4.0.1
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/44] Compiling Sampleable Sampleable.swift
[9/44] Emitting module Sampleable
[11/45] Emitting module OpenAPIKitCore
[12/49] Compiling OpenAPIKitCore CodingPathError.swift
[13/49] Compiling OpenAPIKitCore DecodingErrorExtensions.swift
[14/49] Compiling OpenAPIKitCore DiggingError.swift
[15/49] Compiling OpenAPIKitCore EitherDecodeNoTypesMatchedErrorExtensions.swift
[16/49] Compiling OpenAPIKitCore GenericError.swift
[17/49] Compiling OpenAPIKitCore Container+DecodeURLAsString.swift
[18/49] Compiling OpenAPIKitCore Optional+Zip.swift
[19/49] Compiling OpenAPIKitCore Result+Value.swift
[20/49] Compiling OpenAPIKitCore Validatable.swift
[21/49] Compiling OpenAPIKitCore ResponseStatusCode.swift
[22/49] Compiling OpenAPIKitCore SecurityScheme.swift
[23/49] Compiling OpenAPIKitCore URLTemplate+Parsing.swift
[24/49] Compiling OpenAPIKitCore URLTemplate.swift
[25/49] Compiling OpenAPIKitCore JSONTypeFormat.swift
[26/49] Compiling OpenAPIKitCore OAuthFlows.swift
[27/49] Compiling OpenAPIKitCore ParameterContextLocation.swift
[28/49] Compiling OpenAPIKitCore ParameterSchemaContextStyle.swift
[29/49] Compiling OpenAPIKitCore Path.swift
[30/49] Compiling OpenAPIKitCore OpenAPIDecodingErrors.swift
[31/49] Compiling OpenAPIKitCore OpenAPIError.swift
[32/49] Compiling OpenAPIKitCore OpenAPIWarning.swift
[33/49] Compiling OpenAPIKitCore RequestDecodingError.swift
[34/49] Compiling OpenAPIKitCore OpenAPIReference.swift
[35/49] Compiling OpenAPIKitCore ComponentKey.swift
[36/49] Compiling OpenAPIKitCore ContentType.swift
[37/49] Compiling OpenAPIKitCore Discriminator.swift
[38/49] Compiling OpenAPIKitCore HttpMethod.swift
[39/49] Compiling OpenAPIKitCore JSONSchemaPermissions.swift
[40/49] Compiling OpenAPIKitCore OrderedDictionary+Validatable.swift
[41/49] Compiling OpenAPIKitCore OrderedDictionary.swift
[42/49] Compiling OpenAPIKitCore StringConvertibleHintProvider.swift
[43/49] Compiling OpenAPIKitCore Shared.swift
[44/49] Compiling OpenAPIKitCore CallbackURL.swift
[45/49] Compiling OpenAPIKitCore AnyCodable+Validatable.swift
[46/49] Compiling OpenAPIKitCore AnyCodable.swift
[47/49] Compiling OpenAPIKitCore Either+Codable.swift
[48/49] Compiling OpenAPIKitCore Either+CustomStringConvertible.swift
[49/49] Compiling OpenAPIKitCore Either.swift
[51/177] Emitting module OpenAPIKit30
[52/185] Emitting module OpenAPIKit
[53/185] Compiling OpenAPIKit30 SecurityScheme.swift
[54/185] Compiling OpenAPIKit30 Server.swift
[55/185] Compiling OpenAPIKit30 Tag.swift
[56/185] Compiling OpenAPIKit30 URLTemplate+Validatable.swift
[57/185] Compiling OpenAPIKit30 Array+ExternallyDereferenceable.swift
[58/185] Compiling OpenAPIKit30 Container+DecodeURLAsString.swift
[59/185] Compiling OpenAPIKit30 Dictionary+ExternallyDereferenceable.swift
[60/185] Compiling OpenAPIKit30 Optional+ExternallyDereferenceable.swift
[61/193] Compiling OpenAPIKit30 DereferencedDocument.swift
[62/193] Compiling OpenAPIKit30 Document.swift
[63/193] Compiling OpenAPIKit30 DocumentInfo.swift
[64/193] Compiling OpenAPIKit30 ResolvedDocument.swift
[65/193] Compiling OpenAPIKit30 Either+Convenience.swift
[66/193] Compiling OpenAPIKit30 Either+ExternallyDereferenceable.swift
[67/193] Compiling OpenAPIKit30 Either+LocallyDereferenceable.swift
[68/193] Compiling OpenAPIKit30 Either+Validatable.swift
[69/193] Compiling OpenAPIKit30 DocumentDecodingError.swift
[70/193] Compiling OpenAPIKit30 OrderedDictionary+ExternallyDereferenceable.swift
[71/193] Compiling OpenAPIKit OrderedDictionary+ExternallyDereferenceable.swift
[72/193] Compiling OpenAPIKit OrderedDictionry+LocallyDereferenceable.swift
[73/193] Compiling OpenAPIKit Validation+Builtins.swift
[74/193] Compiling OpenAPIKit Validation.swift
[75/193] Compiling OpenAPIKit Validator+Convenience.swift
[76/193] Compiling OpenAPIKit Validator.swift
[77/193] Compiling OpenAPIKit XML.swift
[85/193] Compiling OpenAPIKit _CoreReExport.swift
[86/193] Compiling OpenAPIKit30 Callbacks.swift
[87/193] Compiling OpenAPIKit30 CodableVendorExtendable.swift
[88/193] Compiling OpenAPIKit30 Components+JSONReference.swift
[89/193] Compiling OpenAPIKit30 Components+Locatable.swift
[90/193] Compiling OpenAPIKit30 Components.swift
[91/193] Compiling OpenAPIKit30 Content.swift
[92/193] Compiling OpenAPIKit30 ContentEncoding.swift
[93/193] Compiling OpenAPIKit30 DereferencedContent.swift
[94/193] Compiling OpenAPIKit30 DereferencedContentEncoding.swift
[95/193] Compiling OpenAPIKit30 SchemaProtocols.swift
[96/193] Compiling OpenAPIKit30 SwiftPrimitiveTypes+OpenAPI.swift
[97/193] Compiling OpenAPIKit30 DereferencedJSONSchema.swift
[98/193] Compiling OpenAPIKit30 JSONSchema+Combining.swift
[99/193] Compiling OpenAPIKit30 JSONSchema.swift
[100/193] Compiling OpenAPIKit30 JSONSchemaContext.swift
[101/193] Compiling OpenAPIKit30 SimplifiedJSONSchema.swift
[102/193] Compiling OpenAPIKit30 TypesAndFormats.swift
[103/193] Compiling OpenAPIKit30 DereferencedSecurityRequirement.swift
[104/193] Compiling OpenAPIKit30 Link.swift
[105/193] Compiling OpenAPIKit30 OpenAPI.swift
[106/193] Compiling OpenAPIKit30 DereferencedOperation.swift
[107/193] Compiling OpenAPIKit30 Operation.swift
[108/193] Compiling OpenAPIKit30 ResolvedEndpoint.swift
[109/193] Compiling OpenAPIKit30 DereferencedParameter.swift
[110/193] Compiling OpenAPIKit30 DereferencedSchemaContext.swift
[111/193] Compiling OpenAPIKit30 Parameter.swift
[112/193] Compiling OpenAPIKit30 ParameterContext.swift
[113/193] Compiling OpenAPIKit30 OperationDecodingError.swift
[114/193] Compiling OpenAPIKit30 PathDecodingError.swift
[115/193] Compiling OpenAPIKit30 ResponseDecodingError.swift
[116/193] Compiling OpenAPIKit30 Example.swift
[117/193] Compiling OpenAPIKit30 ExternalDocumentation.swift
[118/193] Compiling OpenAPIKit30 ExternalLoader.swift
[119/193] Compiling OpenAPIKit30 DereferencedHeader.swift
[120/193] Compiling OpenAPIKit30 Header.swift
[121/193] Compiling OpenAPIKit30 JSONReference.swift
[122/193] Compiling OpenAPIKit30 ParameterSchemaContext.swift
[123/193] Compiling OpenAPIKit30 DereferencedPathItem.swift
[124/193] Compiling OpenAPIKit30 PathItem.swift
[125/193] Compiling OpenAPIKit30 ResolvedRoute.swift
[126/193] Compiling OpenAPIKit30 DereferencedRequest.swift
[127/193] Compiling OpenAPIKit30 Request.swift
[128/193] Compiling OpenAPIKit30 DereferencedResponse.swift
[129/193] Compiling OpenAPIKit30 Response.swift
[130/193] Compiling OpenAPIKit30 RuntimeExpression.swift
[186/202] Compiling OpenAPIReflection Optional+ZipWith.swift
[187/202] Compiling OpenAPIReflection SchemaProtocols.swift
[188/202] Compiling OpenAPIReflection SwiftPrimitiveExtensions.swift
[189/202] Compiling OpenAPIReflection Date+OpenAPI.swift
[190/202] Compiling OpenAPIReflection OpenAPI+Errors.swift
[191/202] Emitting module OpenAPIReflection
[192/202] Compiling OpenAPIReflection AnyJSONCaseIterable.swift
/host/spi-builder-workspace/Sources/OpenAPIReflection/AnyJSONCaseIterable.swift:48:62: warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
46 | let itemSchema = try OpenAPIReflection.nestedGenericOpenAPISchemaGuess(for: first, using: encoder)
47 |
48 | return itemSchema.with(allowedValues: allCases.map { AnyCodable($0) })
| `- warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
49 | }
50 | }
OpenAPIReflection.AnyJSONCaseIterable.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol AnyJSONCaseIterable {
2 | Self : OpenAPIReflection.AnyJSONCaseIterable}
| `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/OpenAPIReflection/AnyJSONCaseIterable.swift:74:43: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
72 | throw OpenAPI.EncodableError.allCasesArrayNotCodable
73 | }
74 | return arrayOfCodables.map(AnyCodable.init)
| `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
75 | }
76 |
[193/202] Compiling OpenAPIReflection Sampleable+OpenAPI.swift
[205/212] Compiling OpenAPIReflection30 Optional+ZipWith.swift
[206/212] Emitting module OpenAPIReflection30
[207/212] Compiling OpenAPIReflection30 Date+OpenAPI.swift
[208/212] Compiling OpenAPIReflection30 AnyJSONCaseIterable.swift
/host/spi-builder-workspace/Sources/OpenAPIReflection30/AnyJSONCaseIterable.swift:48:62: warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
46 | let itemSchema = try OpenAPIReflection30.nestedGenericOpenAPISchemaGuess(for: first, using: encoder)
47 |
48 | return itemSchema.with(allowedValues: allCases.map { AnyCodable($0) })
| `- warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
49 | }
50 | }
OpenAPIReflection30.AnyJSONCaseIterable.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
1 | protocol AnyJSONCaseIterable {
2 | Self : OpenAPIReflection30.AnyJSONCaseIterable}
| `- note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
3 |
/host/spi-builder-workspace/Sources/OpenAPIReflection30/AnyJSONCaseIterable.swift:74:43: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
72 | throw OpenAPI.EncodableError.allCasesArrayNotCodable
73 | }
74 | return arrayOfCodables.map(AnyCodable.init)
| `- warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
75 | }
76 |
[209/212] Compiling OpenAPIReflection30 SchemaProtocols.swift
[210/212] Compiling OpenAPIReflection30 OpenAPI+Errors.swift
[211/212] Compiling OpenAPIReflection30 SwiftPrimitiveExtensions.swift
[212/212] Compiling OpenAPIReflection30 Sampleable+OpenAPI.swift
Build complete! (117.47s)
Build complete.
{
"dependencies" : [
{
"identity" : "openapikit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/OpenAPIKit.git"
},
{
"identity" : "sampleable",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattpolzin/Sampleable.git"
}
],
"manifest_display_name" : "OpenAPIReflection",
"name" : "OpenAPIReflection",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "OpenAPIReflection",
"targets" : [
"OpenAPIReflection"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "OpenAPIReflection30",
"targets" : [
"OpenAPIReflection30"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAPIReflectionTests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIReflectionTests",
"path" : "Tests/OpenAPIReflectionTests",
"sources" : [
"AnyJSONCaseIterableTests.swift",
"GenericOpenAPISchemaInternalTests.swift",
"GenericOpenAPISchemaTests.swift",
"SchemaWithExampleTests.swift",
"SwiftPrimitiveExtensionsTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"OpenAPIReflection"
],
"type" : "test"
},
{
"c99name" : "OpenAPIReflection30Tests",
"module_type" : "SwiftTarget",
"name" : "OpenAPIReflection30Tests",
"path" : "Tests/OpenAPIReflection30Tests",
"sources" : [
"AnyJSONCaseIterableTests.swift",
"GenericOpenAPISchemaInternalTests.swift",
"GenericOpenAPISchemaTests.swift",
"SchemaWithExampleTests.swift",
"SwiftPrimitiveExtensionsTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"OpenAPIReflection30"
],
"type" : "test"
},
{
"c99name" : "OpenAPIReflection30",
"module_type" : "SwiftTarget",
"name" : "OpenAPIReflection30",
"path" : "Sources/OpenAPIReflection30",
"product_dependencies" : [
"OpenAPIKit30",
"Sampleable"
],
"product_memberships" : [
"OpenAPIReflection30"
],
"sources" : [
"AnyJSONCaseIterable.swift",
"Date+OpenAPI.swift",
"OpenAPI+Errors.swift",
"Optional+ZipWith.swift",
"Sampleable+OpenAPI.swift",
"SchemaProtocols.swift",
"SwiftPrimitiveExtensions.swift"
],
"type" : "library"
},
{
"c99name" : "OpenAPIReflection",
"module_type" : "SwiftTarget",
"name" : "OpenAPIReflection",
"path" : "Sources/OpenAPIReflection",
"product_dependencies" : [
"OpenAPIKit",
"Sampleable"
],
"product_memberships" : [
"OpenAPIReflection"
],
"sources" : [
"AnyJSONCaseIterable.swift",
"Date+OpenAPI.swift",
"OpenAPI+Errors.swift",
"Optional+ZipWith.swift",
"Sampleable+OpenAPI.swift",
"SchemaProtocols.swift",
"SwiftPrimitiveExtensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.