The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PinGuard, reference master (582f40), with Swift 6.0 for macOS (SPM) on 16 Feb 2026 13:45:41 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pinguard/pinguard-ios.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pinguard/pinguard-ios
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/pinguard/pinguard-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/20] Compiling PinGuard PinGuardEnvironment.swift
[4/20] Compiling PinGuard ClientCertificate.swift
[5/21] Compiling PinGuard MTLSConfiguration.swift
[6/21] Compiling PinGuard PinGuardBuilder.swift
[7/21] Compiling PinGuard PinGuardConfiguration.swift
[8/21] Compiling PinGuard URLSessionDelegateProxy.swift
[9/21] Compiling PinGuard PinGuard.swift
[10/21] Compiling PinGuard TrustEvaluator.swift
[11/21] Compiling PinGuard ChallengeHandler.swift
[12/21] Compiling PinGuard Events.swift
[13/21] Compiling PinGuard HostMatcher.swift
[14/21] Compiling PinGuard RemoteConfig.swift
[15/21] Compiling PinGuard RemoteConfigVerification.swift
[16/21] Compiling PinGuard CertificateChain.swift
[17/21] Compiling PinGuard Errors.swift
[18/21] Compiling PinGuard PinHasher.swift
[19/21] Compiling PinGuard PinningPolicy.swift
[20/21] Emitting module PinGuard
[21/21] Compiling PinGuard Logger.swift
Build complete! (6.02s)
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.