Build Information
Successful build of SKRTMAPI, reference master (eb7c2e
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 12:27:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pvzig/SKRTMAPI.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pvzig/SKRTMAPI
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at eb7c2eb Update README.md
Cloned https://github.com/pvzig/SKRTMAPI.git
Revision (git rev-parse @):
eb7c2ebd2f7fbd7a7bb6fd719fd9f9eac061fcb0
SUCCESS checkout https://github.com/pvzig/SKRTMAPI.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/pvzig/SKRTMAPI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/36] Emitting module SKCore
[7/38] Compiling SKCore Action.swift
[8/38] Compiling SKCore Attachment.swift
[9/38] Compiling SKCore AttachmentField.swift
[10/38] Compiling SKCore CustomProfile.swift
[11/38] Compiling SKCore CustomProfileField.swift
[12/38] Compiling SKCore DoNotDisturbStatus.swift
[13/38] Compiling SKCore User.swift
[14/38] Compiling SKCore UserGroup.swift
[15/38] Compiling SKCore Reaction.swift
[16/38] Compiling SKCore Reply.swift
[17/38] Compiling SKCore Scope.swift
[18/38] Compiling SKCore Bot.swift
[19/38] Compiling SKCore Channel.swift
[20/38] Compiling SKCore Comment.swift
[21/38] Compiling SKCore TeamIcon.swift
[22/38] Compiling SKCore Topic.swift
[23/38] Compiling SKCore SlackError.swift
[24/38] Compiling SKCore Team.swift
[25/38] Compiling Starscream SSLClientCertificate.swift
[26/38] Compiling SKCore File.swift
[27/38] Compiling SKCore History.swift
[28/38] Compiling SKCore Item.swift
[29/38] Compiling SKCore Edited.swift
[30/38] Compiling SKCore Event.swift
[31/38] Compiling SKCore Extensions.swift
[32/38] Compiling SKCore Message.swift
[33/38] Compiling SKCore OAuthConfig.swift
[34/38] Compiling SKCore RTMOptions.swift
[35/42] Compiling Starscream Compression.swift
[36/42] Emitting module Starscream
[37/42] Compiling Starscream WebSocket.swift
[38/42] Compiling Starscream SSLSecurity.swift
[39/42] Emitting module SKWebAPI
[40/42] Compiling SKWebAPI WebAPI.swift
[41/42] Compiling SKWebAPI Endpoint.swift
[42/42] Compiling SKWebAPI NetworkInterface.swift
[43/46] Compiling SKRTMAPI SKRTMAPI.swift
[44/46] Compiling SKRTMAPI StarscreamRTM.swift
[45/46] Emitting module SKRTMAPI
[46/46] Compiling SKRTMAPI VaporEngineRTM.swift
Build complete! (10.33s)
Fetching https://github.com/daltoniam/Starscream
Fetching https://github.com/pvzig/SKCore
Fetching https://github.com/pvzig/SKWebAPI
[6/294] Fetching skwebapi
[101/582] Fetching skwebapi, skcore
[368/5615] Fetching skwebapi, skcore, starscream
Fetched https://github.com/pvzig/SKWebAPI from cache (0.75s)
Fetched https://github.com/pvzig/SKCore from cache (0.75s)
[353/5033] Fetching starscream
Fetched https://github.com/daltoniam/Starscream from cache (1.14s)
Computing version for https://github.com/pvzig/SKCore
Computed https://github.com/pvzig/SKCore at 4.1.3 (1.63s)
Computing version for https://github.com/daltoniam/Starscream
Computed https://github.com/daltoniam/Starscream at 3.1.2 (1.76s)
Computing version for https://github.com/pvzig/SKWebAPI
Computed https://github.com/pvzig/SKWebAPI at 4.1.3 (0.48s)
Creating working copy for https://github.com/daltoniam/Starscream
Working copy of https://github.com/daltoniam/Starscream resolved at 3.1.2
Creating working copy for https://github.com/pvzig/SKCore
Working copy of https://github.com/pvzig/SKCore resolved at 4.1.3
Creating working copy for https://github.com/pvzig/SKWebAPI
Working copy of https://github.com/pvzig/SKWebAPI resolved at 4.1.3
warning: 'skwebapi': Conflicting identity for skcore: dependency 'github.com/slackkit/skcore' and dependency 'github.com/pvzig/skcore' both point to the same package identity 'skcore'. The dependencies are introduced through the following chains: (A) /users/admin/builder/spi-builder-workspace->github.com/pvzig/skwebapi->github.com/slackkit/skcore (B) /users/admin/builder/spi-builder-workspace->github.com/pvzig/skcore. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
Build complete.
{
"dependencies" : [
{
"identity" : "skcore",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pvzig/SKCore"
},
{
"identity" : "skwebapi",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pvzig/SKWebAPI"
},
{
"identity" : "starscream",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/daltoniam/Starscream"
}
],
"manifest_display_name" : "SKRTMAPI",
"name" : "SKRTMAPI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SKRTMAPI",
"targets" : [
"SKRTMAPI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SKRTMAPI",
"module_type" : "SwiftTarget",
"name" : "SKRTMAPI",
"path" : "Sources/SKRTMAPI",
"product_dependencies" : [
"SKCore",
"SKWebAPI",
"Starscream"
],
"product_memberships" : [
"SKRTMAPI"
],
"sources" : [
"Conformers/StarscreamRTM.swift",
"Conformers/VaporEngineRTM.swift",
"SKRTMAPI.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.