The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Romixery/SwiftStomp.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Romixery/SwiftStomp
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2efa106 Merge pull request #18 from stuartcamerondeakin/force-starscream-4.0.6
Cloned https://github.com/Romixery/SwiftStomp.git
Revision (git rev-parse @):
2efa1062fa7d5f3daebc168025bd767bd961d404
SUCCESS checkout https://github.com/Romixery/SwiftStomp.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/Romixery/SwiftStomp.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/21] Emitting module Starscream
[2/23] Compiling Starscream WebSocket.swift
[3/23] Compiling Starscream FoundationTransport.swift
[4/23] Compiling Starscream Engine.swift
[5/23] Compiling Starscream NativeEngine.swift
[6/23] Compiling Starscream WSEngine.swift
[7/23] Compiling Starscream Framer.swift
[8/23] Compiling Starscream HTTPHandler.swift
[9/23] Compiling Starscream StringHTTPHandler.swift
[10/23] Compiling Starscream Compression.swift
[11/23] Compiling Starscream WSCompression.swift
[12/23] Compiling Starscream Data+Extensions.swift
[13/23] Compiling Starscream TCPTransport.swift
[14/23] Compiling Starscream Transport.swift
[15/23] Compiling Starscream FoundationSecurity.swift
[16/23] Compiling Starscream Security.swift
[17/23] Compiling Starscream FoundationHTTPHandler.swift
[18/23] Compiling Starscream FoundationHTTPServerHandler.swift
[19/23] Compiling Starscream FrameCollector.swift
[20/23] Compiling Starscream Server.swift
[21/23] Compiling Starscream WebSocketServer.swift
[22/23] Compiling Reachability Reachability.swift
[23/23] Emitting module Reachability
[24/25] Emitting module SwiftStomp
[25/25] Compiling SwiftStomp SwiftStomp.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/SwiftStomp/Classes/SwiftStomp.swift:599:9: warning: default will never be executed
        @unknown default:
        ^
Build complete! (10.45s)
Fetching https://github.com/ashleymills/Reachability.swift from cache
Fetching https://github.com/daltoniam/Starscream.git from cache
Fetched https://github.com/ashleymills/Reachability.swift (0.29s)
Fetched https://github.com/daltoniam/Starscream.git (0.33s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.0.0 (0.54s)
Computing version for https://github.com/daltoniam/Starscream.git
Computed https://github.com/daltoniam/Starscream.git at 4.0.6 (0.03s)
Creating working copy for https://github.com/ashleymills/Reachability.swift
Working copy of https://github.com/ashleymills/Reachability.swift resolved at 5.0.0
Creating working copy for https://github.com/daltoniam/Starscream.git
Working copy of https://github.com/daltoniam/Starscream.git resolved at 4.0.6
Build complete.
Done.