The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amarantedaniel/JanusSwift.git
Reference: 0.0.7
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/amarantedaniel/JanusSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/24] Emitting module Janus
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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
[4/27] Compiling Janus Plugin.swift
[5/27] Compiling Janus AttachPluginRequest.swift
[6/27] Compiling Janus CreateRequest.swift
[7/27] Compiling Janus WatchResponse.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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
[8/27] Compiling Janus TrickleResponse.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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
[9/27] Compiling Janus JanusAPI.swift
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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
[10/27] Compiling Janus KeepAliveRequest.swift
[11/27] Compiling Janus ListRequest.swift
[12/27] Compiling Janus StartRequest.swift
[13/27] Compiling Janus LongPollStartResult.swift
[14/27] Compiling Janus LongPollWatchResult.swift
[15/27] Compiling Janus StartResponse.swift
[16/27] Compiling Janus APIRoute.swift
[17/27] Compiling Janus URLRequestConvertible.swift
[18/27] Compiling Janus JSEP.swift
[19/27] Compiling Janus CreateResponse.swift
[20/27] Compiling Janus KeepAliveResponse.swift
[21/27] Compiling Janus ListResult.swift
[22/27] Compiling Janus WatchRequest.swift
[23/27] Compiling Janus TrickleRequest.swift
[24/27] Compiling Janus AttachPluginResponse.swift
[25/27] Compiling Janus APIClient.swift
[26/27] Compiling Janus APIClientProtocol.swift
[27/27] Compiling Janus APIError.swift
Build complete! (5.14s)
Build complete.
Done.

Build Machine: Mac 7