The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SundialKit, reference main (2e1082), with Swift 6.1 for Linux on 27 Apr 2025 06:21:30 UTC.

Swift 6 data race errors: 5

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SundialKit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/brightdigit/SundialKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2e1082d added .messageReceivedPublisher
Cloned https://github.com/brightdigit/SundialKit.git
Revision (git rev-parse @):
2e1082d8ebdd74bc053191aff0884e2a439e483d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SundialKit.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/SundialKit.git
https://github.com/brightdigit/SundialKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.47.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.41.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Rocket"
    }
  ],
  "manifest_display_name" : "SundialKit",
  "name" : "SundialKit",
  "path" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/realm/SwiftLint
Fetching https://github.com/shibapm/Komondor
Fetching https://github.com/shibapm/Rocket
Fetching https://github.com/nicklockwood/SwiftFormat
[1/1386] Fetching rocket
[445/1895] Fetching rocket, komondor
Fetched https://github.com/shibapm/Komondor from cache (0.26s)
[1/46730] Fetching swiftformat
[2805/196633] Fetching swiftformat, swiftlint
Fetched https://github.com/shibapm/Rocket from cache (28.05s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (28.79s)
Fetched https://github.com/realm/SwiftLint from cache (29.50s)
Computing version for https://github.com/shibapm/Rocket
Computed https://github.com/shibapm/Rocket at 1.3.0 (34.67s)
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/shibapm/Logger
Fetching https://github.com/kareman/SwiftShell
[1/4863] Fetching swiftshell
[4864/4979] Fetching swiftshell, logger
[4980/5559] Fetching swiftshell, logger, packageconfig
[5560/15848] Fetching swiftshell, logger, packageconfig, yams
Fetched https://github.com/shibapm/Logger from cache (4.19s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (4.19s)
Fetched https://github.com/kareman/SwiftShell from cache (4.20s)
Fetched https://github.com/jpsim/Yams from cache (4.23s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (8.42s)
Computing version for https://github.com/shibapm/Logger
Computed https://github.com/shibapm/Logger at 0.2.3 (2.35s)
Computing version for https://github.com/shibapm/Komondor
Computed https://github.com/shibapm/Komondor at 1.1.4 (0.59s)
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.20s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.76s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.59s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (1.48s)
Computing version for https://github.com/realm/SwiftLint
Computed https://github.com/realm/SwiftLint at 0.59.1 (1.02s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/scottrhoyt/SwiftyTextTable.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit.git
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/84] Fetching collectionconcurrencykit
[2/1013] Fetching collectionconcurrencykit, swiftytexttable
[1014/13947] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift
[1015/30059] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, sourcekitten
[7015/45009] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, sourcekitten, swift-argument-parser
[33475/115242] Fetching collectionconcurrencykit, swiftytexttable, cryptoswift, sourcekitten, swift-argument-parser, swift-syntax
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit.git from cache (1.72s)
[56865/115158] Fetching swiftytexttable, cryptoswift, sourcekitten, swift-argument-parser, swift-syntax
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.43s)
[63596/102224] Fetching swiftytexttable, sourcekitten, swift-argument-parser, swift-syntax
Fetched https://github.com/scottrhoyt/SwiftyTextTable.git from cache (5.85s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (5.85s)
Fetched https://github.com/jpsim/SourceKitten.git from cache (5.87s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.90s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (6.47s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Computed https://github.com/JohnSundell/CollectionConcurrencyKit.git at 0.2.0 (0.56s)
Computing version for https://github.com/scottrhoyt/SwiftyTextTable.git
Computed https://github.com/scottrhoyt/SwiftyTextTable.git at 0.9.0 (2.25s)
Computing version for https://github.com/jpsim/SourceKitten.git
Computed https://github.com/jpsim/SourceKitten.git at 0.37.0 (0.57s)
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/2820] Fetching swxmlhash
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.30s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.0 (1.07s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (0.57s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.51s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (0.65s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/shibapm/Logger
Working copy of https://github.com/shibapm/Logger resolved at 0.2.3
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/scottrhoyt/SwiftyTextTable.git
Working copy of https://github.com/scottrhoyt/SwiftyTextTable.git resolved at 0.9.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
Creating working copy for https://github.com/realm/SwiftLint
Working copy of https://github.com/realm/SwiftLint resolved at 0.59.1
Creating working copy for https://github.com/shibapm/Komondor
Working copy of https://github.com/shibapm/Komondor resolved at 1.1.4
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/jpsim/SourceKitten.git
Working copy of https://github.com/jpsim/SourceKitten.git resolved at 0.37.0
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/shibapm/Rocket
Working copy of https://github.com/shibapm/Rocket resolved at 1.3.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit.git
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit.git resolved at 0.2.0
warning: 'komondor': 'komondor' dependency on 'https://github.com/f-meloni/Rocket' conflicts with dependency on 'https://github.com/shibapm/Rocket' which has the same identity 'rocket'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin SwiftLintCommandPlugin
[2/2] Compiling plugin SwiftLintBuildToolPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin SwiftFormatPlugin
Building for debugging...
[4/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/34] Compiling SundialKit ConnectivityMessage.swift
[8/34] Compiling SundialKit ConnectivityObserver.swift
[9/34] Compiling SundialKit ConnectivityReceiveContext.swift
[10/34] Compiling SundialKit ConnectivityReceiveResult.swift
[11/37] Compiling SundialKit NWInterface.swift
[12/37] Compiling SundialKit NWPath.swift
[13/37] Compiling SundialKit NWPathMonitor.swift
[14/37] Compiling SundialKit PathStatus.Network.swift
[15/37] Compiling SundialKit WCSession.swift
[16/37] Compiling SundialKit Messagable.swift
[17/37] Compiling SundialKit MessagableKeys.swift
[18/37] Compiling SundialKit NetworkPing.swift
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:41:23: warning: static property 'cellular' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
39 |
40 |     /// The network interface type used for communication over cellular networks.
41 |     public static let cellular: Self = .init(rawValue: 1)
   |                       |- warning: static property 'cellular' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'cellular' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |     /// The network interface type used for communication over Wi-Fi networks.
43 |     public static let wifi: Self = .init(rawValue: 2)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:43:23: warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
41 |     public static let cellular: Self = .init(rawValue: 1)
42 |     /// The network interface type used for communication over Wi-Fi networks.
43 |     public static let wifi: Self = .init(rawValue: 2)
   |                       |- warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'wifi' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     /// The network interface type used for communication over wired Ethernet networks.
45 |     public static let wiredEthernet: Self = .init(rawValue: 4)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:45:23: warning: static property 'wiredEthernet' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
43 |     public static let wifi: Self = .init(rawValue: 2)
44 |     /// The network interface type used for communication over wired Ethernet networks.
45 |     public static let wiredEthernet: Self = .init(rawValue: 4)
   |                       |- warning: static property 'wiredEthernet' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'wiredEthernet' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |     /// The network interface type used for communication
47 |     /// over virtual networks or networks of unknown types.
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:48:23: warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
46 |     /// The network interface type used for communication
47 |     /// over virtual networks or networks of unknown types.
48 |     public static let other: Self = .init(rawValue: 8)
   |                       |- warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'other' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |     /// The network interface type used for communication over local loopback networks.
50 |     public static let loopback: Self = .init(rawValue: 16)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:50:23: warning: static property 'loopback' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
48 |     public static let other: Self = .init(rawValue: 8)
49 |     /// The network interface type used for communication over local loopback networks.
50 |     public static let loopback: Self = .init(rawValue: 16)
   |                       |- warning: static property 'loopback' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'loopback' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 |   }
52 | }
[19/37] Compiling SundialKit NeverPing.swift
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:41:23: warning: static property 'cellular' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
39 |
40 |     /// The network interface type used for communication over cellular networks.
41 |     public static let cellular: Self = .init(rawValue: 1)
   |                       |- warning: static property 'cellular' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'cellular' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |     /// The network interface type used for communication over Wi-Fi networks.
43 |     public static let wifi: Self = .init(rawValue: 2)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:43:23: warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
41 |     public static let cellular: Self = .init(rawValue: 1)
42 |     /// The network interface type used for communication over Wi-Fi networks.
43 |     public static let wifi: Self = .init(rawValue: 2)
   |                       |- warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'wifi' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     /// The network interface type used for communication over wired Ethernet networks.
45 |     public static let wiredEthernet: Self = .init(rawValue: 4)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:45:23: warning: static property 'wiredEthernet' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
43 |     public static let wifi: Self = .init(rawValue: 2)
44 |     /// The network interface type used for communication over wired Ethernet networks.
45 |     public static let wiredEthernet: Self = .init(rawValue: 4)
   |                       |- warning: static property 'wiredEthernet' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'wiredEthernet' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |     /// The network interface type used for communication
47 |     /// over virtual networks or networks of unknown types.
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:48:23: warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
46 |     /// The network interface type used for communication
47 |     /// over virtual networks or networks of unknown types.
48 |     public static let other: Self = .init(rawValue: 8)
   |                       |- warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'other' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |     /// The network interface type used for communication over local loopback networks.
50 |     public static let loopback: Self = .init(rawValue: 16)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:50:23: warning: static property 'loopback' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
48 |     public static let other: Self = .init(rawValue: 8)
49 |     /// The network interface type used for communication over local loopback networks.
50 |     public static let loopback: Self = .init(rawValue: 16)
   |                       |- warning: static property 'loopback' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'loopback' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 |   }
