Build Information
Successful build of ZEGBot, reference develop (a2308c
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 21:29:20 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: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shaneqi/zegbot
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at a2308c9 Merge branch 'release/4.2.8' into develop
Cloned https://github.com/shaneqi/zegbot.git
Revision (git rev-parse @):
a2308c974db45846b42f1f615d1531358e4d4162
SUCCESS checkout https://github.com/shaneqi/zegbot.git at develop
========================================
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
[1/7] Write ZEGBotExample-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/17] Compiling ZEGBot Updating.swift
[6/17] Compiling ZEGBot Methods.swift
[7/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 {
[8/17] Emitting module ZEGBot
[9/17] Compiling ZEGBot HelperTypes.swift
[10/17] Compiling ZEGBot Utilities.swift
[11/17] Compiling ZEGBot Sending.swift
[12/17] Compiling ZEGBot Extensions.swift
[13/17] Compiling ZEGBot ZEGBot.swift
[14/17] Compiling ZEGBot Types.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.72s)
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.