Build Information
Successful build of ASN1Decoder, reference 1.10.0 (7e1523), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 05:27:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "asn1decoder",
"name": "ASN1Decoder",
"url": "https://github.com/filom/ASN1Decoder.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ASN1Decoder",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/filom/ASN1Decoder.git
[1/757] Fetching asn1decoder
Fetched https://github.com/filom/ASN1Decoder.git from cache (0.78s)
Creating working copy for https://github.com/filom/ASN1Decoder.git
Working copy of https://github.com/filom/ASN1Decoder.git resolved at 1.10.0 (7e15236)
warning: '.resolve-product-dependencies': dependency 'asn1decoder' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/filom/ASN1Decoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/16] Compiling ASN1Decoder X509ExtensionClasses.swift
[4/17] Compiling ASN1Decoder PKCS7.swift
[5/17] Compiling ASN1Decoder PKCS7_AppleReceipt.swift
[6/17] Compiling ASN1Decoder X509ExtensionAltName.swift
[7/17] Compiling ASN1Decoder ASN1Decoder.swift
[8/17] Compiling ASN1Decoder ASN1DistinguishedNames.swift
[9/17] Compiling ASN1Decoder ASN1Object.swift
[10/17] Compiling ASN1Decoder OID.swift
[11/17] Compiling ASN1Decoder ASN1Encoder.swift
[12/17] Compiling ASN1Decoder ASN1Identifier.swift
[13/17] Emitting module ASN1Decoder
[14/17] Compiling ASN1Decoder X509Extension.swift
[15/17] Compiling ASN1Decoder X509Certificate.swift
[16/17] Compiling ASN1Decoder PKCS7_Signature.swift
[17/17] Compiling ASN1Decoder X509PublicKey.swift
Build complete! (5.18s)
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.