52 | }
[20/37] Compiling SundialKit PathMonitor.swift
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:41:23: warning: static property 'cellular' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
39 |
40 |     /// The network interface type used for communication over cellular networks.
41 |     public static let cellular: Self = .init(rawValue: 1)
   |                       |- warning: static property 'cellular' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'cellular' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |     /// The network interface type used for communication over Wi-Fi networks.
43 |     public static let wifi: Self = .init(rawValue: 2)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:43:23: warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
41 |     public static let cellular: Self = .init(rawValue: 1)
42 |     /// The network interface type used for communication over Wi-Fi networks.
43 |     public static let wifi: Self = .init(rawValue: 2)
   |                       |- warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'wifi' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     /// The network interface type used for communication over wired Ethernet networks.
45 |     public static let wiredEthernet: Self = .init(rawValue: 4)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:45:23: warning: static property 'wiredEthernet' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
43 |     public static let wifi: Self = .init(rawValue: 2)
44 |     /// The network interface type used for communication over wired Ethernet networks.
45 |     public static let wiredEthernet: Self = .init(rawValue: 4)
   |                       |- warning: static property 'wiredEthernet' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'wiredEthernet' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |     /// The network interface type used for communication
47 |     /// over virtual networks or networks of unknown types.
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:48:23: warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
46 |     /// The network interface type used for communication
47 |     /// over virtual networks or networks of unknown types.
48 |     public static let other: Self = .init(rawValue: 8)
   |                       |- warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'other' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |     /// The network interface type used for communication over local loopback networks.
