Build Information
Successful build of Disruptive, reference master (0f8d9f
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:11:22 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/vegather/Disruptive.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vegather/Disruptive
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0f8d9fa CI: Updated Swift documentation
Cloned https://github.com/vegather/Disruptive.git
Revision (git rev-parse @):
0f8d9fa4a2cd06c3586a7d112ae4899edae6ed26
SUCCESS checkout https://github.com/vegather/Disruptive.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/vegather/Disruptive.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/24] Emitting module Disruptive
[4/26] Compiling Disruptive ServiceAccount.swift
[5/26] Compiling Disruptive Stream.swift
[6/26] Compiling Disruptive Organization.swift
[7/26] Compiling Disruptive Permissions.swift
[8/26] Compiling Disruptive Utils.swift
[9/26] Compiling Disruptive DataConnector.swift
[10/26] Compiling Disruptive Disruptive.swift
[11/26] Compiling Disruptive Authentication.swift
[12/26] Compiling Disruptive DTLog.swift
[13/26] Compiling Disruptive Project.swift
[14/26] Compiling Disruptive Role.swift
[15/26] Compiling Disruptive Device.swift
[16/26] Compiling Disruptive Emulator.swift
[17/26] Compiling Disruptive Event.swift
[18/26] Compiling Disruptive Member.swift
[19/26] Compiling Disruptive Requests.swift
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:133:76: warning: capture of non-sendable type 'T.Type' in an isolated closure
131 | - Parameter decoder: If some custom decoding is required (eg. pagination), this default decoder can be replaced with a custom one.
132 | */
133 | internal func send<T: Decodable>(decoder: JSONDecoder = JSONDecoder(), completion: @escaping (Result<T, DisruptiveError>) -> ()) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
134 |
135 | guard let urlReq = urlRequest() else {
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:194:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
192 | // This is done instead of responding with `Void` because `Void` does not conform
193 | // to the `Decodable` protocol
194 | if T.self == EmptyResponse.self {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
195 | diagnostics.logDiagnostics(responseData: nil)
196 | DispatchQueue.main.async {
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:173:30: warning: capture of non-sendable type 'T.Type' in an isolated closure
171 | // Dispatch the same request again after waiting
172 | DispatchQueue.global().asyncAfter(deadline: .now() + .seconds(retryAfter)) {
173 | self.send(decoder: decoder, completion: completion)
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
174 | }
175 |
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:133:76: warning: capture of non-sendable type 'T.Type' in an isolated closure
131 | - Parameter decoder: If some custom decoding is required (eg. pagination), this default decoder can be replaced with a custom one.
132 | */
133 | internal func send<T: Decodable>(decoder: JSONDecoder = JSONDecoder(), completion: @escaping (Result<T, DisruptiveError>) -> ()) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
134 |
135 | guard let urlReq = urlRequest() else {
[20/26] Compiling Disruptive RetryScheme.swift
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:133:76: warning: capture of non-sendable type 'T.Type' in an isolated closure
131 | - Parameter decoder: If some custom decoding is required (eg. pagination), this default decoder can be replaced with a custom one.
132 | */
133 | internal func send<T: Decodable>(decoder: JSONDecoder = JSONDecoder(), completion: @escaping (Result<T, DisruptiveError>) -> ()) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
134 |
135 | guard let urlReq = urlRequest() else {
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:194:16: warning: capture of non-sendable type 'T.Type' in an isolated closure
192 | // This is done instead of responding with `Void` because `Void` does not conform
193 | // to the `Decodable` protocol
194 | if T.self == EmptyResponse.self {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
195 | diagnostics.logDiagnostics(responseData: nil)
196 | DispatchQueue.main.async {
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:173:30: warning: capture of non-sendable type 'T.Type' in an isolated closure
171 | // Dispatch the same request again after waiting
172 | DispatchQueue.global().asyncAfter(deadline: .now() + .seconds(retryAfter)) {
173 | self.send(decoder: decoder, completion: completion)
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
174 | }
175 |
/Users/admin/builder/spi-builder-workspace/Sources/Disruptive/Helpers/Requests.swift:133:76: warning: capture of non-sendable type 'T.Type' in an isolated closure
131 | - Parameter decoder: If some custom decoding is required (eg. pagination), this default decoder can be replaced with a custom one.
132 | */
133 | internal func send<T: Decodable>(decoder: JSONDecoder = JSONDecoder(), completion: @escaping (Result<T, DisruptiveError>) -> ()) {
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure
134 |
135 | guard let urlReq = urlRequest() else {
[21/26] Compiling Disruptive EventTypes.swift
[22/26] Compiling Disruptive JWT.swift
[23/26] Compiling Disruptive NetworkTypes.swift
[24/26] Compiling Disruptive DeviceEventStream.swift
[25/26] Compiling Disruptive Diagnostics.swift
[26/26] Compiling Disruptive Errors.swift
Build complete! (4.96s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Disruptive",
"name" : "Disruptive",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Disruptive",
"targets" : [
"Disruptive"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DisruptiveTests",
"module_type" : "SwiftTarget",
"name" : "DisruptiveTests",
"path" : "Tests/DisruptiveTests",
"sources" : [
"DisruptiveTests.swift",
"MockStreamURLProtocol.swift",
"MockURLProtocol.swift",
"TestUtils.swift",
"Tests/AuthenticationTests.swift",
"Tests/DataConnectorTests.swift",
"Tests/DeviceEventStreamTests.swift",
"Tests/DeviceTests.swift",
"Tests/EmulatorTests.swift",
"Tests/EventTypesTests.swift",
"Tests/EventsTests.swift",
"Tests/MemberTests.swift",
"Tests/NetworkingTests.swift",
"Tests/OrganizationTests.swift",
"Tests/PermissionsTests.swift",
"Tests/ProjectTests.swift",
"Tests/RequestTests.swift",
"Tests/RetrySchemeTests.swift",
"Tests/RoleTests.swift",
"Tests/ServiceAccountTests.swift",
"Tests/StreamTests.swift",
"Tests/UtilsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Disruptive"
],
"type" : "test"
},
{
"c99name" : "Disruptive",
"module_type" : "SwiftTarget",
"name" : "Disruptive",
"path" : "Sources/Disruptive",
"product_memberships" : [
"Disruptive"
],
"sources" : [
"Disruptive.swift",
"Helpers/Authentication.swift",
"Helpers/DTLog.swift",
"Helpers/DeviceEventStream.swift",
"Helpers/Diagnostics.swift",
"Helpers/Errors.swift",
"Helpers/EventTypes.swift",
"Helpers/JWT.swift",
"Helpers/NetworkTypes.swift",
"Helpers/Requests.swift",
"Helpers/RetryScheme.swift",
"Helpers/Utils.swift",
"Resources/DataConnector.swift",
"Resources/Device.swift",
"Resources/Emulator.swift",
"Resources/Event.swift",
"Resources/Member.swift",
"Resources/Organization.swift",
"Resources/Permissions.swift",
"Resources/Project.swift",
"Resources/Role.swift",
"Resources/ServiceAccount.swift",
"Resources/Stream.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.