The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Janus with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amarantedaniel/JanusSwift.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "janusswift",
      "name": "Janus",
      "url": "https://github.com/amarantedaniel/JanusSwift.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JanusSwift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/amarantedaniel/JanusSwift.git
[1/414] Fetching janusswift
Fetched https://github.com/amarantedaniel/JanusSwift.git (0.23s)
Creating working copy for https://github.com/amarantedaniel/JanusSwift.git
Working copy of https://github.com/amarantedaniel/JanusSwift.git resolved at master
warning: '.resolve-product-dependencies': dependency 'janusswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/22] Emitting module Janus
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    let janus = "ack"
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Janus/Data/Response/Streaming/WatchResponse.swift:4:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum without a 'janus' case to silence this warning
    let janus = "ack"
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Janus/Data/Response/Streaming/WatchResponse.swift:4:9: note: make the property mutable instead
    let janus = "ack"
    ~~~ ^
    var
[2/22] Compiling Janus WatchRequest.swift
[3/22] Compiling Janus TrickleRequest.swift
[4/22] Compiling Janus AttachPluginResponse.swift
[5/22] Compiling Janus CreateResponse.swift
[6/22] Compiling Janus KeepAliveResponse.swift
[7/22] Compiling Janus ListResult.swift
[8/22] Compiling Janus Plugin.swift
[9/22] Compiling Janus AttachPluginRequest.swift
[10/22] Compiling Janus CreateRequest.swift
[11/22] Compiling Janus APIClient.swift
[12/22] Compiling Janus APIClientProtocol.swift
[13/22] Compiling Janus APIError.swift
[14/22] Compiling Janus KeepAliveRequest.swift
[15/22] Compiling Janus ListRequest.swift
[16/22] Compiling Janus StartRequest.swift
[17/22] Compiling Janus LongPollStartResult.swift
[18/22] Compiling Janus LongPollWatchResult.swift
[19/22] Compiling Janus StartResponse.swift
[20/22] Compiling Janus APIRoute.swift
[21/22] Compiling Janus URLRequestConvertible.swift
[22/22] Compiling Janus JSEP.swift
[23/25] Compiling Janus WatchResponse.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    let janus = "ack"
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Janus/Data/Response/Streaming/WatchResponse.swift:4:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum without a 'janus' case to silence this warning
    let janus = "ack"
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Janus/Data/Response/Streaming/WatchResponse.swift:4:9: note: make the property mutable instead
    let janus = "ack"
    ~~~ ^
    var
[24/25] Compiling Janus TrickleResponse.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    let janus = "ack"
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Janus/Data/Response/Streaming/WatchResponse.swift:4:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum without a 'janus' case to silence this warning
    let janus = "ack"
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Janus/Data/Response/Streaming/WatchResponse.swift:4:9: note: make the property mutable instead
    let janus = "ack"
    ~~~ ^
    var
[25/25] Compiling Janus JanusAPI.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
    let janus = "ack"
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Janus/Data/Response/Streaming/WatchResponse.swift:4:9: note: set the initial value via the initializer or explicitly define a CodingKeys enum without a 'janus' case to silence this warning
    let janus = "ack"
        ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Janus/Data/Response/Streaming/WatchResponse.swift:4:9: note: make the property mutable instead
    let janus = "ack"
    ~~~ ^
    var
Build complete! (8.92s)
Build complete.
Done.