Build Information
Successful build of ASN1Decoder, reference 1.10.0 (7e1523), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 08:37:02 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/filom/ASN1Decoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/16] Compiling ASN1Decoder X509ExtensionAltName.swift
[4/16] Compiling ASN1Decoder X509Certificate.swift
[5/16] Compiling ASN1Decoder X509Extension.swift
[6/17] Compiling ASN1Decoder ASN1Encoder.swift
[7/17] Compiling ASN1Decoder ASN1Identifier.swift
[8/17] Compiling ASN1Decoder ASN1Object.swift
[9/17] Compiling ASN1Decoder OID.swift
[10/17] Emitting module ASN1Decoder
[11/17] Compiling ASN1Decoder PKCS7_Signature.swift
[12/17] Compiling ASN1Decoder ASN1Decoder.swift
[13/17] Compiling ASN1Decoder ASN1DistinguishedNames.swift
[14/17] Compiling ASN1Decoder X509ExtensionClasses.swift
[15/17] Compiling ASN1Decoder PKCS7.swift
[16/17] Compiling ASN1Decoder PKCS7_AppleReceipt.swift
[17/17] Compiling ASN1Decoder X509PublicKey.swift
Build complete! (4.71s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ASN1Decoder",
"name" : "ASN1Decoder",
"path" : "/Users/admin/builder/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"
}
Done.