The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SundialKit, reference 2.0.0-alpha.2 (c74d7f), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 11:02:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SundialKit.git
Reference: 2.0.0-alpha.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brightdigit/SundialKit
 * tag               2.0.0-alpha.2 -> FETCH_HEAD
HEAD is now at c74d7f2 Overhaul CI matrix, add Windows/Android builds, clean up tooling scaffolding (#79)
Cloned https://github.com/brightdigit/SundialKit.git
Revision (git rev-parse @):
c74d7f224d797214b5c53c29ece1aaec65950c63
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SundialKit.git at 2.0.0-alpha.2
========================================
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": "sundialkit",
      "name": "SundialKit",
      "url": "https://github.com/brightdigit/SundialKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SundialKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/brightdigit/SundialKit.git
[1/5700] Fetching sundialkit
Fetched https://github.com/brightdigit/SundialKit.git from cache (7.55s)
Creating working copy for https://github.com/brightdigit/SundialKit.git
Working copy of https://github.com/brightdigit/SundialKit.git resolved at 2.0.0-alpha.2 (c74d7f2)
warning: '.resolve-product-dependencies': dependency 'sundialkit' 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/brightdigit/SundialKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/23] Compiling SundialKitCore NetworkMonitoring.swift
[7/23] Compiling SundialKitCore ObserverRegistry.swift
[8/23] Compiling SundialKitCore PassthroughSubject.swift
[9/23] Compiling SundialKitCore PathStatus.swift
[10/23] Compiling SundialKitCore Interfaceable.swift
[11/23] Compiling SundialKitCore NetworkError.swift
[12/23] Compiling SundialKitCore ConnectivityError+LocalizedInfo.swift
[13/23] Compiling SundialKitCore ConnectivityError.swift
[14/23] Compiling SundialKitCore ConnectivityManagement.swift
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitCore/ConnectivityMessage.swift:98:38: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 96 |   public init(forceCasting dictionary: [String: Any]) {
 97 |     // swiftlint:disable:next force_cast
 98 |     self = dictionary.mapValues { $0 as! any Sendable }
    |                                      `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 99 |   }
100 | }
[15/23] Compiling SundialKitCore ConnectivityMessage.swift
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitCore/ConnectivityMessage.swift:98:38: warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 96 |   public init(forceCasting dictionary: [String: Any]) {
 97 |     // swiftlint:disable:next force_cast
 98 |     self = dictionary.mapValues { $0 as! any Sendable }
    |                                      `- warning: forced cast from 'Any' to 'any Sendable' always succeeds; did you mean to use 'as'?
 99 |   }
