Build Information
Successful build of SwiftRSA, reference main (ab6b10), with Swift 6.0 for Linux on 23 Apr 2026 02:17:43 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mIwr/SwiftRSA.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/mIwr/SwiftRSA
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ab6b109 Sync with upstream commit https://github.com/leif-ibsen/SwiftRSA/commit/6ead92038d93a7a878e2f489fca157366ff2204f
Cloned https://github.com/mIwr/SwiftRSA.git
Revision (git rev-parse @):
ab6b1095b9a4c7060957199c46be89fb6f909f61
SUCCESS checkout https://github.com/mIwr/SwiftRSA.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/mIwr/SwiftRSA.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/mIwr/Digest
Fetching https://github.com/mIwr/BigInt
[1/2683] Fetching digest
[2470/9378] Fetching digest, bigint
Fetching https://github.com/mIwr/ASN1
Fetched https://github.com/mIwr/Digest from cache (0.48s)
[1540/6695] Fetching bigint
[6696/9145] Fetching bigint, asn1
Fetched https://github.com/mIwr/BigInt from cache (1.10s)
Fetched https://github.com/mIwr/ASN1 from cache (0.64s)
Computing version for https://github.com/mIwr/Digest
Computed https://github.com/mIwr/Digest at 1.13.1 (0.67s)
Computing version for https://github.com/mIwr/ASN1
Computed https://github.com/mIwr/ASN1 at 2.7.2 (0.83s)
Computing version for https://github.com/mIwr/BigInt
warning: 'bigint': /Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
8 | ],
9 | products: [
/Package.swift:7:52: warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
8 | ],
9 | products: [
/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 11.0 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v9' is deprecated: tvOS 11.0 is the oldest supported version
8 | ],
9 | products: [
/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
8 | ],
9 | products: [
Computed https://github.com/mIwr/BigInt at 1.23.1 (0.77s)
Creating working copy for https://github.com/mIwr/BigInt
Working copy of https://github.com/mIwr/BigInt resolved at 1.23.1
Creating working copy for https://github.com/mIwr/Digest
Working copy of https://github.com/mIwr/Digest resolved at 1.13.1
Creating working copy for https://github.com/mIwr/ASN1
Working copy of https://github.com/mIwr/ASN1 resolved at 2.7.2
warning: 'bigint': /host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:17: warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v10_12' is deprecated: macOS 10.13 is the oldest supported version
8 | ],
9 | products: [
/host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:52: warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v9' is deprecated: iOS 11.0 is the oldest supported version
8 | ],
9 | products: [
/host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 11.0 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v9' is deprecated: tvOS 11.0 is the oldest supported version
8 | ],
9 | products: [
/host/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:79: warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
5 | name: "BigInt",
6 | platforms: [
7 | .macOS(.v10_12), .macCatalyst(.v13), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
| `- warning: 'v2' is deprecated: watchOS 4.0 is the oldest supported version
8 | ],
9 | products: [
Building for debugging...
[0/9] Write sources
[3/9] Copying PrivacyInfo.xcprivacy
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/34] Compiling Digest HMAC.swift
[11/34] Compiling Digest KDF.swift
[12/35] Compiling Digest XOF.swift
[13/36] Compiling BigInt Factorial.swift
[14/36] Compiling BigInt GCD.swift
[15/36] Compiling Digest BLAKE.swift
[16/36] Compiling Digest Base64.swift
[17/36] Compiling BigInt ToomCook.swift
[18/36] Compiling BigInt Karatsuba.swift
[19/36] Compiling BigInt Limbs.swift
[20/36] Compiling Digest SHA3.swift
[21/36] Compiling Digest SHAKE.swift
[22/36] Compiling Digest MD.swift
[23/36] Compiling Digest SHA1.swift
[26/36] Compiling Digest SHA2.swift
[27/36] Compiling Digest resource_bundle_accessor.swift
[28/36] Emitting module BigInt
[29/36] Compiling BigInt BigInt.swift
[30/36] Compiling BigInt BitSieve.swift
[35/36] Emitting module Digest
[37/37] Compiling BigInt resource_bundle_accessor.swift
[39/60] Compiling ASN1 ASN1Exception.swift
[40/60] Compiling ASN1 ASN1GeneralizedTime.swift
[41/60] Compiling ASN1 ASN1IA5String.swift
[42/60] Emitting module ASN1
[43/62] Compiling ASN1 InputStream.swift
[44/62] Compiling ASN1 resource_bundle_accessor.swift
[45/62] Compiling ASN1 ASN1OctetString.swift
[46/62] Compiling ASN1 ASN1PrintableString.swift
[47/62] Compiling ASN1 ASN1Sequence.swift
[48/62] Compiling ASN1 ASN1Set.swift
[49/62] Compiling ASN1 ASN1SimpleType.swift
[50/62] Compiling ASN1 ASN1T61String.swift
[51/62] Compiling ASN1 ASN1Integer.swift
[52/62] Compiling ASN1 ASN1Null.swift
[53/62] Compiling ASN1 ASN1ObjectIdentifier.swift
[54/62] Compiling ASN1 ASN1Time.swift
[55/62] Compiling ASN1 ASN1UTCTime.swift
[56/62] Compiling ASN1 ASN1UTF8String.swift
[57/62] Compiling ASN1 ASN1Boolean.swift
[58/62] Compiling ASN1 ASN1Collection.swift
[59/62] Compiling ASN1 ASN1Ctx.swift
[60/62] Compiling ASN1 ASN1.swift
[61/62] Compiling ASN1 ASN1BMPString.swift
[62/62] Compiling ASN1 ASN1BitString.swift
[64/68] Compiling SwiftRSA resource_bundle_accessor.swift
[65/68] Emitting module SwiftRSA
[66/68] Compiling SwiftRSA RSA.swift
[67/68] Compiling SwiftRSA RSAPublicKey.swift
[68/68] Compiling SwiftRSA RSAPrivateKey.swift
Build complete! (35.74s)
Build complete.
{
"dependencies" : [
{
"identity" : "asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mIwr/ASN1"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "1.21.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mIwr/BigInt"
},
{
"identity" : "digest",
"requirement" : {
"range" : [
{
"lower_bound" : "1.13.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mIwr/Digest"
}
],
"manifest_display_name" : "SwiftRSA",
"name" : "SwiftRSA",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SwiftRSA",
"targets" : [
"SwiftRSA"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftRSATests",
"module_type" : "SwiftTarget",
"name" : "SwiftRSATests",
"path" : "Tests/SwiftRSATests",
"sources" : [
"EncryptOAEPTest.swift",
"EncryptPKCS1Test.swift",
"EncryptionTest.swift",
"ExceptionTest.swift",
"MakeKeysTest.swift",
"PemTest.swift",
"SignaturePKCS1Test.swift",
"SignaturePSSTest.swift",
"SignatureSHA3Test.swift",
"SignatureTest.swift",
"Utilities.swift"
],
"target_dependencies" : [
"SwiftRSA"
],
"type" : "test"
},
{
"c99name" : "SwiftRSA",
"module_type" : "SwiftTarget",
"name" : "SwiftRSA",
"path" : "Sources/SwiftRSA",
"product_dependencies" : [
"BigInt",
"ASN1",
"Digest"
],
"product_memberships" : [
"SwiftRSA"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SwiftRSA/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"RSA.swift",
"RSAPrivateKey.swift",
"RSAPublicKey.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.