The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Glider, reference 2.0.6 (c93275), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 02:41:13 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/immobiliare/Glider.git
Reference: 2.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/immobiliare/Glider
 * tag               2.0.6      -> FETCH_HEAD
HEAD is now at c932753 Updated podspec to 2.0.5
Cloned https://github.com/immobiliare/Glider.git
Revision (git rev-parse @):
c93275370925fbdb30cbe5507c6cdd2d0afe426f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/immobiliare/Glider.git at 2.0.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/immobiliare/Glider.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/88] Emitting module Glider
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Foundation+Extensions/UIDevice+Extension.swift:151:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
149 | // MARK: - CGSize
150 |
151 | extension CGSize: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
152 |
153 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncOperation.swift:19:14: warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |
18 | /// This class allows subclasses in order to make an async Operation.
19 | public class AsyncOperation: Operation {
   |              `- warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
20 |
21 |     /// Identifier of the operation.
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncURLRequestsOperation.swift:18:20: warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
16 | import Foundation
17 |
18 | public final class AsyncURLRequestOperation: AsyncOperation {
   |                    `- warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
19 |     public typealias Response = Result<Data, Error>
20 |     typealias Callback = ((Response) -> Void)
[4/97] Compiling Glider TerminalFormatter+Colorize.swift
[5/97] Compiling Glider TerminalFormatter.swift
[6/97] Compiling Glider XCodeFormatter+Colorize.swift
[7/97] Compiling Glider XCodeFormatter.swift
[8/97] Compiling Glider GliderSDK.swift
[9/97] Compiling Glider Event.swift
[10/97] Compiling Glider Bundle+Extension.swift
[11/97] Compiling Glider Data+Extension.swift
[12/97] Compiling Glider Date+Extension.swift
[13/97] Compiling Glider Dictionary+Extension.swift
[14/97] Compiling Glider POSIXStreamTransport.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncOperation.swift:19:14: warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |
18 | /// This class allows subclasses in order to make an async Operation.
19 | public class AsyncOperation: Operation {
   |              `- warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
20 |
21 |     /// Identifier of the operation.
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncURLRequestsOperation.swift:18:20: warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
16 | import Foundation
17 |
18 | public final class AsyncURLRequestOperation: AsyncOperation {
   |                    `- warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
19 |     public typealias Response = Result<Data, Error>
20 |     typealias Callback = ((Response) -> Void)
[15/97] Compiling Glider StdStreamsTransport.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncOperation.swift:19:14: warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |
18 | /// This class allows subclasses in order to make an async Operation.
19 | public class AsyncOperation: Operation {
   |              `- warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
20 |
21 |     /// Identifier of the operation.
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncURLRequestsOperation.swift:18:20: warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
16 | import Foundation
17 |
18 | public final class AsyncURLRequestOperation: AsyncOperation {
   |                    `- warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
19 |     public typealias Response = Result<Data, Error>
20 |     typealias Callback = ((Response) -> Void)
[16/97] Compiling Glider SizeRotationFileTransport.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncOperation.swift:19:14: warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |
18 | /// This class allows subclasses in order to make an async Operation.
19 | public class AsyncOperation: Operation {
   |              `- warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
20 |
21 |     /// Identifier of the operation.
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncURLRequestsOperation.swift:18:20: warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
16 | import Foundation
17 |
18 | public final class AsyncURLRequestOperation: AsyncOperation {
   |                    `- warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
19 |     public typealias Response = Result<Data, Error>
20 |     typealias Callback = ((Response) -> Void)
[17/97] Compiling Glider HTTPTransport.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncOperation.swift:19:14: warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |
18 | /// This class allows subclasses in order to make an async Operation.
19 | public class AsyncOperation: Operation {
   |              `- warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
20 |
21 |     /// Identifier of the operation.
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncURLRequestsOperation.swift:18:20: warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
16 | import Foundation
17 |
18 | public final class AsyncURLRequestOperation: AsyncOperation {
   |                    `- warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
19 |     public typealias Response = Result<Data, Error>
20 |     typealias Callback = ((Response) -> Void)
[18/97] Compiling Glider HTTPTransportRequest.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncOperation.swift:19:14: warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |
18 | /// This class allows subclasses in order to make an async Operation.
19 | public class AsyncOperation: Operation {
   |              `- warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
20 |
21 |     /// Identifier of the operation.
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncURLRequestsOperation.swift:18:20: warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
16 | import Foundation
17 |
18 | public final class AsyncURLRequestOperation: AsyncOperation {
   |                    `- warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
19 |     public typealias Response = Result<Data, Error>
20 |     typealias Callback = ((Response) -> Void)
[19/97] Compiling Glider AsyncOperation.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncOperation.swift:19:14: warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |
18 | /// This class allows subclasses in order to make an async Operation.
19 | public class AsyncOperation: Operation {
   |              `- warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
20 |
21 |     /// Identifier of the operation.
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncURLRequestsOperation.swift:18:20: warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
16 | import Foundation
17 |
18 | public final class AsyncURLRequestOperation: AsyncOperation {
   |                    `- warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
19 |     public typealias Response = Result<Data, Error>
20 |     typealias Callback = ((Response) -> Void)
[20/97] Compiling Glider AsyncURLRequestsOperation.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncOperation.swift:19:14: warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |
18 | /// This class allows subclasses in order to make an async Operation.
19 | public class AsyncOperation: Operation {
   |              `- warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
20 |
21 |     /// Identifier of the operation.
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncURLRequestsOperation.swift:18:20: warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
16 | import Foundation
17 |
18 | public final class AsyncURLRequestOperation: AsyncOperation {
   |                    `- warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
19 |     public typealias Response = Result<Data, Error>
20 |     typealias Callback = ((Response) -> Void)
[21/97] Compiling Glider URLSession+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncOperation.swift:19:14: warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |
18 | /// This class allows subclasses in order to make an async Operation.
19 | public class AsyncOperation: Operation {
   |              `- warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
20 |
21 |     /// Identifier of the operation.
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncURLRequestsOperation.swift:18:20: warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
16 | import Foundation
17 |
18 | public final class AsyncURLRequestOperation: AsyncOperation {
   |                    `- warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
19 |     public typealias Response = Result<Data, Error>
20 |     typealias Callback = ((Response) -> Void)
[22/97] Compiling Glider LogstashTransport.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncOperation.swift:19:14: warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
17 |
18 | /// This class allows subclasses in order to make an async Operation.
19 | public class AsyncOperation: Operation {
   |              `- warning: class 'AsyncOperation' must restate inherited '@unchecked Sendable' conformance
20 |
21 |     /// Identifier of the operation.
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Transports/HTTPTransport/Support/AsyncURLRequestsOperation.swift:18:20: warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
16 | import Foundation
17 |
18 | public final class AsyncURLRequestOperation: AsyncOperation {
   |                    `- warning: class 'AsyncURLRequestOperation' must restate inherited '@unchecked Sendable' conformance
19 |     public typealias Response = Result<Data, Error>
20 |     typealias Callback = ((Response) -> Void)
[23/97] Compiling Glider Types.swift
[24/97] Compiling Glider Writer+Optionals.swift
[25/97] Compiling Glider Writer.swift
[26/97] Compiling Glider OSLogFormatter.swift
[27/97] Compiling Glider SysLogFormatter.swift
[28/97] Compiling Glider SysLogPayload.swift
[29/97] Compiling Glider ASCIITable+Borders.swift
[30/97] Compiling Glider ASCIITable+Rendering.swift
[31/97] Compiling Glider ASCIITable.swift
[32/97] Compiling Glider TableFormatter.swift
[33/97] Compiling Glider WebSocketClient.swift
[34/97] Compiling Glider WebSocketClientDelegate.swift
[35/97] Compiling Glider WebSocketPeer.swift
[36/97] Compiling Glider WebSocketServer.swift
[37/97] Compiling Glider WebSocketServerDelegate.swift
[38/97] Compiling Glider WebSocketTransportClient.swift
[39/97] Compiling Glider WebSocketTransportClientDelegate.swift
[40/97] Compiling Glider WebSocketTransportServer.swift
[41/97] Compiling Glider WebSocketTransportServerDelegate.swift
[42/97] Compiling Glider Transport.swift
[43/97] Compiling Glider TransportFilter.swift
[44/97] Compiling Glider TransportManager.swift
[45/97] Compiling Glider AsyncTransport.swift
[46/97] Compiling Glider BufferedTransport.swift
[47/97] Compiling Glider ThrottledTransport.swift
[48/97] Compiling Glider ConsoleTransport.swift
[49/97] Compiling Glider OSLogTransport.swift
[50/97] Compiling Glider FileTransport.swift
[51/97] Compiling Glider Scope.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/User.swift:93:43: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
91 |
92 |         let rawValues = try container.decode(Data.self, forKey: .data)
93 |         self.data = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data] ?? [:]
   |                                           `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
94 |     }
95 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[52/97] Compiling Glider UIImage+Serialization.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/User.swift:93:43: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
91 |
92 |         let rawValues = try container.decode(Data.self, forKey: .data)
93 |         self.data = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data] ?? [:]
   |                                           `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
94 |     }
95 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[53/97] Compiling Glider SerializableObject.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/User.swift:93:43: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
91 |
92 |         let rawValues = try container.decode(Data.self, forKey: .data)
93 |         self.data = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data] ?? [:]
   |                                           `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
94 |     }
95 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[54/97] Compiling Glider SerializationStrategies.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/User.swift:93:43: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
91 |
92 |         let rawValues = try container.decode(Data.self, forKey: .data)
93 |         self.data = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data] ?? [:]
   |                                           `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
94 |     }
95 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[55/97] Compiling Glider StatusMonitor.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/User.swift:93:43: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
91 |
92 |         let rawValues = try container.decode(Data.self, forKey: .data)
93 |         self.data = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data] ?? [:]
   |                                           `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
94 |     }
95 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[56/97] Compiling Glider User.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/User.swift:93:43: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
91 |
92 |         let rawValues = try container.decode(Data.self, forKey: .data)
93 |         self.data = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data] ?? [:]
   |                                           `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
94 |     }
95 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[57/97] Compiling Glider Channel.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/User.swift:93:43: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
91 |
92 |         let rawValues = try container.decode(Data.self, forKey: .data)
93 |         self.data = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data] ?? [:]
   |                                           `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
94 |     }
95 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[58/97] Compiling Glider Context.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/User.swift:93:43: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
91 |
92 |         let rawValues = try container.decode(Data.self, forKey: .data)
93 |         self.data = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data] ?? [:]
   |                                           `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
94 |     }
95 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[59/97] Compiling Glider Log.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/User.swift:93:43: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
91 |
92 |         let rawValues = try container.decode(Data.self, forKey: .data)
93 |         self.data = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data] ?? [:]
   |                                           `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
94 |     }
95 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[60/97] Compiling Glider Configuration.swift
[61/97] Compiling Glider EventMessageFormatter.swift
[62/97] Compiling Glider FieldsFormatter+Field.swift
[63/97] Compiling Glider FieldsFormatter.swift
[64/97] Compiling Glider JSONFormatter.swift
[65/97] Compiling Glider MsgPackFormatter.swift
[66/97] Compiling Glider DataStream.swift
[67/97] Compiling Glider FlatValue.swift
[68/97] Compiling Glider Reader+Optionals.swift
[69/97] Compiling Glider Reader.swift
[70/97] Compiling Glider SQLiteTransport+Delegate.swift
[71/97] Compiling Glider SQLiteTransport.swift
[72/97] Compiling Glider SQLite+Statement.swift
[73/97] Compiling Glider SQLiteDb+Additions.swift
[74/97] Compiling Glider SQLiteDb+Support.swift
[75/97] Compiling Glider SQLiteDb.swift
[76/97] Compiling Glider BonjourPublisher+Configuration.swift
[77/97] Compiling Glider BonjourPublisher.swift
[78/97] Compiling Glider NetService+Extensions.swift
[79/97] Compiling Glider Optional+Extension.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Foundation+Extensions/UIDevice+Extension.swift:151:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
149 | // MARK: - CGSize
150 |
151 | extension CGSize: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
152 |
153 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Metadata.swift:119:45: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
117 |
118 |         let rawValues = try container.decode(Data.self, forKey: .values)
119 |         self.values = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data?] ?? [:]
    |                                             `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
120 |     }
121 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[80/97] Compiling Glider String+Extension.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Foundation+Extensions/UIDevice+Extension.swift:151:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
149 | // MARK: - CGSize
150 |
151 | extension CGSize: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
152 |
153 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Metadata.swift:119:45: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
117 |
118 |         let rawValues = try container.decode(Data.self, forKey: .values)
119 |         self.values = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data?] ?? [:]
    |                                             `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
120 |     }
121 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[81/97] Compiling Glider UIDevice+Extension.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Foundation+Extensions/UIDevice+Extension.swift:151:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
149 | // MARK: - CGSize
150 |
151 | extension CGSize: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
152 |
153 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Metadata.swift:119:45: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
117 |
118 |         let rawValues = try container.decode(Data.self, forKey: .values)
119 |         self.values = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data?] ?? [:]
    |                                             `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