100 | }
[16/23] Compiling SundialKitCore ActivationState.swift
[17/23] Compiling SundialKitCore ConnectivityError+LocalizedError.swift
[18/23] Compiling SundialKitCore SundialLogger.swift
[19/23] Emitting module SundialKitCore
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitCore/SundialError.swift:59:11: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 57 | // MARK: - LocalizedError Conformance
 58 |
 59 | extension SundialError: LocalizedError {
    |           `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 60 |   /// A localized message describing what error occurred.
 61 |   public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitCore/SundialError.swift:95:11: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 93 | // MARK: - Migration Helpers
 94 |
 95 | extension SundialError {
    |           `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 96 |   /// Converts this legacy error to the appropriate modern error type.
 97 |   ///
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[20/23] Compiling SundialKitCore SerializationError+LocalizedError.swift
[21/23] Compiling SundialKitCore SerializationError.swift
[22/23] Compiling SundialKitCore SundialError.swift
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitCore/SundialError.swift:59:11: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 57 | // MARK: - LocalizedError Conformance
 58 |
 59 | extension SundialError: LocalizedError {
    |           `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 60 |   /// A localized message describing what error occurred.
 61 |   public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitCore/SundialError.swift:95:11: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 93 | // MARK: - Migration Helpers
 94 |
 95 | extension SundialError {
    |           `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 96 |   /// Converts this legacy error to the appropriate modern error type.
 97 |   ///
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[23/23] Compiling SundialKitCore SundialLogger+Custom.swift
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitCore/SundialError.swift:59:11: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 57 | // MARK: - LocalizedError Conformance
 58 |
 59 | extension SundialError: LocalizedError {
    |           `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 60 |   /// A localized message describing what error occurred.
 61 |   public var errorDescription: String? {
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitCore/SundialError.swift:95:11: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 93 | // MARK: - Migration Helpers
 94 |
 95 | extension SundialError {
    |           `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 96 |   /// Converts this legacy error to the appropriate modern error type.
 97 |   ///
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[24/24] Compiling SundialKitCore Task+Sleep.swift
[25/65] Compiling SundialKitConnectivity ConnectivityActivation.swift
[26/65] Compiling SundialKitConnectivity ConnectivityDelegateHandling.swift
[27/65] Compiling SundialKitConnectivity ConnectivityHandler.swift
[28/65] Compiling SundialKitConnectivity ConnectivityManager+DelegateHandling.swift
[29/65] Compiling SundialKitNetwork NWInterface.swift
[30/65] Compiling SundialKitNetwork NWPath.swift
[31/68] Compiling SundialKitConnectivity ConnectivityMessaging.swift
[32/68] Compiling SundialKitConnectivity ConnectivityObserverManaging+Actor.swift
[33/68] Compiling SundialKitConnectivity ConnectivityObserverManaging.swift
[34/68] Compiling SundialKitConnectivity ConnectivityReceiveContext.swift
[35/68] Compiling SundialKitConnectivity ConnectivityReceiveResult.swift
[36/68] Compiling SundialKitConnectivity ConnectivitySendContext.swift
[37/68] Compiling SundialKitConnectivity ConnectivitySendResult.swift
[38/68] Compiling SundialKitConnectivity ConnectivitySession.swift
[39/68] Compiling SundialKitConnectivity ConnectivitySessionDelegate.swift
[40/68] Compiling SundialKitConnectivity ConnectivityStateObserver.swift
[41/68] Compiling SundialKitConnectivity WCSession.swift
[42/68] Compiling SundialKitConnectivity Messagable.swift
[43/68] Compiling SundialKitNetwork NetworkStateObserver.swift
[44/68] Compiling SundialKitNetwork PathMonitor.swift
[45/68] Compiling SundialKitNetwork NeverPing.swift
[46/69] Compiling SundialKitConnectivity MessagableKeys.swift
[47/69] Compiling SundialKitConnectivity MessageDecoder.swift
[48/69] Compiling SundialKitConnectivity MessageTransport.swift
[49/69] Compiling SundialKitConnectivity NeverConnectivitySession.swift
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitConnectivity/NeverConnectivitySession.swift:79:11: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 77 |   /// - Throws: `SundialError.sessionNotSupported`
 78 |   public func activate() throws {
 79 |     throw SundialError.sessionNotSupported
    |           `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 80 |   }
 81 |
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitConnectivity/NeverConnectivitySession.swift:86:11: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 84 |   /// - Throws: `SundialError.sessionNotSupported`
 85 |   public func updateApplicationContext(_: ConnectivityMessage) throws {
 86 |     throw SundialError.sessionNotSupported
    |           `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 87 |   }
 88 |
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitConnectivity/NeverConnectivitySession.swift:94:25: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 92 |     _ completion: @escaping (Result<ConnectivityMessage, any Error>) -> Void
 93 |   ) {
 94 |     completion(.failure(SundialError.sessionNotSupported))
    |                         `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 95 |   }
 96 |
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitConnectivity/NeverConnectivitySession.swift:102:25: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
100 |     _ completion: @escaping (Result<Data, any Error>) -> Void
101 |   ) {
102 |     completion(.failure(SundialError.sessionNotSupported))
    |                         `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
103 |   }
104 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[50/69] Compiling SundialKitConnectivity SendOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitConnectivity/NeverConnectivitySession.swift:79:11: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 77 |   /// - Throws: `SundialError.sessionNotSupported`
 78 |   public func activate() throws {
 79 |     throw SundialError.sessionNotSupported
    |           `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 80 |   }
 81 |
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitConnectivity/NeverConnectivitySession.swift:86:11: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 84 |   /// - Throws: `SundialError.sessionNotSupported`
 85 |   public func updateApplicationContext(_: ConnectivityMessage) throws {
 86 |     throw SundialError.sessionNotSupported
    |           `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 87 |   }
 88 |
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitConnectivity/NeverConnectivitySession.swift:94:25: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 92 |     _ completion: @escaping (Result<ConnectivityMessage, any Error>) -> Void
 93 |   ) {
 94 |     completion(.failure(SundialError.sessionNotSupported))
    |                         `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 95 |   }
 96 |
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitConnectivity/NeverConnectivitySession.swift:102:25: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
100 |     _ completion: @escaping (Result<Data, any Error>) -> Void
101 |   ) {
102 |     completion(.failure(SundialError.sessionNotSupported))
    |                         `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
103 |   }
104 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[51/69] Compiling SundialKitConnectivity WatchConnectivitySession+ConnectivitySession.swift
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitConnectivity/NeverConnectivitySession.swift:79:11: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 77 |   /// - Throws: `SundialError.sessionNotSupported`
 78 |   public func activate() throws {
 79 |     throw SundialError.sessionNotSupported
    |           `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 80 |   }
 81 |
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitConnectivity/NeverConnectivitySession.swift:86:11: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 84 |   /// - Throws: `SundialError.sessionNotSupported`
 85 |   public func updateApplicationContext(_: ConnectivityMessage) throws {
 86 |     throw SundialError.sessionNotSupported
    |           `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 87 |   }
 88 |
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitConnectivity/NeverConnectivitySession.swift:94:25: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 92 |     _ completion: @escaping (Result<ConnectivityMessage, any Error>) -> Void
 93 |   ) {
 94 |     completion(.failure(SundialError.sessionNotSupported))
    |                         `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
 95 |   }
 96 |
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitConnectivity/NeverConnectivitySession.swift:102:25: warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
100 |     _ completion: @escaping (Result<Data, any Error>) -> Void
101 |   ) {
102 |     completion(.failure(SundialError.sessionNotSupported))
    |                         `- warning: 'SundialError' is deprecated: Use ConnectivityError, NetworkError, or SerializationError instead [#DeprecatedDeclaration]
103 |   }
104 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[52/69] Compiling SundialKitNetwork NetworkState.swift
[53/69] Compiling SundialKitNetwork NetworkPing.swift
[54/69] Compiling SundialKitConnectivity WatchConnectivitySession+WCSessionDelegate.swift
[55/69] Compiling SundialKitConnectivity WatchConnectivitySession.swift
[56/69] Compiling SundialKitConnectivity WatchConnectivitySessionProtocol.swift
[57/69] Compiling SundialKitConnectivity BinaryMessagable.swift
[58/69] Compiling SundialKitConnectivity BinaryMessageEncoder.swift
[59/69] Compiling SundialKitConnectivity ConnectivityActivation+Implementation.swift
[60/69] Emitting module SundialKitConnectivity
[61/69] Compiling SundialKitNetwork PingCoordinator.swift
[62/69] Compiling SundialKitNetwork NetworkPath.swift
[65/69] Emitting module SundialKitNetwork
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitNetwork/Extensions/NWPathMonitor.swift:33:3: warning: conformance of 'NWPathMonitor' to 'Sendable' is only available in macOS 14.0 or newer
31 |   public import Network
32 |
33 |   extension NWPathMonitor: PathMonitor {
   |   |- warning: conformance of 'NWPathMonitor' to 'Sendable' is only available in macOS 14.0 or newer
   |   `- note: add '@available' attribute to enclosing extension
34 |     /// Sets the handler to be called when the network path changes.
35 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitNetwork/Extensions/NWPathMonitor.swift:33:3: warning: conformance of 'NWPathMonitor' to 'Sendable' is only available in macOS 14.0 or newer
31 |   public import Network
32 |
33 |   extension NWPathMonitor: PathMonitor {
   |   |- warning: conformance of 'NWPathMonitor' to 'Sendable' is only available in macOS 14.0 or newer
   |   `- note: add '@available' attribute to enclosing extension
34 |     /// Sets the handler to be called when the network path changes.
35 |     ///
/Users/admin/builder/spi-builder-workspace/Sources/SundialKitNetwork/Extensions/NWPathMonitor.swift:33:3: warning: conformance of 'NWPathMonitor' to 'Sendable' is only available in macOS 14.0 or newer
31 |   public import Network
32 |
33 |   extension NWPathMonitor: PathMonitor {
   |   |- warning: conformance of 'NWPathMonitor' to 'Sendable' is only available in macOS 14.0 or newer
   |   `- note: add '@available' attribute to enclosing extension
34 |     /// Sets the handler to be called when the network path changes.
35 |     ///
[70/71] Emitting module SundialKit
[71/71] Compiling SundialKit SundialKit.swift
Build complete! (6.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SundialKit",
  "name" : "SundialKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SundialKitCore",
      "targets" : [
        "SundialKitCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SundialKitNetwork",
      "targets" : [
        "SundialKitNetwork"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SundialKitConnectivity",
      "targets" : [
        "SundialKitConnectivity"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SundialKit",
      "targets" : [
        "SundialKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SundialKitNetworkTests",
      "module_type" : "SwiftTarget",
      "name" : "SundialKitNetworkTests",
      "path" : "Tests/SundialKitNetworkTests",
      "sources" : [
        "MockNetworkPing.swift",
        "MockPath.swift",
        "MockPathMonitor.swift",
        "NWInterfaceTests.swift",
        "NWPathMonitorTests.swift",
        "NetworkMonitorTests+ConcurrencyTests.swift",
        "NetworkMonitorTests+ObserverTests.swift",
        "NetworkMonitorTests.swift",
        "PathStatusNetworkTests.swift",
        "TestNetworkStateObserver.swift",
        "WASMSupport.swift"
      ],
      "target_dependencies" : [
        "SundialKitNetwork"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SundialKitNetwork",
      "module_type" : "SwiftTarget",
      "name" : "SundialKitNetwork",
      "path" : "Sources/SundialKitNetwork",
      "product_memberships" : [
        "SundialKitNetwork",
        "SundialKit"
      ],
      "sources" : [
        "Extensions/NWInterface.swift",
        "Extensions/NWPath.swift",
        "Extensions/NWPathMonitor.swift",
        "Extensions/PathStatus+Network.swift",
        "Extensions/PathStatus.UnsatisfiedReason.swift",
        "NetworkMonitor.swift",
        "NetworkPath.swift",
        "NetworkPing.swift",
        "NetworkState.swift",
        "NetworkStateObserver.swift",
        "NeverPing.swift",
        "PathMonitor.swift",
        "PingCoordinator.swift"
      ],
      "target_dependencies" : [
        "SundialKitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SundialKitCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SundialKitCoreTests",
      "path" : "Tests/SundialKitCoreTests",
      "sources" : [
        "ConnectivityErrorComprehensiveTests.swift",
        "ConnectivityErrorConfigurationTests.swift",
        "ConnectivityErrorDeviceTests.swift",
        "ConnectivityErrorGenericTests.swift",
        "ConnectivityErrorMessagingTests.swift",
        "ConnectivityErrorSessionTests.swift",
        "ConnectivityErrorTests+HashableTests.swift",
        "ConnectivityErrorTests.swift",
        "ConnectivityErrorTransferTests.swift",
        "ConnectivityErrorWCErrorMappingTests+ExtendedTests.swift",
        "ConnectivityErrorWCErrorMappingTests.swift",
        "MockError.swift",
        "MockNetworkPing.swift",
        "MockPath.swift",
        "MockPathMonitor.swift",
        "NetworkErrorTests+ConcurrencyTests.swift",
        "NetworkErrorTests.swift",
        "ObserverRegistryTests+NotifyTests.swift",
        "ObserverRegistryTests.swift",
        "PassthroughSubjectTests.swift",
        "SerializationErrorContextTests.swift",
        "SerializationErrorFactoryMethodsTests.swift",
        "SerializationErrorLocalizedErrorTests+BinaryTests.swift",
        "SerializationErrorLocalizedErrorTests.swift",
        "SerializationErrorStaticPropertiesTests.swift",
        "SerializationErrorThrowingTests.swift",
        "TestObserverImpl.swift",
        "WASMSupport.swift"
      ],
      "target_dependencies" : [
        "SundialKitCore",
        "SundialKitNetwork"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SundialKitCore",
      "module_type" : "SwiftTarget",
      "name" : "SundialKitCore",
      "path" : "Sources/SundialKitCore",
      "product_memberships" : [
        "SundialKitCore",
        "SundialKitNetwork",
        "SundialKitConnectivity",
        "SundialKit"
      ],
      "sources" : [
        "ActivationState.swift",
        "ConnectivityError+LocalizedError.swift",
        "ConnectivityError+LocalizedInfo.swift",
        "ConnectivityError.swift",
        "ConnectivityManagement.swift",
        "ConnectivityMessage.swift",
        "Interfaceable.swift",
        "NetworkError.swift",
        "NetworkMonitoring.swift",
        "ObserverRegistry.swift",
        "PassthroughSubject.swift",
        "PathStatus.swift",
        "SerializationError+LocalizedError.swift",
        "SerializationError.swift",
        "SundialError.swift",
        "SundialLogger+Custom.swift",
        "SundialLogger.swift",
        "Task+Sleep.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SundialKitConnectivityTests",
      "module_type" : "SwiftTarget",
      "name" : "SundialKitConnectivityTests",
      "path" : "Tests/SundialKitConnectivityTests",
      "sources" : [
        "BinaryMessagableTests.swift",
        "ConnectivityManagerActivationTests.swift",
        "ConnectivityManagerInitializationTests.swift",
        "ConnectivityManagerMessagingTests.swift",
        "ConnectivityManagerObserverTests.swift",
        "ConnectivityManagerStateTests.swift",
        "ConnectivityManagerTestHelpers.swift",
        "ConnectivityReceiveContextTests.swift",
        "ConnectivitySendContextTests.swift",
        "MessagableTests.swift",
        "MessageDecoderTests.swift",
        "MockMessage.swift",
        "MockSession.swift",
        "NeverConnectivitySessionTests.swift",
        "SlowMockSession.swift",
        "TestBinaryMessage.swift",
        "TestObserver.swift"
      ],
      "target_dependencies" : [
        "SundialKitConnectivity"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SundialKitConnectivity",
      "module_type" : "SwiftTarget",
      "name" : "SundialKitConnectivity",
      "path" : "Sources/SundialKitConnectivity",
      "product_memberships" : [
        "SundialKitConnectivity",
        "SundialKit"
      ],
      "sources" : [
        "BinaryMessagable.swift",
        "BinaryMessageEncoder.swift",
        "ConnectivityActivation+Implementation.swift",
        "ConnectivityActivation.swift",
        "ConnectivityDelegateHandling.swift",
        "ConnectivityHandler.swift",
        "ConnectivityManager+DelegateHandling.swift",
        "ConnectivityManager.swift",
        "ConnectivityMessaging+Actor.swift",
        "ConnectivityMessaging.swift",
        "ConnectivityObserverManaging+Actor.swift",
        "ConnectivityObserverManaging.swift",
        "ConnectivityReceiveContext.swift",
        "ConnectivityReceiveResult.swift",
        "ConnectivitySendContext.swift",
        "ConnectivitySendResult.swift",
        "ConnectivitySession.swift",
        "ConnectivitySessionDelegate.swift",
        "ConnectivityStateObserver.swift",
        "Extensions/WCSession.swift",
        "Messagable.swift",
        "MessagableKeys.swift",
        "MessageDecoder.swift",
        "MessageTransport.swift",
        "NeverConnectivitySession.swift",
        "SendOptions.swift",
        "WatchConnectivitySession+ConnectivitySession.swift",
        "WatchConnectivitySession+WCSessionDelegate.swift",
        "WatchConnectivitySession.swift",
        "WatchConnectivitySessionProtocol.swift"
      ],
      "target_dependencies" : [
        "SundialKitCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SundialKit",
      "module_type" : "SwiftTarget",
      "name" : "SundialKit",
      "path" : "Sources/SundialKit",
      "product_memberships" : [
        "SundialKit"
      ],
      "sources" : [
        "SundialKit.swift"
      ],
      "target_dependencies" : [
        "SundialKitCore",
        "SundialKitNetwork",
        "SundialKitConnectivity"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.