Build Information
Successful build of LetMeIn, reference main (dfb130), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 18:25:52 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/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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/julianschiavo/letmein.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/9] Compiling LetMeIn PKCS12Certificate.swift
[4/9] Compiling LetMeIn Logger-Custom.swift
[5/9] Compiling LetMeIn CertificateType.swift
[6/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
[7/9] Compiling LetMeIn Certificate.swift
[8/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
[9/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
Build complete! (6.13s)
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.