Build Information
Successful build of LetMeIn, reference main (dfb130), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 21:24:05 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/julianschiavo/letmein.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/julianschiavo/letmein
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dfb1303 Add public CertificateFile init
Cloned https://github.com/julianschiavo/letmein.git
Revision (git rev-parse @):
dfb13036da8d22b6747f54f16b97a40b0875622d
SUCCESS checkout https://github.com/julianschiavo/letmein.git at main
========================================
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": "letmein",
"name": "LetMeIn",
"url": "https://github.com/julianschiavo/letmein.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/letmein",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/julianschiavo/letmein.git
[1/58] Fetching letmein
Fetched https://github.com/julianschiavo/letmein.git from cache (0.64s)
Creating working copy for https://github.com/julianschiavo/letmein.git
Working copy of https://github.com/julianschiavo/letmein.git resolved at main (dfb1303)
warning: '.resolve-product-dependencies': dependency 'letmein' 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/julianschiavo/letmein.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/9] Compiling LetMeIn Logger-Custom.swift
[4/9] Compiling LetMeIn PKCS12Certificate.swift
[5/9] Compiling LetMeIn CertificateFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/LetMeIn/ClientCertificateAuthenticator.swift:18:71: warning: 'self' refers to the method 'ClientCertificateAuthenticator.self', which may be unexpected
16 |
17 | /// A serial queue used to process and sign requests
18 | private let loaderQueue = DispatchQueue(label: String(describing: self))
| |- warning: 'self' refers to the method 'ClientCertificateAuthenticator.self', which may be unexpected
| `- note: use 'ClientCertificateAuthenticator.self' to silence this warning
19 |
20 | // MARK: - Init
[6/9] Compiling LetMeIn CertificateType.swift
[7/9] Emitting module LetMeIn
/Users/admin/builder/spi-builder-workspace/Sources/LetMeIn/ClientCertificateAuthenticator.swift:18:71: warning: 'self' refers to the method 'ClientCertificateAuthenticator.self', which may be unexpected
16 |
17 | /// A serial queue used to process and sign requests
18 | private let loaderQueue = DispatchQueue(label: String(describing: self))
| |- warning: 'self' refers to the method 'ClientCertificateAuthenticator.self', which may be unexpected
| `- note: use 'ClientCertificateAuthenticator.self' to silence this warning
19 |
20 | // MARK: - Init
[8/9] Compiling LetMeIn ClientCertificateAuthenticator.swift
/Users/admin/builder/spi-builder-workspace/Sources/LetMeIn/ClientCertificateAuthenticator.swift:18:71: warning: 'self' refers to the method 'ClientCertificateAuthenticator.self', which may be unexpected
16 |
17 | /// A serial queue used to process and sign requests
18 | private let loaderQueue = DispatchQueue(label: String(describing: self))
| |- warning: 'self' refers to the method 'ClientCertificateAuthenticator.self', which may be unexpected
| `- note: use 'ClientCertificateAuthenticator.self' to silence this warning
19 |
20 | // MARK: - Init
[9/9] Compiling LetMeIn Certificate.swift
Build complete! (7.03s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "LetMeIn",
"name" : "LetMeIn",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "LetMeIn",
"targets" : [
"LetMeIn"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LetMeIn",
"module_type" : "SwiftTarget",
"name" : "LetMeIn",
"path" : "Sources/LetMeIn",
"product_memberships" : [
"LetMeIn"
],
"sources" : [
"Certificate.swift",
"CertificateFile.swift",
"CertificateType.swift",
"ClientCertificateAuthenticator.swift",
"Extensions/Logger-Custom.swift",
"PKCS12Certificate.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.