Build Information
Successful build of ASN1Decoder, reference 1.10.0 (7e1523), with Swift 6.2 for Android on 22 Jun 2025 08:54:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/filom/ASN1Decoder.git
Reference: 1.10.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/filom/ASN1Decoder
* tag 1.10.0 -> FETCH_HEAD
HEAD is now at 7e15236 Update iOS target version to 12
Cloned https://github.com/filom/ASN1Decoder.git
Revision (git rev-parse @):
7e1523662c69d019a3299bbfb22fb824141dd1f6
SUCCESS checkout https://github.com/filom/ASN1Decoder.git at 1.10.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/filom/ASN1Decoder.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-8C5A4AE7A8CE2BA.txt
[3/16] Compiling ASN1Decoder X509ExtensionClasses.swift
[4/17] Compiling ASN1Decoder ASN1Decoder.swift
[5/17] Compiling ASN1Decoder ASN1DistinguishedNames.swift
[6/17] Compiling ASN1Decoder ASN1Object.swift
[7/17] Compiling ASN1Decoder OID.swift
[8/17] Emitting module ASN1Decoder
[9/17] Compiling ASN1Decoder ASN1Encoder.swift
[10/17] Compiling ASN1Decoder ASN1Identifier.swift
[11/17] Compiling ASN1Decoder X509Extension.swift
[12/17] Compiling ASN1Decoder X509ExtensionAltName.swift
[13/17] Compiling ASN1Decoder PKCS7_Signature.swift
[14/17] Compiling ASN1Decoder X509Certificate.swift
[15/17] Compiling ASN1Decoder PKCS7.swift
[16/17] Compiling ASN1Decoder PKCS7_AppleReceipt.swift
[17/17] Compiling ASN1Decoder X509PublicKey.swift
Build complete! (17.28s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ASN1Decoder",
"name" : "ASN1Decoder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ASN1Decoder",
"targets" : [
"ASN1Decoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ASN1DecoderTests",
"module_type" : "SwiftTarget",
"name" : "ASN1DecoderTests",
"path" : "ASN1DecoderTests",
"sources" : [
"ASN1AppleReceiptTest.swift",
"ASN1DecoderAlternativeNames.swift",
"ASN1DecoderCertificateV1.swift",
"ASN1DecoderExtensions.swift",
"ASN1DecoderPkcs7SignatureTests.swift",
"ASN1DecoderX509DecoderTests.swift",
"ASN1DecoderX509SignatureTests.swift",
"Extensions.swift"
],
"target_dependencies" : [
"ASN1Decoder"
],
"type" : "test"
},
{
"c99name" : "ASN1Decoder",
"module_type" : "SwiftTarget",
"name" : "ASN1Decoder",
"path" : "ASN1Decoder",
"product_memberships" : [
"ASN1Decoder"
],
"sources" : [
"ASN1Decoder.swift",
"ASN1DistinguishedNames.swift",
"ASN1Encoder.swift",
"ASN1Identifier.swift",
"ASN1Object.swift",
"OID.swift",
"PKCS7.swift",
"PKCS7_AppleReceipt.swift",
"PKCS7_Signature.swift",
"X509Certificate.swift",
"X509Extension.swift",
"X509ExtensionAltName.swift",
"X509ExtensionClasses.swift",
"X509PublicKey.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.