Build Information
Successful build of Cosmic, reference 7.3.1 (0c836f), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 22:35:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jnewc/Cosmic.git
Reference: 7.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jnewc/Cosmic
* tag 7.3.1 -> FETCH_HEAD
HEAD is now at 0c836f1 Fix double formatting with composite logger
Cloned https://github.com/jnewc/Cosmic.git
Revision (git rev-parse @):
0c836f1c9935418c613c3f9913e32412ded5c782
SUCCESS checkout https://github.com/jnewc/Cosmic.git at 7.3.1
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/Kitura/BlueSocket
[1/2942] Fetching bluesocket
[737/20465] Fetching bluesocket, swift-argument-parser
Fetched https://github.com/Kitura/BlueSocket from cache (1.57s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.57s)
Computing version for https://github.com/Kitura/BlueSocket
Computed https://github.com/Kitura/BlueSocket at 2.0.2 (2.27s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.66s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/Kitura/BlueSocket
Working copy of https://github.com/Kitura/BlueSocket resolved at 2.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "cosmic",
"name": "Cosmic",
"url": "https://github.com/jnewc/Cosmic.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cosmic",
"traits": [
"default"
],
"dependencies": [
{
"identity": "bluesocket",
"name": "Socket",
"url": "https://github.com/Kitura/BlueSocket",
"version": "2.0.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BlueSocket",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/jnewc/Cosmic.git
[1/973] Fetching cosmic
Fetched https://github.com/jnewc/Cosmic.git from cache (0.80s)
Fetching https://github.com/Kitura/BlueSocket from cache
Fetched https://github.com/Kitura/BlueSocket from cache (0.53s)
Computing version for https://github.com/Kitura/BlueSocket
Computed https://github.com/Kitura/BlueSocket at 2.0.4 (1.20s)
Creating working copy for https://github.com/Kitura/BlueSocket
Working copy of https://github.com/Kitura/BlueSocket resolved at 2.0.4
Creating working copy for https://github.com/jnewc/Cosmic.git
Working copy of https://github.com/jnewc/Cosmic.git resolved at 7.3.1 (0c836f1)
warning: '.resolve-product-dependencies': dependency 'cosmic' is not used by any target
Found 1 product dependencies
- Socket
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/jnewc/Cosmic.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/9] Compiling Socket SocketProtocols.swift
[5/9] Compiling Socket SocketUtils.swift
[6/9] Compiling Socket Socket+Hashable.swift
[7/9] Compiling Socket Socket.swift
[8/9] Emitting module Socket
[9/9] Compiling Socket Socket+Equatable.swift
[10/34] Compiling Cosmic LambdaLogger.swift
[11/34] Compiling Cosmic MemoryLogger.swift
[12/34] Compiling Cosmic PrintLogger.swift
[13/34] Compiling Cosmic Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Cosmic/Base/Logger.swift:43:25: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
41 | /// and reporting services.
42 | ///
43 | public protocol Logger: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
44 |
45 | init()
[14/34] Compiling Cosmic CompletionFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Cosmic/Base/Logger.swift:43:25: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
41 | /// and reporting services.
42 | ///
43 | public protocol Logger: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
44 |
45 | init()
[15/34] Compiling Cosmic JSONFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Cosmic/Base/Logger.swift:43:25: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
41 | /// and reporting services.
42 | ///
43 | public protocol Logger: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
44 |
45 | init()
[16/34] Compiling Cosmic LogLevel.swift
[17/34] Compiling Cosmic LogOutputStream.swift
[18/34] Compiling Cosmic LogReporter.swift
[19/34] Compiling Cosmic Commons.swift
[20/34] Compiling Cosmic DataUtility.swift
[21/34] Compiling Cosmic Debug.swift
/Users/admin/builder/spi-builder-workspace/Sources/Cosmic/Utilities/Extensions.swift:21:5: warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
19 | /// - Returns: A JSON string, or nil if the object can not be converted to JSON
20 | /// - Throws: A JSON serialization error
21 | open class func string(withJSONObject obj: Any, options opt: JSONSerialization.WritingOptions = []) -> String? {
| `- warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
22 | if let data = try? self.data(withJSONObject: obj, options: opt) {
23 | return String(data: data, encoding: .utf8)
[22/34] Compiling Cosmic Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Cosmic/Utilities/Extensions.swift:21:5: warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
19 | /// - Returns: A JSON string, or nil if the object can not be converted to JSON
20 | /// - Throws: A JSON serialization error
21 | open class func string(withJSONObject obj: Any, options opt: JSONSerialization.WritingOptions = []) -> String? {
| `- warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
22 | if let data = try? self.data(withJSONObject: obj, options: opt) {
23 | return String(data: data, encoding: .utf8)
[23/36] Emitting module Cosmic
/Users/admin/builder/spi-builder-workspace/Sources/Cosmic/Base/Logger.swift:43:25: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
41 | /// and reporting services.
42 | ///
43 | public protocol Logger: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
44 |
45 | init()
/Users/admin/builder/spi-builder-workspace/Sources/Cosmic/Utilities/Extensions.swift:21:5: warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
19 | /// - Returns: A JSON string, or nil if the object can not be converted to JSON
20 | /// - Throws: A JSON serialization error
21 | open class func string(withJSONObject obj: Any, options opt: JSONSerialization.WritingOptions = []) -> String? {
| `- warning: non-'@objc' class method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
22 | if let data = try? self.data(withJSONObject: obj, options: opt) {
23 | return String(data: data, encoding: .utf8)
[24/36] Compiling Cosmic PapertrailLogger.swift
[25/36] Compiling Cosmic SocketLogger.swift
[26/36] Compiling Cosmic LogItLogger.swift
[27/36] Compiling Cosmic LogglyLogger.swift
[28/36] Compiling Cosmic LogzLogger.swift
[29/36] Compiling Cosmic LogCache.swift
[30/36] Compiling Cosmic LogFilter.swift
[31/36] Compiling Cosmic LogFormatter.swift
[32/36] Compiling Cosmic SyslogFormatter.swift
[33/36] Compiling Cosmic CompositeLogger.swift
[34/36] Compiling Cosmic HTTPLogger.swift
[35/36] Compiling Cosmic Operators.swift
[36/36] Compiling Cosmic UniversalSocket.swift
Build complete! (6.17s)
Build complete.
{
"dependencies" : [
{
"identity" : "bluesocket",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/BlueSocket"
}
],
"manifest_display_name" : "Cosmic",
"name" : "Cosmic",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Cosmic",
"targets" : [
"Cosmic"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"4",
"5"
],
"targets" : [
{
"c99name" : "CosmicTests",
"module_type" : "SwiftTarget",
"name" : "CosmicTests",
"path" : "Tests/CosmicTests",
"sources" : [
"CompositeLoggerTests.swift",
"ExtensionsTests.swift",
"FormatterTests.swift",
"HTTPLoggerTests.swift",
"Helpers/Extensions.swift",
"Helpers/MockURLSession.swift",
"Helpers/RegularExpressionAsserts.swift",
"LamdaLoggerTests.swift",
"LogFilterTests.swift",
"LogItLoggerTests.swift",
"LogMetadataTests.swift",
"LogReporterTests.swift",
"LoggerTests.swift",
"OperatorsTests.swift",
"PrintLoggerTests.swift",
"ServiceLoggerTests.swift",
"SocketLoggerTests.swift",
"UniversalSocketTests.swift"
],
"target_dependencies" : [
"Cosmic"
],
"type" : "test"
},
{
"c99name" : "Cosmic",
"module_type" : "SwiftTarget",
"name" : "Cosmic",
"path" : "Sources/Cosmic",
"product_dependencies" : [
"Socket"
],
"product_memberships" : [
"Cosmic"
],
"sources" : [
"Base/LogCache.swift",
"Base/LogFilter.swift",
"Base/LogFormatter.swift",
"Base/LogLevel.swift",
"Base/LogOutputStream.swift",
"Base/LogReporter.swift",
"Base/Logger.swift",
"Formatters/CompletionFormatter.swift",
"Formatters/JSONFormatter.swift",
"Formatters/SyslogFormatter.swift",
"Loggers/CompositeLogger.swift",
"Loggers/HTTPLogger.swift",
"Loggers/LambdaLogger.swift",
"Loggers/MemoryLogger.swift",
"Loggers/PrintLogger.swift",
"Socket/Services/LogItLogger.swift",
"Socket/Services/LogglyLogger.swift",
"Socket/Services/LogzLogger.swift",
"Socket/Services/PapertrailLogger.swift",
"Socket/SocketLogger.swift",
"Utilities/Commons.swift",
"Utilities/DataUtility.swift",
"Utilities/Debug.swift",
"Utilities/Extensions.swift",
"Utilities/Operators.swift",
"Utilities/UniversalSocket.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.