Build Information
Successful build of Disruptive, reference master (0f8d9f), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 10:26:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "disruptive",
"name": "Disruptive",
"url": "https://github.com/vegather/Disruptive.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Disruptive",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/vegather/Disruptive.git
[1/6130] Fetching disruptive
Fetched https://github.com/vegather/Disruptive.git from cache (1.12s)
Creating working copy for https://github.com/vegather/Disruptive.git
Working copy of https://github.com/vegather/Disruptive.git resolved at master (0f8d9fa)
warning: '.resolve-product-dependencies': dependency 'disruptive' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/vegather/Disruptive.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/24] Emitting module Disruptive
[4/26] Compiling Disruptive Organization.swift
[5/26] Compiling Disruptive Permissions.swift
[6/26] Compiling Disruptive Project.swift
[7/26] Compiling Disruptive Role.swift
[8/26] Compiling Disruptive ServiceAccount.swift
[9/26] Compiling Disruptive Stream.swift
[10/26] Compiling Disruptive Device.swift
[11/26] Compiling Disruptive Emulator.swift
[12/26] Compiling Disruptive Requests.swift
[13/26] Compiling Disruptive RetryScheme.swift
[14/26] Compiling Disruptive Event.swift
[15/26] Compiling Disruptive Member.swift
[16/26] Compiling Disruptive Disruptive.swift
[17/26] Compiling Disruptive Authentication.swift
[18/26] Compiling Disruptive DTLog.swift
[19/26] Compiling Disruptive DeviceEventStream.swift
[20/26] Compiling Disruptive Diagnostics.swift
[21/26] Compiling Disruptive Errors.swift
[22/26] Compiling Disruptive Utils.swift
[23/26] Compiling Disruptive DataConnector.swift
[24/26] Compiling Disruptive EventTypes.swift
[25/26] Compiling Disruptive JWT.swift
[26/26] Compiling Disruptive NetworkTypes.swift
Build complete! (5.68s)
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.