120 |     }
121 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[82/97] Compiling Glider Level.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Foundation+Extensions/UIDevice+Extension.swift:151:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
149 | // MARK: - CGSize
150 |
151 | extension CGSize: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
152 |
153 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Metadata.swift:119:45: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
117 |
118 |         let rawValues = try container.decode(Data.self, forKey: .values)
119 |         self.values = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data?] ?? [:]
    |                                             `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
120 |     }
121 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[83/97] Compiling Glider LogInterpolation+Formatters.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Foundation+Extensions/UIDevice+Extension.swift:151:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
149 | // MARK: - CGSize
150 |
151 | extension CGSize: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
152 |
153 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Metadata.swift:119:45: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
117 |
118 |         let rawValues = try container.decode(Data.self, forKey: .values)
119 |         self.values = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data?] ?? [:]
    |                                             `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
120 |     }
121 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[84/97] Compiling Glider LogInterpolation+Styles.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Foundation+Extensions/UIDevice+Extension.swift:151:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
149 | // MARK: - CGSize
150 |
151 | extension CGSize: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
152 |
153 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Metadata.swift:119:45: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
117 |
118 |         let rawValues = try container.decode(Data.self, forKey: .values)
119 |         self.values = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data?] ?? [:]
    |                                             `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
120 |     }
121 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[85/97] Compiling Glider LogInterpolation.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Foundation+Extensions/UIDevice+Extension.swift:151:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
149 | // MARK: - CGSize
150 |
151 | extension CGSize: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
152 |
153 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Metadata.swift:119:45: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
117 |
118 |         let rawValues = try container.decode(Data.self, forKey: .values)
119 |         self.values = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data?] ?? [:]
    |                                             `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