50 |     public static let loopback: Self = .init(rawValue: 16)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:50:23: warning: static property 'loopback' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
48 |     public static let other: Self = .init(rawValue: 8)
49 |     /// The network interface type used for communication over local loopback networks.
50 |     public static let loopback: Self = .init(rawValue: 16)
   |                       |- warning: static property 'loopback' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'loopback' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 |   }
52 | }
[21/37] Compiling SundialKit PathStatus.swift
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:41:23: warning: static property 'cellular' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
39 |
40 |     /// The network interface type used for communication over cellular networks.
41 |     public static let cellular: Self = .init(rawValue: 1)
   |                       |- warning: static property 'cellular' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'cellular' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |     /// The network interface type used for communication over Wi-Fi networks.
43 |     public static let wifi: Self = .init(rawValue: 2)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:43:23: warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
41 |     public static let cellular: Self = .init(rawValue: 1)
42 |     /// The network interface type used for communication over Wi-Fi networks.
43 |     public static let wifi: Self = .init(rawValue: 2)
   |                       |- warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'wifi' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     /// The network interface type used for communication over wired Ethernet networks.
45 |     public static let wiredEthernet: Self = .init(rawValue: 4)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:45:23: warning: static property 'wiredEthernet' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
43 |     public static let wifi: Self = .init(rawValue: 2)
44 |     /// The network interface type used for communication over wired Ethernet networks.
45 |     public static let wiredEthernet: Self = .init(rawValue: 4)
   |                       |- warning: static property 'wiredEthernet' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'wiredEthernet' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |     /// The network interface type used for communication
