Build Information
Successful build of Janus, reference 0.0.7 (b40602), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 17:23:21 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/amarantedaniel/JanusSwift.git
Reference: 0.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/amarantedaniel/JanusSwift
* tag 0.0.7 -> FETCH_HEAD
HEAD is now at b406022 Add support to keepalive requests
Cloned https://github.com/amarantedaniel/JanusSwift.git
Revision (git rev-parse @):
b4060229d323d64680d5829197c4a3e26000fdfc
SUCCESS checkout https://github.com/amarantedaniel/JanusSwift.git at 0.0.7
========================================
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": "janusswift",
"name": "Janus",
"url": "https://github.com/amarantedaniel/JanusSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JanusSwift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/amarantedaniel/JanusSwift.git
[1/414] Fetching janusswift
Fetched https://github.com/amarantedaniel/JanusSwift.git from cache (0.69s)
Creating working copy for https://github.com/amarantedaniel/JanusSwift.git
Working copy of https://github.com/amarantedaniel/JanusSwift.git resolved at 0.0.7 (b406022)
warning: '.resolve-product-dependencies': dependency 'janusswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/amarantedaniel/JanusSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/25] Emitting module Janus
[4/27] Compiling Janus TrickleResponse.swift
[5/27] Compiling Janus JanusAPI.swift
[6/27] Compiling Janus StartResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/Janus/Data/Response/Streaming/WatchResponse.swift:4:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
2 |
3 | struct WatchResponse: Decodable {
4 | let janus = "ack"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum without a 'janus' case to silence this warning
| `- note: make the property mutable instead
5 | let sessionId: Int
6 | let transaction: String
[7/27] Compiling Janus WatchResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/Janus/Data/Response/Streaming/WatchResponse.swift:4:9: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
2 |
3 | struct WatchResponse: Decodable {
4 | let janus = "ack"
| |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
| |- note: set the initial value via the initializer or explicitly define a CodingKeys enum without a 'janus' case to silence this warning
| `- note: make the property mutable instead
5 | let sessionId: Int
6 | let transaction: String
[8/27] Compiling Janus LongPollStartResult.swift
[9/27] Compiling Janus LongPollWatchResult.swift
[10/27] Compiling Janus WatchRequest.swift
[11/27] Compiling Janus TrickleRequest.swift
[12/27] Compiling Janus AttachPluginResponse.swift
[13/27] Compiling Janus CreateResponse.swift
[14/27] Compiling Janus Plugin.swift
[15/27] Compiling Janus AttachPluginRequest.swift
[16/27] Compiling Janus CreateRequest.swift
[17/27] Compiling Janus APIRoute.swift
[18/27] Compiling Janus URLRequestConvertible.swift
[19/27] Compiling Janus JSEP.swift
[20/27] Compiling Janus KeepAliveRequest.swift
[21/27] Compiling Janus ListRequest.swift
[22/27] Compiling Janus StartRequest.swift
[23/27] Compiling Janus KeepAliveResponse.swift
[24/27] Compiling Janus ListResult.swift
[25/27] Compiling Janus APIClient.swift
[26/27] Compiling Janus APIClientProtocol.swift
[27/27] Compiling Janus APIError.swift
Build complete! (5.23s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Janus",
"name" : "Janus",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Janus",
"targets" : [
"Janus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JanusTests",
"module_type" : "SwiftTarget",
"name" : "JanusTests",
"path" : "Tests/JanusTests",
"sources" : [
"JanusAPITests.swift",
"Stub/APIClientStub.swift"
],
"target_dependencies" : [
"Janus"
],
"type" : "test"
},
{
"c99name" : "Janus",
"module_type" : "SwiftTarget",
"name" : "Janus",
"path" : "Sources/Janus",
"product_memberships" : [
"Janus"
],
"sources" : [
"API/APIClient.swift",
"API/APIClientProtocol.swift",
"API/APIError.swift",
"API/APIRoute.swift",
"API/URLRequestConvertible.swift",
"Data/JSEP.swift",
"Data/Plugin.swift",
"Data/Request/AttachPluginRequest.swift",
"Data/Request/CreateRequest.swift",
"Data/Request/KeepAliveRequest.swift",
"Data/Request/Streaming/ListRequest.swift",
"Data/Request/Streaming/StartRequest.swift",
"Data/Request/Streaming/WatchRequest.swift",
"Data/Request/TrickleRequest.swift",
"Data/Response/AttachPluginResponse.swift",
"Data/Response/CreateResponse.swift",
"Data/Response/KeepAliveResponse.swift",
"Data/Response/Streaming/ListResult.swift",
"Data/Response/Streaming/LongPollStartResult.swift",
"Data/Response/Streaming/LongPollWatchResult.swift",
"Data/Response/Streaming/StartResponse.swift",
"Data/Response/Streaming/WatchResponse.swift",
"Data/Response/TrickleResponse.swift",
"JanusAPI.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.