Build Information
Successful build of SwiftStomp, reference master (737dbd), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 14:08:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Romixery/SwiftStomp.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Romixery/SwiftStomp
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 737dbd2 Update README.md
Cloned https://github.com/Romixery/SwiftStomp.git
Revision (git rev-parse @):
737dbd26c5206a68e83c4f87b28ca0c15a14ec42
SUCCESS checkout https://github.com/Romixery/SwiftStomp.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Romixery/SwiftStomp.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/7] Compiling Reachability resource_bundle_accessor.swift
[6/7] Compiling Reachability Reachability.swift
[7/7] Emitting module Reachability
[8/23] Compiling SwiftStomp StompError.swift
[9/23] Emitting module SwiftStomp
[10/23] Compiling SwiftStomp StompResponseFrame.swift
[11/23] Compiling SwiftStomp StompUpstreamEvent.swift
[12/23] Compiling SwiftStomp StompAckMode.swift
[13/23] Compiling SwiftStomp StompCommandHeader.swift
[14/24] Compiling SwiftStomp StompHeaderBuilder.swift
[15/24] Compiling SwiftStomp StompDisconnectType.swift
[16/24] Compiling SwiftStomp StompErrorType.swift
[17/24] Compiling SwiftStomp StompFrame.swift
[18/24] Compiling SwiftStomp StompConnectType.swift
[19/24] Compiling SwiftStomp StompConnectionStatus.swift
[20/24] Compiling SwiftStomp StompLogType.swift
[21/24] Compiling SwiftStomp StompRequestFrame.swift
[22/24] Compiling SwiftStomp StompUpstreamMessage.swift
[23/24] Compiling SwiftStomp InvalidStompCommandError.swift
[24/24] Compiling SwiftStomp SwiftStomp.swift
Build complete! (7.84s)
Fetching https://github.com/ashleymills/Reachability.swift
[1/1912] Fetching reachability.swift
Fetched https://github.com/ashleymills/Reachability.swift from cache (0.77s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.2.4 (1.31s)
Creating working copy for https://github.com/ashleymills/Reachability.swift
Working copy of https://github.com/ashleymills/Reachability.swift resolved at 5.2.4
warning: 'reachability.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Info.plist
Build complete.
{
"dependencies" : [
{
"identity" : "reachability.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.2.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ashleymills/Reachability.swift"
}
],
"manifest_display_name" : "SwiftStomp",
"name" : "SwiftStomp",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SwiftStomp",
"targets" : [
"SwiftStomp"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftStomp",
"module_type" : "SwiftTarget",
"name" : "SwiftStomp",
"path" : "SwiftStomp",
"product_dependencies" : [
"Reachability"
],
"product_memberships" : [
"SwiftStomp"
],
"sources" : [
"Classes/Enumurations/StompAckMode.swift",
"Classes/Enumurations/StompCommandHeader.swift",
"Classes/Enumurations/StompConnectType.swift",
"Classes/Enumurations/StompConnectionStatus.swift",
"Classes/Enumurations/StompDisconnectType.swift",
"Classes/Enumurations/StompErrorType.swift",
"Classes/Enumurations/StompLogType.swift",
"Classes/Enumurations/StompRequestFrame.swift",
"Classes/Enumurations/StompResponseFrame.swift",
"Classes/Enumurations/StompUpstreamEvent.swift",
"Classes/Enumurations/StompUpstreamMessage.swift",
"Classes/Errors/InvalidStompCommandError.swift",
"Classes/Errors/StompError.swift",
"Classes/FrameHelpers/StompFrame.swift",
"Classes/FrameHelpers/StompHeaderBuilder.swift",
"Classes/SwiftStomp.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.