Build Information
Successful build of PinGuard, reference 0.1.0 (582f40), with Swift 6.2 for macOS (SPM) on 16 Feb 2026 13:45:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pinguard/pinguard-ios.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pinguard/pinguard-ios
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 582f404 Merge pull request #11 from pinguard/release-prep
Cloned https://github.com/pinguard/pinguard-ios.git
Revision (git rev-parse @):
582f404003fa590c42444e8496efca2b8335f8d1
SUCCESS checkout https://github.com/pinguard/pinguard-ios.git 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",
"dependencies": [
{
"identity": "pinguard-ios",
"name": "PinGuard",
"url": "https://github.com/pinguard/pinguard-ios.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/pinguard-ios",
"dependencies": [
]
}
]
}
Fetching https://github.com/pinguard/pinguard-ios.git
[1/496] Fetching pinguard-ios
Fetched https://github.com/pinguard/pinguard-ios.git from cache (0.86s)
Creating working copy for https://github.com/pinguard/pinguard-ios.git
Working copy of https://github.com/pinguard/pinguard-ios.git resolved at 0.1.0 (582f404)
warning: '.resolve-product-dependencies': dependency 'pinguard-ios' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/pinguard/pinguard-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/20] Compiling PinGuard PinGuardEnvironment.swift
[4/20] Compiling PinGuard ClientCertificate.swift
[5/20] Compiling PinGuard MTLSConfiguration.swift
[6/20] Compiling PinGuard URLSessionDelegateProxy.swift
[7/20] Compiling PinGuard PinGuard.swift
[8/20] Compiling PinGuard PinGuardBuilder.swift
[9/20] Compiling PinGuard PinGuardConfiguration.swift
[10/21] Compiling PinGuard TrustEvaluator.swift
[11/21] Compiling PinGuard ChallengeHandler.swift
[12/21] Compiling PinGuard PinHasher.swift
[13/21] Compiling PinGuard PinningPolicy.swift
[14/21] Compiling PinGuard CertificateChain.swift
[15/21] Compiling PinGuard Errors.swift
[16/21] Compiling PinGuard Events.swift
[17/21] Compiling PinGuard HostMatcher.swift
[18/21] Emitting module PinGuard
[19/21] Compiling PinGuard RemoteConfig.swift
[20/21] Compiling PinGuard RemoteConfigVerification.swift
[21/21] Compiling PinGuard Logger.swift
Build complete! (5.91s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PinGuard",
"name" : "PinGuard",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "PinGuard",
"targets" : [
"PinGuard"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PinGuardTests",
"module_type" : "SwiftTarget",
"name" : "PinGuardTests",
"path" : "Tests/PinGuardTests",
"sources" : [
"HostMatcherTests.swift",
"PinGuardPolicyTests.swift",
"PinHasherTests.swift",
"PolicyResolverTests.swift",
"RemoteConfigVerificationTests.swift",
"ThreadSafetyTests.swift",
"TrustEvaluatorTests.swift"
],
"target_dependencies" : [
"PinGuard"
],
"type" : "test"
},
{
"c99name" : "PinGuard",
"module_type" : "SwiftTarget",
"name" : "PinGuard",
"path" : "Sources/PinGuard",
"product_memberships" : [
"PinGuard"
],
"sources" : [
"Core/CertificateChain.swift",
"Core/Errors.swift",
"Core/Events.swift",
"Core/HostMatcher.swift",
"Core/PinHasher.swift",
"Core/PinningPolicy.swift",
"Core/RemoteConfig.swift",
"Core/RemoteConfigVerification.swift",
"Core/TrustEvaluator.swift",
"Networking/ChallengeHandler.swift",
"Networking/URLSessionDelegateProxy.swift",
"Public/PinGuard.swift",
"Public/PinGuardBuilder.swift",
"Public/PinGuardConfiguration.swift",
"Public/PinGuardEnvironment.swift",
"TLS/ClientCertificate.swift",
"TLS/MTLSConfiguration.swift",
"Utils/Logger.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.