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: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/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
========================================
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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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 APIRoute.swift
[5/27] Compiling Janus URLRequestConvertible.swift
[6/27] Compiling Janus JSEP.swift
[7/27] Compiling Janus APIClient.swift
[8/27] Compiling Janus APIClientProtocol.swift
[9/27] Compiling Janus APIError.swift
[10/27] Compiling Janus Plugin.swift
[11/27] Compiling Janus AttachPluginRequest.swift
[12/27] Compiling Janus CreateRequest.swift
[13/27] Compiling Janus CreateResponse.swift
[14/27] Compiling Janus KeepAliveResponse.swift
[15/27] Compiling Janus ListResult.swift
[16/27] Compiling Janus LongPollStartResult.swift
[17/27] Compiling Janus LongPollWatchResult.swift
[18/27] Compiling Janus StartResponse.swift
[19/27] Compiling Janus KeepAliveRequest.swift
[20/27] Compiling Janus ListRequest.swift
[21/27] Compiling Janus StartRequest.swift
[22/27] Compiling Janus WatchRequest.swift
[23/27] Compiling Janus TrickleRequest.swift
[24/27] Compiling Janus AttachPluginResponse.swift
[25/27] Compiling Janus WatchResponse.swift
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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
[26/27] Compiling Janus TrickleResponse.swift
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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
[27/27] Compiling Janus JanusAPI.swift
/Users/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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/admin/builds/J1XnyXFH/1/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! (4.86s)
Build complete.
Done.