Build Information
Successful build of SundialKit, reference main (fab5d9), with Swift 6.3 for Wasm on 15 Apr 2026 11:28:47 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.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 fab5d9c chore: bump build number to 5 [skip ci]
Cloned https://github.com/brightdigit/SundialKit.git
Revision (git rev-parse @):
fab5d9c7cd9f5d930972d0790d3908624364c2d2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SundialKit.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/brightdigit/SundialKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/22] Emitting module SundialKitCore
/host/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? {
/host/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>
[7/24] Compiling SundialKitCore SundialError.swift
/host/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? {
/host/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>
[8/24] Compiling SundialKitCore SundialLogger+Custom.swift
/host/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? {
/host/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>
[9/24] Compiling SundialKitCore SerializationError+LocalizedError.swift
[10/24] Compiling SundialKitCore SerializationError.swift
[11/24] Compiling SundialKitCore SundialLogger.swift
[12/24] Compiling SundialKitCore Task+Sleep.swift
[13/24] Compiling SundialKitCore NetworkMonitoring.swift
/host/spi-builder-workspace/Sources/SundialKitCore/NetworkMonitoring.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Dispatch)
[14/24] Compiling SundialKitCore ObserverRegistry.swift
/host/spi-builder-workspace/Sources/SundialKitCore/NetworkMonitoring.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Dispatch)
[15/24] Compiling SundialKitCore Interfaceable.swift
[16/24] Compiling SundialKitCore NetworkError.swift
[17/24] Compiling SundialKitCore PassthroughSubject.swift
[18/24] Compiling SundialKitCore PathStatus.swift
[19/24] Compiling SundialKitCore ActivationState.swift
[20/24] Compiling SundialKitCore ConnectivityError+LocalizedError.swift
[21/24] Compiling SundialKitCore ConnectivityError+LocalizedInfo.swift
[22/24] Compiling SundialKitCore ConnectivityError.swift
/host/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 | }
[23/24] Compiling SundialKitCore ConnectivityManagement.swift
/host/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 | }
[24/24] Compiling SundialKitCore ConnectivityMessage.swift
/host/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 | }
[26/66] Compiling SundialKitConnectivity ConnectivityActivation+Implementation.swift
/host/spi-builder-workspace/Sources/SundialKitNetwork/Extensions/PathStatus.UnsatisfiedReason.swift:31:8: warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SundialKitCore
| `- warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
32 |
33 | #if canImport(Network)
/host/spi-builder-workspace/Sources/SundialKitNetwork/NetworkMonitor.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 | public import SundialKitCore
32 |
/host/spi-builder-workspace/Sources/SundialKitNetwork/NetworkMonitor.swift:31:8: warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
29 |
30 | public import Foundation
31 | public import SundialKitCore
| `- warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
32 |
33 | #if canImport(Dispatch)
[27/66] Compiling SundialKitConnectivity ConnectivityActivation.swift
/host/spi-builder-workspace/Sources/SundialKitNetwork/Extensions/PathStatus.UnsatisfiedReason.swift:31:8: warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
29 |
30 | import Foundation
31 | public import SundialKitCore
| `- warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
32 |
33 | #if canImport(Network)
/host/spi-builder-workspace/Sources/SundialKitNetwork/NetworkMonitor.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 | public import SundialKitCore
32 |
/host/spi-builder-workspace/Sources/SundialKitNetwork/NetworkMonitor.swift:31:8: warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
29 |
30 | public import Foundation
31 | public import SundialKitCore
| `- warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
32 |
33 | #if canImport(Dispatch)
[28/66] Compiling SundialKitConnectivity ConnectivityMessaging+Actor.swift
[29/66] Compiling SundialKitConnectivity ConnectivityMessaging.swift
[30/66] Compiling SundialKitConnectivity ConnectivityObserverManaging+Actor.swift
[31/66] Compiling SundialKitConnectivity ConnectivityObserverManaging.swift
[32/67] Compiling SundialKitNetwork PingCoordinator.swift
[33/67] Emitting module SundialKitNetwork
[34/67] Compiling SundialKitConnectivity BinaryMessagable.swift
/host/spi-builder-workspace/Sources/SundialKitNetwork/Extensions/NWInterface.swift:30:8: warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import SundialKitCore
| `- warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Network)
/host/spi-builder-workspace/Sources/SundialKitNetwork/Extensions/NWPath.swift:30:8: warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import SundialKitCore
| `- warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Network)
[35/67] Compiling SundialKitConnectivity BinaryMessageEncoder.swift
/host/spi-builder-workspace/Sources/SundialKitNetwork/Extensions/NWInterface.swift:30:8: warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import SundialKitCore
| `- warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Network)
/host/spi-builder-workspace/Sources/SundialKitNetwork/Extensions/NWPath.swift:30:8: warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import SundialKitCore
| `- warning: public import of 'SundialKitCore' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Network)
[36/67] Compiling SundialKitConnectivity ConnectivityDelegateHandling.swift
[37/67] Compiling SundialKitConnectivity ConnectivityHandler.swift
[38/67] Compiling SundialKitConnectivity ConnectivityManager+DelegateHandling.swift
[39/67] Compiling SundialKitConnectivity ConnectivityManager.swift
[40/67] Emitting module SundialKitConnectivity
[41/67] Compiling SundialKitNetwork PathMonitor.swift
/host/spi-builder-workspace/Sources/SundialKitNetwork/PathMonitor.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
| `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | #if canImport(Dispatch)
[42/67] Compiling SundialKitNetwork NeverPing.swift
[49/68] Compiling SundialKitConnectivity ConnectivitySession.swift
[50/68] Compiling SundialKitConnectivity ConnectivitySessionDelegate.swift
[51/68] Compiling SundialKitConnectivity ConnectivityStateObserver.swift
[52/68] Compiling SundialKitConnectivity WCSession.swift
[54/71] Compiling SundialKitConnectivity WatchConnectivitySession+WCSessionDelegate.swift
[55/71] Compiling SundialKitConnectivity WatchConnectivitySession.swift
[56/71] Compiling SundialKitConnectivity WatchConnectivitySessionProtocol.swift
[57/71] Compiling SundialKitConnectivity Messagable.swift
[58/71] Compiling SundialKitConnectivity MessagableKeys.swift
[59/71] Compiling SundialKitConnectivity MessageDecoder.swift
[60/71] Compiling SundialKitConnectivity MessageTransport.swift
[61/71] Compiling SundialKitConnectivity ConnectivityReceiveContext.swift
[62/71] Compiling SundialKitConnectivity ConnectivityReceiveResult.swift
[63/71] Compiling SundialKitConnectivity ConnectivitySendContext.swift
[64/71] Compiling SundialKitConnectivity ConnectivitySendResult.swift
[65/71] Compiling SundialKitConnectivity NeverConnectivitySession.swift
/host/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 |
/host/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 |
/host/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 |
/host/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>
[66/71] Compiling SundialKitConnectivity SendOptions.swift
/host/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 |
/host/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 |
/host/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 |
/host/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>
[67/71] Compiling SundialKitConnectivity WatchConnectivitySession+ConnectivitySession.swift
/host/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 |
/host/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 |
/host/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 |
/host/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>
[73/74] Compiling SundialKit SundialKit.swift
[74/74] Emitting module SundialKit
Build complete! (22.92s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SundialKit",
"name" : "SundialKit",
"path" : "/host/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"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.