Build Information
Successful build of ZEGBot, reference 4.2.8 (139ac6
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 21:29:28 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/shaneqi/zegbot.git
Reference: 4.2.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shaneqi/zegbot
* tag 4.2.8 -> FETCH_HEAD
HEAD is now at 139ac62 Lower swift requirement to 5.0.
Cloned https://github.com/shaneqi/zegbot.git
Revision (git rev-parse @):
139ac628fc415ae44edb5f36df218097e63e8113
SUCCESS checkout https://github.com/shaneqi/zegbot.git at 4.2.8
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/shaneqi/zegbot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write ZEGBotExample-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/17] Compiling ZEGBot ZEGBot.swift
[6/17] Compiling ZEGBot Utilities.swift
[7/17] Compiling ZEGBot Methods.swift
[8/17] Emitting module ZEGBot
[9/17] Compiling ZEGBot Extensions.swift
[10/17] Compiling ZEGBot Updating.swift
[11/17] Compiling ZEGBot Sending.swift
[12/17] Compiling ZEGBot Network.swift
/Users/admin/builder/spi-builder-workspace/Sources/Network.swift:49:5: warning: capture of non-sendable type 'Output.Type' in an isolated closure
47 | let task = URLSession(configuration: .default).dataTask(with: request) { data, _, error in
48 | if let data = data {
49 | result = Result<Output>.decode(from: data)
| `- warning: capture of non-sendable type 'Output.Type' in an isolated closure
50 | } else {
51 | result = .failure(error!)
/Users/admin/builder/spi-builder-workspace/Sources/Network.swift:46:7: warning: capture of non-sendable type 'Output.Type' in an isolated closure
44 | // Perform the request.
45 | let semaphore = DispatchSemaphore(value: 0)
46 | var result: Result<Output>?
| `- warning: capture of non-sendable type 'Output.Type' in an isolated closure
47 | let task = URLSession(configuration: .default).dataTask(with: request) { data, _, error in
48 | if let data = data {
[13/17] Compiling ZEGBot Types.swift
[14/17] Compiling ZEGBot HelperTypes.swift
[15/19] Compiling ZEGBotExample main.swift
[16/19] Emitting module ZEGBotExample
[16/19] Write Objects.LinkFileList
[17/19] Linking ZEGBotExample
[18/19] Applying ZEGBotExample
Build complete! (4.64s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ZEGBot",
"name" : "ZEGBot",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ZEGBot",
"targets" : [
"ZEGBot"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ZEGBotExample",
"targets" : [
"ZEGBotExample"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ZEGBotTests",
"module_type" : "SwiftTarget",
"name" : "ZEGBotTests",
"path" : "Tests/ZEGBotTests",
"sources" : [
"ZEGBotTests.swift"
],
"target_dependencies" : [
"ZEGBot"
],
"type" : "test"
},
{
"c99name" : "ZEGBotExample",
"module_type" : "SwiftTarget",
"name" : "ZEGBotExample",
"path" : "Example",
"product_memberships" : [
"ZEGBotExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ZEGBot"
],
"type" : "executable"
},
{
"c99name" : "ZEGBot",
"module_type" : "SwiftTarget",
"name" : "ZEGBot",
"path" : "Sources",
"product_memberships" : [
"ZEGBot",
"ZEGBotExample"
],
"sources" : [
"Extensions.swift",
"HelperTypes.swift",
"Methods.swift",
"Network.swift",
"Sending.swift",
"Types.swift",
"Updating.swift",
"Utilities.swift",
"ZEGBot.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.