Build Information
Successful build of swift-asn1, reference main (bb75fd
), with Swift 5.10 for Linux on 29 Apr 2025 17:23:09 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-asn1.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/apple/swift-asn1
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bb75fd8 Drop Swift 5.9 (#102)
Cloned https://github.com/apple/swift-asn1.git
Revision (git rev-parse @):
bb75fd81b3dfed3752857dea7b369634beb88f1b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-asn1.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/apple/swift-asn1.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/19] Emitting module SwiftASN1
[4/21] Compiling SwiftASN1 DER.swift
[5/21] Compiling SwiftASN1 Errors.swift
[6/21] Compiling SwiftASN1 ArraySliceBigint.swift
[7/21] Compiling SwiftASN1 GeneralizedTime.swift
[8/21] Compiling SwiftASN1 ASN1OctetString.swift
[9/21] Compiling SwiftASN1 ASN1Strings.swift
[10/21] Compiling SwiftASN1 TimeUtilities.swift
[11/21] Compiling SwiftASN1 UTCTime.swift
[12/21] Compiling SwiftASN1 ASN1Integer.swift
[13/21] Compiling SwiftASN1 ASN1Null.swift
[14/21] Compiling SwiftASN1 ASN1.swift
[15/21] Compiling SwiftASN1 BER.swift
[16/21] Compiling SwiftASN1 ASN1Any.swift
[17/21] Compiling SwiftASN1 ASN1BitString.swift
[18/21] Compiling SwiftASN1 ASN1Boolean.swift
[19/21] Compiling SwiftASN1 ASN1Identifier.swift
[20/21] Compiling SwiftASN1 ObjectIdentifier.swift
[21/21] Compiling SwiftASN1 PEMDocument.swift
Build complete! (5.58s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-asn1",
"name" : "swift-asn1",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftASN1",
"targets" : [
"SwiftASN1"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftASN1Tests",
"module_type" : "SwiftTarget",
"name" : "SwiftASN1Tests",
"path" : "Tests/SwiftASN1Tests",
"sources" : [
"ASN1StringTests.swift",
"ASN1Tests.swift",
"GeneralizedTimeTests.swift",
"Test Helper Types/CMSContentInfo.swift",
"Test Helper Types/ECDSASignature.swift",
"Test Helper Types/PKCS8PrivateKey.swift",
"Test Helper Types/SEC1PrivateKey.swift",
"Test Helper Types/SubjectPublicKeyInfo.swift",
"UTCTimeTests.swift"
],
"target_dependencies" : [
"SwiftASN1"
],
"type" : "test"
},
{
"c99name" : "SwiftASN1",
"module_type" : "SwiftTarget",
"name" : "SwiftASN1",
"path" : "Sources/SwiftASN1",
"product_memberships" : [
"SwiftASN1"
],
"sources" : [
"ASN1.swift",
"BER.swift",
"Basic ASN1 Types/ASN1Any.swift",
"Basic ASN1 Types/ASN1BitString.swift",
"Basic ASN1 Types/ASN1Boolean.swift",
"Basic ASN1 Types/ASN1Identifier.swift",
"Basic ASN1 Types/ASN1Integer.swift",
"Basic ASN1 Types/ASN1Null.swift",
"Basic ASN1 Types/ASN1OctetString.swift",
"Basic ASN1 Types/ASN1Strings.swift",
"Basic ASN1 Types/ArraySliceBigint.swift",
"Basic ASN1 Types/GeneralizedTime.swift",
"Basic ASN1 Types/ObjectIdentifier.swift",
"Basic ASN1 Types/PEMDocument.swift",
"Basic ASN1 Types/TimeUtilities.swift",
"Basic ASN1 Types/UTCTime.swift",
"DER.swift",
"Errors.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.