Build Information
Successful build of Outils, reference 0.0.5 (21c4e4
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 06:20:19 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/vsanthanam/Outils.git
Reference: 0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vsanthanam/Outils
* tag 0.0.5 -> FETCH_HEAD
HEAD is now at 21c4e48 Fix typo in generator script
Cloned https://github.com/vsanthanam/Outils.git
Revision (git rev-parse @):
21c4e48550870a6e526c37a23308bd2fb7b9d4fa
SUCCESS checkout https://github.com/vsanthanam/Outils.git at 0.0.5
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/vsanthanam/Outils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/16] Compiling Outils OptionalExtensions.swift
[7/16] Compiling Outils OptionalType.swift
[8/16] Compiling Outils ProcessEnvironment.swift
[9/16] Compiling Outils CollectionExtensions.swift
[10/16] Compiling Outils ColorExtensions.swift
[11/16] Compiling Outils ErrorMessage.swift
[12/16] Compiling Outils ArrayExtensions.swift
[13/16] Compiling Outils BundleExtensions.swift
[14/16] Compiling Outils Casting.swift
[15/16] Emitting module Outils
[16/16] Compiling Outils StringExtensions.swift
[17/17] Compiling Outils EnvironmentValuesExtensions.swift
Build complete! (39.00s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/nicklockwood/SwiftFormat
[1/2082] Fetching swift-docc-plugin
[2083/51023] Fetching swift-docc-plugin, swiftformat
Fetched https://github.com/apple/swift-docc-plugin from cache (14.91s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (14.91s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.51.7 (17.55s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.76s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.51.7
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swiftformat",
"requirement" : {
"exact" : [
"0.51.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "Outils",
"name" : "Outils",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Outils",
"targets" : [
"Outils"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OutilsTests",
"module_type" : "SwiftTarget",
"name" : "OutilsTests",
"path" : "Tests/OutilsTests",
"sources" : [
"OutilsTests.swift"
],
"target_dependencies" : [
"Outils"
],
"type" : "test"
},
{
"c99name" : "Outils",
"module_type" : "SwiftTarget",
"name" : "Outils",
"path" : "Sources/Outils",
"product_memberships" : [
"Outils"
],
"sources" : [
"ArrayExtensions.swift",
"BundleExtensions.swift",
"Casting.swift",
"CollectionExtensions.swift",
"ErrorMessage.swift",
"OptionalExtensions.swift",
"OptionalType.swift",
"ProcessEnvironment.swift",
"StringExtensions.swift",
"SwiftUI/ColorExtensions.swift",
"SwiftUI/EnvironmentValuesExtensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.