120 |     }
121 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[86/97] Compiling Glider Message.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Foundation+Extensions/UIDevice+Extension.swift:151:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
149 | // MARK: - CGSize
150 |
151 | extension CGSize: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
152 |
153 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Metadata.swift:119:45: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
117 |
118 |         let rawValues = try container.decode(Data.self, forKey: .values)
119 |         self.values = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data?] ?? [:]
    |                                             `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
120 |     }
121 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[87/97] Compiling Glider Metadata.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Foundation+Extensions/UIDevice+Extension.swift:151:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
149 | // MARK: - CGSize
150 |
151 | extension CGSize: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
152 |
153 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Metadata.swift:119:45: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
117 |
118 |         let rawValues = try container.decode(Data.self, forKey: .values)
119 |         self.values = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data?] ?? [:]
    |                                             `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
120 |     }
121 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[88/97] Compiling Glider ProcessIdentification.swift
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Foundation+Extensions/UIDevice+Extension.swift:151:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
149 | // MARK: - CGSize
150 |
151 | extension CGSize: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
152 |
153 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Glider/Sources/Log/Additional Structures/Metadata.swift:119:45: warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
117 |
118 |         let rawValues = try container.decode(Data.self, forKey: .values)
119 |         self.values = try NSKeyedUnarchiver.unarchiveTopLevelObjectWithData(rawValues) as? [String: Data?] ?? [:]
    |                                             `- warning: 'unarchiveTopLevelObjectWithData' was deprecated in macOS 10.14: Use unarchivedObject(ofClass:from:) instead [#DeprecatedDeclaration]
120 |     }
121 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[89/97] Compiling Glider RemoteTransport+Config.swift
[90/97] Compiling Glider RemoteTransport.swift
[91/97] Compiling Glider RemoteTransportDelegate.swift
[92/97] Compiling Glider RemoteTransportServer.swift
[93/97] Compiling Glider RemoteTransportServerClient.swift
[94/97] Compiling Glider RemoteTransportServerDelegate.swift
[95/97] Compiling Glider Network+Extension.swift
[96/97] Compiling Glider RemoteTransportConnection.swift
[97/97] Compiling Glider RemoteTransportPackets.swift
Build complete! (8.55s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Glider",
  "name" : "Glider",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "Glider",
      "targets" : [
        "Glider"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GliderTests",
      "module_type" : "SwiftTarget",
      "name" : "GliderTests",
      "path" : "Tests/GliderTests",
      "sources" : [
        "Core+Tests.swift",
        "Formatters+Tests.swift",
        "LogInterpolation+Tests.swift",
        "TableFormatter+Tests.swift",
        "Transports/AsyncTransport+Tests.swift",
        "Transports/BufferedTransport+Tests.swift",
        "Transports/FileTransport+Tests.swift",
        "Transports/HTTPTransport+Tests.swift",
        "Transports/POSIXStreamTransport+Tests.swift",
        "Transports/RemoteTransport+Tests.swift",
        "Transports/SQLiteTransport+Tests.swift",
        "Transports/SizeRotationFileTransport+Tests.swift",
        "Transports/ThrottledTransport+Tests.swift",
        "Transports/Utilities/Foundation+Extensions.swift",
        "Transports/Utilities/HTTPServer.swift",
        "Transports/WebSocketTransportClient+Tests.swift",
        "Transports/WebSocketTransportServer+Tests.swift"
      ],
      "target_dependencies" : [
        "Glider"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Glider",
      "module_type" : "SwiftTarget",
      "name" : "Glider",
      "path" : "Glider/Sources",
      "product_memberships" : [
        "Glider"
      ],
      "sources" : [
        "Configuration.swift",
        "Formatters/EventMessageFormatter.swift",
        "Formatters/FieldsFormatter/FieldsFormatter+Field.swift",
        "Formatters/FieldsFormatter/FieldsFormatter.swift",
        "Formatters/JSONFormatter/JSONFormatter.swift",
        "Formatters/MsgPackFormatter/MsgPackFormatter.swift",
        "Formatters/MsgPackFormatter/Support/DataStream.swift",
        "Formatters/MsgPackFormatter/Support/FlatValue.swift",
        "Formatters/MsgPackFormatter/Support/Reader+Optionals.swift",
        "Formatters/MsgPackFormatter/Support/Reader.swift",
        "Formatters/MsgPackFormatter/Support/Types.swift",
        "Formatters/MsgPackFormatter/Support/Writer+Optionals.swift",
        "Formatters/MsgPackFormatter/Support/Writer.swift",
        "Formatters/OSLogFormatter/OSLogFormatter.swift",
        "Formatters/SysLogFormatter/SysLogFormatter.swift",
        "Formatters/SysLogFormatter/SysLogPayload.swift",
        "Formatters/TableFormatter/ASCII Table/ASCIITable+Borders.swift",
        "Formatters/TableFormatter/ASCII Table/ASCIITable+Rendering.swift",
        "Formatters/TableFormatter/ASCII Table/ASCIITable.swift",
        "Formatters/TableFormatter/TableFormatter.swift",
        "Formatters/TerminalFormatter/TerminalFormatter+Colorize.swift",
        "Formatters/TerminalFormatter/TerminalFormatter.swift",
        "Formatters/XCodeFormatter/XCodeFormatter+Colorize.swift",
        "Formatters/XCodeFormatter/XCodeFormatter.swift",
        "GliderSDK.swift",
        "Log/Additional Structures/Event.swift",
        "Log/Additional Structures/Foundation+Extensions/Bundle+Extension.swift",
        "Log/Additional Structures/Foundation+Extensions/Data+Extension.swift",
        "Log/Additional Structures/Foundation+Extensions/Date+Extension.swift",
        "Log/Additional Structures/Foundation+Extensions/Dictionary+Extension.swift",
        "Log/Additional Structures/Foundation+Extensions/Optional+Extension.swift",
        "Log/Additional Structures/Foundation+Extensions/String+Extension.swift",
        "Log/Additional Structures/Foundation+Extensions/UIDevice+Extension.swift",
        "Log/Additional Structures/Level.swift",
        "Log/Additional Structures/LogInterpolation/LogInterpolation+Formatters.swift",
        "Log/Additional Structures/LogInterpolation/LogInterpolation+Styles.swift",
        "Log/Additional Structures/LogInterpolation/LogInterpolation.swift",
        "Log/Additional Structures/Message.swift",
        "Log/Additional Structures/Metadata.swift",
        "Log/Additional Structures/ProcessIdentification.swift",
        "Log/Additional Structures/Scope.swift",
        "Log/Additional Structures/Serialization/Common Serializations/UIImage+Serialization.swift",
        "Log/Additional Structures/Serialization/SerializableObject.swift",
        "Log/Additional Structures/Serialization/SerializationStrategies.swift",
        "Log/Additional Structures/StatusMonitor.swift",
        "Log/Additional Structures/User.swift",
        "Log/Channel.swift",
        "Log/Context.swift",
        "Log/Log.swift",
        "Log/Transport.swift",
        "Log/TransportFilter.swift",
        "Log/TransportManager.swift",
        "Transports/Base Transports/AsyncTransport.swift",
        "Transports/Base Transports/BufferedTransport.swift",
        "Transports/Base Transports/ThrottledTransport.swift",
        "Transports/Console/ConsoleTransport.swift",
        "Transports/Console/OSLogTransport.swift",
        "Transports/File/FileTransport.swift",
        "Transports/File/POSIXTransports/POSIXStreamTransport.swift",
        "Transports/File/POSIXTransports/StdStreamsTransport.swift",
        "Transports/File/SizeRotationFileTransport.swift",
        "Transports/HTTPTransport/HTTPTransport.swift",
        "Transports/HTTPTransport/HTTPTransportRequest.swift",
        "Transports/HTTPTransport/Support/AsyncOperation.swift",
        "Transports/HTTPTransport/Support/AsyncURLRequestsOperation.swift",
        "Transports/HTTPTransport/Support/URLSession+Extensions.swift",
        "Transports/LogstashTransport/LogstashTransport.swift",
        "Transports/RemoteTransport/RemoteTransport+Config.swift",
        "Transports/RemoteTransport/RemoteTransport.swift",
        "Transports/RemoteTransport/RemoteTransportDelegate.swift",
        "Transports/RemoteTransport/RemoteTransportServer/RemoteTransportServer.swift",
        "Transports/RemoteTransport/RemoteTransportServer/RemoteTransportServerClient.swift",
        "Transports/RemoteTransport/RemoteTransportServer/RemoteTransportServerDelegate.swift",
        "Transports/RemoteTransport/Support/Network+Extension.swift",
        "Transports/RemoteTransport/Support/RemoteTransportConnection.swift",
        "Transports/RemoteTransport/Support/RemoteTransportPackets.swift",
        "Transports/SQLiteTransport/SQLiteTransport+Delegate.swift",
        "Transports/SQLiteTransport/SQLiteTransport.swift",
        "Transports/SQLiteTransport/Support/SQLite+Statement.swift",
        "Transports/SQLiteTransport/Support/SQLiteDb+Additions.swift",
        "Transports/SQLiteTransport/Support/SQLiteDb+Support.swift",
        "Transports/SQLiteTransport/Support/SQLiteDb.swift",
        "Transports/WebSocketTransport/Support/BonjourService/BonjourPublisher+Configuration.swift",
        "Transports/WebSocketTransport/Support/BonjourService/BonjourPublisher.swift",
        "Transports/WebSocketTransport/Support/BonjourService/NetService+Extensions.swift",
        "Transports/WebSocketTransport/Support/WebSocketClient/WebSocketClient.swift",
        "Transports/WebSocketTransport/Support/WebSocketClient/WebSocketClientDelegate.swift",
        "Transports/WebSocketTransport/Support/WebSocketServer/WebSocketPeer.swift",
        "Transports/WebSocketTransport/Support/WebSocketServer/WebSocketServer.swift",
        "Transports/WebSocketTransport/Support/WebSocketServer/WebSocketServerDelegate.swift",
        "Transports/WebSocketTransport/WebSocketTransportClient/WebSocketTransportClient.swift",
        "Transports/WebSocketTransport/WebSocketTransportClient/WebSocketTransportClientDelegate.swift",
        "Transports/WebSocketTransport/WebSocketTransportServer/WebSocketTransportServer.swift",
        "Transports/WebSocketTransport/WebSocketTransportServer/WebSocketTransportServerDelegate.swift"
      ],
      "target_dependencies" : [
        "CSQLiteGlider"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSQLiteGlider",
      "module_type" : "SystemLibraryTarget",
      "name" : "CSQLiteGlider",
      "path" : "Sources/CSQLiteGlider",
      "product_memberships" : [
        "Glider"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.0"
}
Done.