47 |     /// over virtual networks or networks of unknown types.
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:48:23: warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
46 |     /// The network interface type used for communication
47 |     /// over virtual networks or networks of unknown types.
48 |     public static let other: Self = .init(rawValue: 8)
   |                       |- warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'other' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |     /// The network interface type used for communication over local loopback networks.
50 |     public static let loopback: Self = .init(rawValue: 16)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:50:23: warning: static property 'loopback' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
48 |     public static let other: Self = .init(rawValue: 8)
49 |     /// The network interface type used for communication over local loopback networks.
50 |     public static let loopback: Self = .init(rawValue: 16)
   |                       |- warning: static property 'loopback' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'loopback' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 |   }
52 | }
[22/37] Emitting module SundialKit
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:41:23: warning: static property 'cellular' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
39 |
40 |     /// The network interface type used for communication over cellular networks.
41 |     public static let cellular: Self = .init(rawValue: 1)
   |                       |- warning: static property 'cellular' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'cellular' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 |     /// The network interface type used for communication over Wi-Fi networks.
43 |     public static let wifi: Self = .init(rawValue: 2)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:43:23: warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
41 |     public static let cellular: Self = .init(rawValue: 1)
42 |     /// The network interface type used for communication over Wi-Fi networks.
43 |     public static let wifi: Self = .init(rawValue: 2)
   |                       |- warning: static property 'wifi' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'wifi' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |     /// The network interface type used for communication over wired Ethernet networks.
45 |     public static let wiredEthernet: Self = .init(rawValue: 4)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:45:23: warning: static property 'wiredEthernet' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
43 |     public static let wifi: Self = .init(rawValue: 2)
44 |     /// The network interface type used for communication over wired Ethernet networks.
45 |     public static let wiredEthernet: Self = .init(rawValue: 4)
   |                       |- warning: static property 'wiredEthernet' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'wiredEthernet' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
46 |     /// The network interface type used for communication
47 |     /// over virtual networks or networks of unknown types.
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:48:23: warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
46 |     /// The network interface type used for communication
47 |     /// over virtual networks or networks of unknown types.
48 |     public static let other: Self = .init(rawValue: 8)
   |                       |- warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'other' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |     /// The network interface type used for communication over local loopback networks.
50 |     public static let loopback: Self = .init(rawValue: 16)
/host/spi-builder-workspace/Sources/SundialKit/Network/PathStatus.swift:50:23: warning: static property 'loopback' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |   /// Types of network interfaces, based on their link layer media types.
22 |   public struct Interface: OptionSet, Interfaceable {
   |                 `- note: consider making struct 'Interface' conform to the 'Sendable' protocol
23 |     public var typeValue: Int {
24 |       rawValue
   :
48 |     public static let other: Self = .init(rawValue: 8)
49 |     /// The network interface type used for communication over local loopback networks.
50 |     public static let loopback: Self = .init(rawValue: 16)
   |                       |- warning: static property 'loopback' is not concurrency-safe because non-'Sendable' type 'PathStatus.Interface' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'loopback' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
51 |   }
52 | }
[23/37] Compiling SundialKit ConnectivitySendContext.swift
[24/37] Compiling SundialKit ConnectivitySendResult.swift
[25/37] Compiling SundialKit ConnectivitySession.swift
[26/37] Compiling SundialKit ConnectivitySessionDelegate.swift
[27/37] Compiling SundialKit PassthroughSubject.swift
[28/37] Compiling SundialKit SundialError.swift
[29/37] Compiling SundialKit ActivationState.swift
[30/37] Compiling SundialKit ConnectivityHandler.swift
[31/37] Compiling SundialKit MessageDecoder.swift
[32/37] Compiling SundialKit NeverConnectivitySession.swift
[33/37] Compiling SundialKit WatchConnectivitySession.swift
[34/37] Compiling SundialKit PathStatus.UnsatisfiedReason.swift
[35/37] Compiling SundialKit Interfaceable.swift
[36/37] Compiling SundialKit NetworkObserver.swift
[37/37] Compiling SundialKit NetworkPath.swift
Build complete! (86.17s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "komondor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Komondor"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.47.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swiftlint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.41.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/realm/SwiftLint"
    },
    {
      "identity" : "rocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shibapm/Rocket"
    }
  ],
  "manifest_display_name" : "SundialKit",
  "name" : "SundialKit",
  "path" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.