The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SundialKit, reference 0.2.1 (58e32d), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 20:06:23 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SundialKit.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brightdigit/SundialKit
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at 58e32d9 Version 0.2.1
Cloned https://github.com/brightdigit/SundialKit.git
Revision (git rev-parse @):
58e32d9b620feb3e02d2fbf6b8569a3349d60182
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SundialKit.git at 0.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/brightdigit/SundialKit.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/30] Emitting module SundialKit
[4/33] Compiling SundialKit ConnectivityReceiveContext.swift
[5/33] Compiling SundialKit ConnectivityReceiveResult.swift
[6/33] Compiling SundialKit ConnectivitySendContext.swift
[7/33] Compiling SundialKit WCSession.swift
[8/33] Compiling SundialKit Messagable.swift
[9/33] Compiling SundialKit MessagableKeys.swift
[10/33] Compiling SundialKit ConnectivitySendResult.swift
[11/33] Compiling SundialKit ConnectivitySession.swift
[12/33] Compiling SundialKit ConnectivitySessionDelegate.swift
[13/33] Compiling SundialKit MessageDecoder.swift
[14/33] Compiling SundialKit NeverConnectivitySession.swift
[15/33] Compiling SundialKit WatchConnectivitySession.swift
[16/33] Compiling SundialKit NeverPing.swift
[17/33] Compiling SundialKit PathMonitor.swift
[18/33] Compiling SundialKit PathStatus.swift
[19/33] Compiling SundialKit NetworkObserver.swift
[20/33] Compiling SundialKit NetworkPath.swift
[21/33] Compiling SundialKit NetworkPing.swift
[22/33] Compiling SundialKit PathStatus.Network.swift
/Users/admin/builder/spi-builder-workspace/Sources/SundialKit/Network/Extensions/PathStatus.UnsatisfiedReason.swift:10:7: warning: switch must be exhaustive
 8 |     /// - Parameter reason: The `UnsatisfiedReason` from the `Network` API.
 9 |     init(_ reason: NWPath.UnsatisfiedReason) {
10 |       switch reason {
   |       |- warning: switch must be exhaustive
   |       `- note: add missing case: '.vpnInactive'
11 |       case .notAvailable:
12 |         self = .notAvailable
[23/33] Compiling SundialKit PathStatus.UnsatisfiedReason.swift
/Users/admin/builder/spi-builder-workspace/Sources/SundialKit/Network/Extensions/PathStatus.UnsatisfiedReason.swift:10:7: warning: switch must be exhaustive
 8 |     /// - Parameter reason: The `UnsatisfiedReason` from the `Network` API.
 9 |     init(_ reason: NWPath.UnsatisfiedReason) {
10 |       switch reason {
   |       |- warning: switch must be exhaustive
   |       `- note: add missing case: '.vpnInactive'
11 |       case .notAvailable:
12 |         self = .notAvailable
[24/33] Compiling SundialKit Interfaceable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SundialKit/Network/Extensions/PathStatus.UnsatisfiedReason.swift:10:7: warning: switch must be exhaustive
 8 |     /// - Parameter reason: The `UnsatisfiedReason` from the `Network` API.
 9 |     init(_ reason: NWPath.UnsatisfiedReason) {
10 |       switch reason {
   |       |- warning: switch must be exhaustive
   |       `- note: add missing case: '.vpnInactive'
11 |       case .notAvailable:
12 |         self = .notAvailable
[25/33] Compiling SundialKit ConnectivityHandler.swift
[26/33] Compiling SundialKit ConnectivityMessage.swift
[27/33] Compiling SundialKit ConnectivityObserver.swift
[28/33] Compiling SundialKit PassthroughSubject.swift
[29/33] Compiling SundialKit SundialError.swift
[30/33] Compiling SundialKit ActivationState.swift
[31/33] Compiling SundialKit NWInterface.swift
[32/33] Compiling SundialKit NWPath.swift
[33/33] Compiling SundialKit NWPathMonitor.swift
Build complete! (4.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SundialKit",
  "name" : "SundialKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "SundialKit",
      "targets" : [
        "SundialKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SundialKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SundialKitTests",
      "path" : "Tests/SundialKitTests",
      "sources" : [
        "MockError.swift",
        "MockMessage.swift",
        "MockNetworkPing.swift",
        "MockPath.swift",
        "MockPathMonitor.swift",
        "MockSession.swift",
        "Network/Extensions/NWInterfaceTests.swift",
        "Network/Extensions/NWPathMonitorTests.swift",
        "Network/Extensions/PathStatusNetworkTests.swift",
        "Network/NetworkObserverTests.swift",
        "PassthroughSubjectTests.swift",
        "WatchConnectivity/ConnectivityObserverInternalTests.swift",
        "WatchConnectivity/ConnectivityObserverMessageTests.swift",
        "WatchConnectivity/ConnectivityObserverPropertyTests.swift",
        "WatchConnectivity/ConnectivityReceiveContextTests.swift",
        "WatchConnectivity/ConnectivitySendContextTests.swift",
        "WatchConnectivity/MessagableTests.swift",
        "WatchConnectivity/MessageDecoderTests.swift",
        "WatchConnectivity/NeverConnectivitySessionTests.swift"
      ],
      "target_dependencies" : [
        "SundialKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SundialKit",
      "module_type" : "SwiftTarget",
      "name" : "SundialKit",
      "path" : "Sources/SundialKit",
      "product_memberships" : [
        "SundialKit"
      ],
      "sources" : [
        "Network/Extensions/NWInterface.swift",
        "Network/Extensions/NWPath.swift",
        "Network/Extensions/NWPathMonitor.swift",
        "Network/Extensions/PathStatus.Network.swift",
        "Network/Extensions/PathStatus.UnsatisfiedReason.swift",
        "Network/Interfaceable.swift",
        "Network/NetworkObserver.swift",
        "Network/NetworkPath.swift",
        "Network/NetworkPing.swift",
        "Network/NeverPing.swift",
        "Network/PathMonitor.swift",
        "Network/PathStatus.swift",
        "PassthroughSubject.swift",
        "SundialError.swift",
        "WatchConnectivity/ActivationState.swift",
        "WatchConnectivity/ConnectivityHandler.swift",
        "WatchConnectivity/ConnectivityMessage.swift",
        "WatchConnectivity/ConnectivityObserver.swift",
        "WatchConnectivity/ConnectivityReceiveContext.swift",
        "WatchConnectivity/ConnectivityReceiveResult.swift",
        "WatchConnectivity/ConnectivitySendContext.swift",
        "WatchConnectivity/ConnectivitySendResult.swift",
        "WatchConnectivity/ConnectivitySession.swift",
        "WatchConnectivity/ConnectivitySessionDelegate.swift",
        "WatchConnectivity/Extensions/WCSession.swift",
        "WatchConnectivity/Messagable.swift",
        "WatchConnectivity/MessagableKeys.swift",
        "WatchConnectivity/MessageDecoder.swift",
        "WatchConnectivity/NeverConnectivitySession.swift",
        "WatchConnectivity/WatchConnectivitySession.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.