Build Information
Successful build of DMAction, reference main (c75400), with Swift 6.2 for macOS (SPM) on 1 Aug 2025 15:07:33 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nikolay-dementiev/DMAction.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nikolay-dementiev/DMAction
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c754006 Merge pull request #2 from nikolay-dementiev/feature/alert-autofix-1
Cloned https://github.com/nikolay-dementiev/DMAction.git
Revision (git rev-parse @):
c7540062a8e1e03b903cb5315250c468148eab63
SUCCESS checkout https://github.com/nikolay-dementiev/DMAction.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/nikolay-dementiev/DMAction.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftLintVersion
[2/2] Compiling plugin SwiftLintRules
[3/3] Compiling plugin SwiftLintFix
[4/4] Compiling plugin SwiftLintLinter
[5/5] Compiling plugin SwiftLintBuildTool
Building for debugging...
[5/8] Write sources
[6/8] Copying cache
[7/8] Write swift-version-1EA4D86E10B52AF.txt
[9/15] Compiling DMAction resource_bundle_accessor.swift
[10/15] Compiling DMAction DMActionWithFallback.swift
[11/15] Compiling DMAction DMButtonAction.swift
[12/15] Emitting module DMAction
[13/15] Compiling DMAction DMAction.swift
[14/15] Compiling DMAction DMAction+AttempCount.swift
[15/15] Compiling DMAction DMActionResultValue.swift
Build complete! (13.21s)
Fetching https://github.com/GayleDunham/SwiftLintPlugin.git
[1/183] Fetching swiftlintplugin
Fetched https://github.com/GayleDunham/SwiftLintPlugin.git from cache (1.38s)
Creating working copy for https://github.com/GayleDunham/SwiftLintPlugin.git
Working copy of https://github.com/GayleDunham/SwiftLintPlugin.git resolved at main (0bb7767)
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.57.0/SwiftLintBinary-macos.artifactbundle.zip
[16375/11453398] Downloading https://github.com/realm/SwiftLint/releases/download/0.57.0/SwiftLintBinary-macos.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.57.0/SwiftLintBinary-macos.artifactbundle.zip (0.88s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftlintplugin",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/GayleDunham/SwiftLintPlugin.git"
}
],
"manifest_display_name" : "DMAction",
"name" : "DMAction",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "DMAction",
"targets" : [
"DMAction"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DMActionTests",
"module_type" : "SwiftTarget",
"name" : "DMActionTests",
"path" : "Tests",
"product_dependencies" : [
"SwiftLintBuildTool"
],
"sources" : [
"DMActionTests/DMAction+UITests.swift",
"DMActionTests/DMActionTests.swift",
"DMActionTests/DocumentaryExamples/DMActionAndAttempCountDocumentaryTests.swift",
"DMActionTests/DocumentaryExamples/DMActionExtensionDocumentaryTests.swift",
"DMActionTests/DocumentaryExamples/DMButtonActionObjectsDocumentaryTests.swift",
"DMActionTests/Helpers/Throwing.swift",
"DMActionTests/Helpers/UIViewController+Lifecycle.swift",
"DMActionTests/Helpers/XCTestCase+Actions.swift",
"DMActionTests/Mocks/MockMyViewController.swift"
],
"target_dependencies" : [
"DMAction"
],
"type" : "test"
},
{
"c99name" : "DMAction",
"module_type" : "SwiftTarget",
"name" : "DMAction",
"path" : "Sources",
"product_dependencies" : [
"SwiftLintBuildTool"
],
"product_memberships" : [
"DMAction"
],
"sources" : [
"DMAction/DMAction+AttempCount.swift",
"DMAction/DMAction.swift",
"DMAction/DMActionResultValue.swift",
"DMAction/DMActionWithFallback.swift",
"DMAction/DMButtonAction.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.