The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Janus, reference master (93acb3), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 17:23:26 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amarantedaniel/JanusSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/amarantedaniel/JanusSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 93acb32 Remove untrue sentence from readme
Cloned https://github.com/amarantedaniel/JanusSwift.git
Revision (git rev-parse @):
93acb32407dc46f2a1d8460b57961b2b30c798bf
SUCCESS checkout https://github.com/amarantedaniel/JanusSwift.git at master
========================================
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.67s)
Creating working copy for https://github.com/amarantedaniel/JanusSwift.git
Working copy of https://github.com/amarantedaniel/JanusSwift.git resolved at master (93acb32)
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 LongPollStartResult.swift
[7/27] Compiling Janus LongPollWatchResult.swift
[8/27] Compiling Janus Plugin.swift
[9/27] Compiling Janus AttachPluginRequest.swift
[10/27] Compiling Janus CreateRequest.swift
[11/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
[12/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
[13/27] Compiling Janus AttachPluginResponse.swift
[14/27] Compiling Janus CreateResponse.swift
[15/27] Compiling Janus APIRoute.swift
[16/27] Compiling Janus URLRequestConvertible.swift
[17/27] Compiling Janus JSEP.swift
[18/27] Compiling Janus APIClient.swift
[19/27] Compiling Janus APIClientProtocol.swift
[20/27] Compiling Janus APIError.swift
[21/27] Compiling Janus KeepAliveResponse.swift
[22/27] Compiling Janus ListResult.swift
[23/27] Compiling Janus KeepAliveRequest.swift
[24/27] Compiling Janus ListRequest.swift
[25/27] Compiling Janus StartRequest.swift
[26/27] Compiling Janus WatchRequest.swift
[27/27] Compiling Janus TrickleRequest.swift
Build complete! (5.99s)
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.