Build Information
Successful build of ASN1, reference master (90c6d1), with Swift 6.0 for macOS (SPM) on 23 Apr 2026 02:29:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mIwr/ASN1.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mIwr/ASN1
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 90c6d16 fix: Non-Apple platforms build support
Cloned https://github.com/mIwr/ASN1.git
Revision (git rev-parse @):
90c6d16743c44c2a9ed7fe32d1986f2c4f7f67a1
SUCCESS checkout https://github.com/mIwr/ASN1.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/mIwr/ASN1.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/19] Compiling BigInt Karatsuba.swift
[7/19] Compiling BigInt ToomCook.swift
[8/19] Compiling BigInt GCD.swift
[9/19] Compiling BigInt Limbs.swift
[10/20] Compiling BigInt BurnikelZiegler.swift
[11/20] Compiling BigInt CRT.swift
[12/20] Compiling BigInt ExpMod.swift
[13/20] Compiling BigInt FFT.swift
[14/20] Compiling BigInt Factorial.swift
[15/20] Compiling BigInt resource_bundle_accessor.swift
[16/20] Compiling BigInt BailliePSW.swift
[17/20] Compiling BigInt BigFrac.swift
[18/20] Emitting module BigInt
[19/20] Compiling BigInt BigInt.swift
[20/20] Compiling BigInt BitSieve.swift
[21/42] Emitting module ASN1
[22/44] Compiling ASN1 ASN1Exception.swift
[23/44] Compiling ASN1 ASN1GeneralizedTime.swift
[24/44] Compiling ASN1 ASN1IA5String.swift
[25/44] Compiling ASN1 ASN1PrintableString.swift
[26/44] Compiling ASN1 ASN1Sequence.swift
[27/44] Compiling ASN1 ASN1Set.swift
[28/44] Compiling ASN1 ASN1SimpleType.swift
[29/44] Compiling ASN1 ASN1T61String.swift
[30/44] Compiling ASN1 ASN1Time.swift
[31/44] Compiling ASN1 ASN1ObjectIdentifier.swift
[32/44] Compiling ASN1 ASN1OctetString.swift
[33/44] Compiling ASN1 ASN1Boolean.swift
[34/44] Compiling ASN1 ASN1Collection.swift
[35/44] Compiling ASN1 ASN1Ctx.swift
[36/44] Compiling ASN1 ASN1UTCTime.swift
[37/44] Compiling ASN1 ASN1UTF8String.swift
[38/44] Compiling ASN1 ASN1Integer.swift
[39/44] Compiling ASN1 ASN1Null.swift
[40/44] Compiling ASN1 InputStream.swift
[41/44] Compiling ASN1 resource_bundle_accessor.swift
[42/44] Compiling ASN1 ASN1.swift
[43/44] Compiling ASN1 ASN1BMPString.swift
[44/44] Compiling ASN1 ASN1BitString.swift
Build complete! (9.07s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
7 | name: "ASN1",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 | ],
11 | products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
7 | name: "ASN1",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
10 | ],
11 | products: [
Fetching https://github.com/mIwr/BigInt
[1/6695] Fetching bigint
Fetched https://github.com/mIwr/BigInt from cache (1.45s)
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 12.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 12.0 is the oldest supported version
8 | ],
9 | products: [
/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.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 12.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.44s)
Creating working copy for https://github.com/mIwr/BigInt
Working copy of https://github.com/mIwr/BigInt resolved at 1.23.1
warning: 'bigint': /Users/admin/builder/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: [
/Users/admin/builder/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:52: warning: 'v9' is deprecated: iOS 12.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 12.0 is the oldest supported version
8 | ],
9 | products: [
/Users/admin/builder/spi-builder-workspace/.build/checkouts/BigInt/Package.swift:7:64: warning: 'v9' is deprecated: tvOS 12.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 12.0 is the oldest supported version
8 | ],
9 | products: [
/Users/admin/builder/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: [
Build complete.
{
"dependencies" : [
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "1.21.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mIwr/BigInt"
}
],
"manifest_display_name" : "ASN1",
"name" : "ASN1",
"path" : "/Users/admin/builder/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" : "ASN1",
"targets" : [
"ASN1"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ASN1Tests",
"module_type" : "SwiftTarget",
"name" : "ASN1Tests",
"path" : "Tests/ASN1Tests",
"sources" : [
"ASN1Tests.swift",
"ErrorTests.swift",
"PerformanceTest.swift"
],
"target_dependencies" : [
"ASN1"
],
"type" : "test"
},
{
"c99name" : "ASN1",
"module_type" : "SwiftTarget",
"name" : "ASN1",
"path" : "Sources/ASN1",
"product_dependencies" : [
"BigInt"
],
"product_memberships" : [
"ASN1"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ASN1/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ASN1.swift",
"ASN1BMPString.swift",
"ASN1BitString.swift",
"ASN1Boolean.swift",
"ASN1Collection.swift",
"ASN1Ctx.swift",
"ASN1Exception.swift",
"ASN1GeneralizedTime.swift",
"ASN1IA5String.swift",
"ASN1Integer.swift",
"ASN1Null.swift",
"ASN1ObjectIdentifier.swift",
"ASN1OctetString.swift",
"ASN1PrintableString.swift",
"ASN1Sequence.swift",
"ASN1Set.swift",
"ASN1SimpleType.swift",
"ASN1T61String.swift",
"ASN1Time.swift",
"ASN1UTCTime.swift",
"ASN1UTF8String.swift",
"InputStream.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:9:52: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
7 | name: "ASN1",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
10 | ],
11 | products: [
/Users/admin/builder/spi-builder-workspace/Package.swift:9:65: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
7 | name: "ASN1",
8 | platforms: [
9 | .macOS(.v10_13), .macCatalyst(.v13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
10 | ],
11 | products: [
Done.