Build Information
Successful build of rsa-public-key-importer-exporter, reference master (dff3ec), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 06:26:53 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/nextincrement/rsa-public-key-importer-exporter.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nextincrement/rsa-public-key-importer-exporter
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at dff3ec5 Clean up documentation comments
Cloned https://github.com/nextincrement/rsa-public-key-importer-exporter.git
Revision (git rev-parse @):
dff3ec511d4ebee86cb9e5af9570ad6e08d14779
SUCCESS checkout https://github.com/nextincrement/rsa-public-key-importer-exporter.git at master
Fetching https://github.com/nextincrement/simple-asn1-reader-writer.git
[1/133] Fetching simple-asn1-reader-writer
Fetched https://github.com/nextincrement/simple-asn1-reader-writer.git from cache (0.58s)
Computing version for https://github.com/nextincrement/simple-asn1-reader-writer.git
Computed https://github.com/nextincrement/simple-asn1-reader-writer.git at 0.1.0 (1.27s)
Creating working copy for https://github.com/nextincrement/simple-asn1-reader-writer.git
Working copy of https://github.com/nextincrement/simple-asn1-reader-writer.git resolved at 0.1.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": "rsa-public-key-importer-exporter",
"name": "rsa-public-key-importer-exporter",
"url": "https://github.com/nextincrement/rsa-public-key-importer-exporter.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/rsa-public-key-importer-exporter",
"traits": [
"default"
],
"dependencies": [
{
"identity": "simple-asn1-reader-writer",
"name": "simple-asn1-reader-writer",
"url": "https://github.com/nextincrement/simple-asn1-reader-writer.git",
"version": "0.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/simple-asn1-reader-writer",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/nextincrement/rsa-public-key-importer-exporter.git
[1/81] Fetching rsa-public-key-importer-exporter
Fetched https://github.com/nextincrement/rsa-public-key-importer-exporter.git from cache (0.69s)
Fetching https://github.com/nextincrement/simple-asn1-reader-writer.git from cache
Fetched https://github.com/nextincrement/simple-asn1-reader-writer.git from cache (0.46s)
Computing version for https://github.com/nextincrement/simple-asn1-reader-writer.git
Computed https://github.com/nextincrement/simple-asn1-reader-writer.git at 0.1.0 (0.53s)
Creating working copy for https://github.com/nextincrement/simple-asn1-reader-writer.git
Working copy of https://github.com/nextincrement/simple-asn1-reader-writer.git resolved at 0.1.0
Creating working copy for https://github.com/nextincrement/rsa-public-key-importer-exporter.git
Working copy of https://github.com/nextincrement/rsa-public-key-importer-exporter.git resolved at master (dff3ec5)
Found 1 product dependencies
- simple-asn1-reader-writer
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/nextincrement/rsa-public-key-importer-exporter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[2/10] Write RSAPublicKeyImportExportDemo-entitlement.plist
[2/10] Write sources
[6/10] Write swift-version--6988338F2F200930.txt
[8/17] Compiling SimpleASN1Reader SimpleASN1Reader.swift
[9/17] Compiling SimpleASN1Reader SimpleASN1Reading.swift
[10/17] Emitting module SimpleASN1Writer
[11/17] Compiling SimpleASN1Writer SimpleASN1Writer.swift
[12/17] Compiling SimpleASN1Writer SimpleASN1Writing.swift
[13/17] Emitting module SimpleASN1Reader
[14/17] Compiling SimpleASN1Reader ASN1ReadError.swift
[15/23] Emitting module RSAPublicKeyExporter
[16/23] Compiling RSAPublicKeyExporter RSAPublicKeyExporter.swift
[17/23] Compiling RSAPublicKeyExporter RSAPublicKeyExporting.swift
[18/23] Compiling RSAPublicKeyImporter RSAPublicKeyImporting.swift
[19/23] Compiling RSAPublicKeyImporter RSAPublicKeyImporter.swift
[20/23] Emitting module RSAPublicKeyImporter
[21/25] Emitting module RSAPublicKeyImportExportDemo
[22/25] Compiling RSAPublicKeyImportExportDemo main.swift
[22/25] Write Objects.LinkFileList
[23/25] Linking RSAPublicKeyImportExportDemo
[24/25] Applying RSAPublicKeyImportExportDemo
Build complete! (5.66s)
Build complete.
{
"dependencies" : [
{
"identity" : "simple-asn1-reader-writer",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nextincrement/simple-asn1-reader-writer.git"
}
],
"manifest_display_name" : "rsa-public-key-importer-exporter",
"name" : "rsa-public-key-importer-exporter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RSAPublicKeyImportExportDemo",
"targets" : [
"RSAPublicKeyImportExportDemo"
],
"type" : {
"executable" : null
}
},
{
"name" : "RSAPublicKeyImporter",
"targets" : [
"RSAPublicKeyImporter"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RSAPublicKeyExporter",
"targets" : [
"RSAPublicKeyExporter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RSAPublicKeyImporterTests",
"module_type" : "SwiftTarget",
"name" : "RSAPublicKeyImporterTests",
"path" : "Tests/RSAPublicKeyImporterTests",
"sources" : [
"RSAPublicKeyImporterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"RSAPublicKeyImporter"
],
"type" : "test"
},
{
"c99name" : "RSAPublicKeyImporter",
"module_type" : "SwiftTarget",
"name" : "RSAPublicKeyImporter",
"path" : "Sources/RSAPublicKeyImporter",
"product_dependencies" : [
"SimpleASN1Reader"
],
"product_memberships" : [
"RSAPublicKeyImportExportDemo",
"RSAPublicKeyImporter"
],
"sources" : [
"RSAPublicKeyImporter.swift",
"RSAPublicKeyImporting.swift"
],
"type" : "library"
},
{
"c99name" : "RSAPublicKeyImportExportDemo",
"module_type" : "SwiftTarget",
"name" : "RSAPublicKeyImportExportDemo",
"path" : "Sources/RSAPublicKeyImportExportDemo",
"product_memberships" : [
"RSAPublicKeyImportExportDemo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"RSAPublicKeyImporter",
"RSAPublicKeyExporter"
],
"type" : "executable"
},
{
"c99name" : "RSAPublicKeyExporterTests",
"module_type" : "SwiftTarget",
"name" : "RSAPublicKeyExporterTests",
"path" : "Tests/RSAPublicKeyExporterTests",
"sources" : [
"RSAPublicKeyExporterTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"RSAPublicKeyExporter"
],
"type" : "test"
},
{
"c99name" : "RSAPublicKeyExporter",
"module_type" : "SwiftTarget",
"name" : "RSAPublicKeyExporter",
"path" : "Sources/RSAPublicKeyExporter",
"product_dependencies" : [
"SimpleASN1Writer"
],
"product_memberships" : [
"RSAPublicKeyImportExportDemo",
"RSAPublicKeyExporter"
],
"sources" : [
"RSAPublicKeyExporter.swift",
"RSAPublicKeyExporting.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.