Build Information
Successful build of Disruptive, reference 2.0.0 (2fe973), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 10:26:37 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: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vegather/Disruptive
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 2fe9734 Link tweaks
Cloned https://github.com/vegather/Disruptive.git
Revision (git rev-parse @):
2fe9734bb6362e982f99a72087128d5805e51499
SUCCESS checkout https://github.com/vegather/Disruptive.git at 2.0.0
========================================
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.10s)
Creating working copy for https://github.com/vegather/Disruptive.git
Working copy of https://github.com/vegather/Disruptive.git resolved at 2.0.0 (2fe9734)
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/20] Compiling Disruptive ServerSentEvents.swift
[4/20] Compiling Disruptive Utils.swift
[5/20] Compiling Disruptive JWT.swift
[6/20] Compiling Disruptive NetworkTypes.swift
[7/20] Compiling Disruptive Device.swift
[8/20] Compiling Disruptive Event.swift
[9/20] Compiling Disruptive Project.swift
[10/20] Compiling Disruptive Disruptive.swift
[11/20] Compiling Disruptive Authentication.swift
[12/20] Emitting module Disruptive
[13/20] Compiling Disruptive Errors.swift
[14/20] Compiling Disruptive EventTypes.swift
[15/20] Compiling Disruptive Requests.swift
[16/20] Compiling Disruptive RetryScheme.swift
[17/20] Compiling Disruptive Organization.swift
[18/20] Compiling Disruptive Permissions.swift
[19/20] Compiling Disruptive DTLog.swift
[20/20] Compiling Disruptive Diagnostics.swift
[21/21] Compiling Disruptive Stream.swift
Build complete! (5.34s)
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"
}
],
"products" : [
{
"name" : "Disruptive",
"targets" : [
"Disruptive"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DisruptiveTests",
"module_type" : "SwiftTarget",
"name" : "DisruptiveTests",
"path" : "Tests/DisruptiveTests",
"sources" : [
"DisruptiveTests.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/Diagnostics.swift",
"Helpers/Errors.swift",
"Helpers/EventTypes.swift",
"Helpers/JWT.swift",
"Helpers/NetworkTypes.swift",
"Helpers/Requests.swift",
"Helpers/RetryScheme.swift",
"Helpers/ServerSentEvents.swift",
"Helpers/Utils.swift",
"Resources/Device.swift",
"Resources/Event.swift",
"Resources/Organization.swift",
"Resources/Permissions.swift",
"Resources/Project.swift",
"Resources/Stream.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.