Build Information
Successful build of Bundles, reference main (1673ca
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 11:54:08 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/elegantchaos/Bundles.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Bundles
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1673ca6 Updated workflow
Cloned https://github.com/elegantchaos/Bundles.git
Revision (git rev-parse @):
1673ca67d9b4827edce5fcb03f9ca76613bffb5a
SUCCESS checkout https://github.com/elegantchaos/Bundles.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/elegantchaos/Bundles.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-1EA4D86E10B52AF.txt
[9/56] Compiling Coercion IntConvertible.swift
[10/57] Compiling Coercion UIntConvertible.swift
[11/57] Compiling Coercion StandardConvertible.swift
[12/57] Compiling Coercion StringConvertible.swift
[13/57] Emitting module Coercion
[14/57] Compiling Files ItemName.swift
[15/57] Compiling Files NonThrowingFile.swift
[16/58] Emitting module Files
[17/58] Compiling Files ThrowingFolder.swift
[18/58] Compiling Files ThrowingItem.swift
[19/58] Compiling Files FileManager+Directories.swift
[20/58] Compiling Files FileManager+General.swift
[21/58] Compiling Coercion String+Coercion.swift
[22/58] Compiling ThreadExtensions ThreadExtensions.swift
[23/58] Emitting module ThreadExtensions
[24/58] Compiling Logger NSLogHandler.swift
[25/58] Compiling Logger ManagerSettings.swift
[26/58] Compiling Logger UserDefaultsManagerSettings.swift
[27/58] Compiling Logger OSLogHandler.swift
[28/58] Compiling Logger PrintHandler.swift
[29/58] Compiling Files FolderManager.swift
[30/58] Compiling Files Item.swift
[33/58] Compiling Logger Manager.swift
[34/58] Compiling SemanticVersion SemanticVersion+Comparabl.swift
[35/58] Emitting module SemanticVersion
[36/58] Compiling SemanticVersion SemanticVersion.swift
[37/58] Compiling Files NonThrowingFolder.swift
[38/58] Compiling Files NonThrowingItem.swift
[39/58] Compiling Files ItemContainer.swift
[40/58] Compiling Files ItemLocation.swift
[43/58] Compiling Files NonThrowingManager.swift
[44/58] Compiling Files ThrowingFile.swift
[47/58] Compiling Files ThrowingManager.swift
[48/58] Compiling Files ThrowingReference.swift
[49/58] Compiling Files URL+General.swift
[54/58] Compiling Files URL+Security.swift
[55/58] Compiling Logger Handler.swift
[56/58] Compiling Logger Channel.swift
[57/58] Emitting module Logger
[58/58] Compiling Logger Context.swift
[59/65] Compiling Images Image+UIKit.swift
[60/65] Compiling Images ImageFactory.swift
[61/65] Compiling Images ImageCache.swift
[62/65] Emitting module Images
[63/65] Compiling Images Image+Extensions.swift
[64/65] Compiling Images AsyncImage.swift
[65/65] Compiling Images Image+AppKit.swift
[66/69] Compiling Bundles BundleInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bundles/BundleInfo.swift:45:82: warning: initializer 'init()' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
43 |
44 | #if canImport(UIKit) || canImport(AppKit)
45 | public init(name: String, id: String, executable: String = "", icon: Image = Image(), build: Int, version: SemanticVersion, commit: String = "", copyright: String = "") {
| |- warning: initializer 'init()' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'AppKit' will be added implicitly
46 | self.name = name
47 | self.id = id
[67/69] Compiling Bundles Bundle+Folders.swift
[68/69] Emitting module Bundles
/Users/admin/builder/spi-builder-workspace/Sources/Bundles/BundleInfo.swift:45:82: warning: initializer 'init()' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
43 |
44 | #if canImport(UIKit) || canImport(AppKit)
45 | public init(name: String, id: String, executable: String = "", icon: Image = Image(), build: Int, version: SemanticVersion, commit: String = "", copyright: String = "") {
| |- warning: initializer 'init()' cannot be used in a default argument value because 'AppKit' was not imported by this file; this is an error in the Swift 6 language mode
| `- note: The missing import of module 'AppKit' will be added implicitly
46 | self.name = name
47 | self.id = id
[69/69] Compiling Bundles Bundle+Decoding.swift
Build complete! (21.48s)
Fetching https://github.com/elegantchaos/XCTestExtensions.git
Fetching https://github.com/elegantchaos/Images.git
Fetching https://github.com/elegantchaos/Coercion.git
Fetching https://github.com/elegantchaos/Files.git
Fetching https://github.com/elegantchaos/SemanticVersion.git
[1/687] Fetching files
[56/849] Fetching files, images
[202/1420] Fetching files, images, xctestextensions
[446/1694] Fetching files, images, xctestextensions, coercion
[679/1846] Fetching files, images, xctestextensions, coercion, semanticversion
Fetched https://github.com/elegantchaos/SemanticVersion.git from cache (0.77s)
Fetched https://github.com/elegantchaos/Files.git from cache (0.77s)
Fetched https://github.com/elegantchaos/Images.git from cache (0.77s)
Fetched https://github.com/elegantchaos/Coercion.git from cache (0.77s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.77s)
Computing version for https://github.com/elegantchaos/Files.git
Computed https://github.com/elegantchaos/Files.git at 1.2.2 (1.31s)
Computing version for https://github.com/elegantchaos/Images.git
Computed https://github.com/elegantchaos/Images.git at 1.1.6 (0.51s)
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/elegantchaos/ThreadExtensions.git
[1/42] Fetching threadextensions
[43/2142] Fetching threadextensions, logger
Fetched https://github.com/elegantchaos/Logger.git from cache (0.90s)
Fetched https://github.com/elegantchaos/ThreadExtensions.git from cache (0.90s)
Computing version for https://github.com/elegantchaos/ThreadExtensions.git
Computed https://github.com/elegantchaos/ThreadExtensions.git at 1.0.1 (1.43s)
Computing version for https://github.com/elegantchaos/SemanticVersion.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.2 (0.49s)
Computing version for https://github.com/elegantchaos/Coercion.git
Computed https://github.com/elegantchaos/Coercion.git at 1.1.3 (0.49s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.5.1 (0.50s)
Fetching https://github.com/elegantchaos/Matchable.git
[1/113] Fetching matchable
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.69s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (1.20s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.2 (0.55s)
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.2
Creating working copy for https://github.com/elegantchaos/ThreadExtensions.git
Working copy of https://github.com/elegantchaos/ThreadExtensions.git resolved at 1.0.1
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.5.1
Creating working copy for https://github.com/elegantchaos/Files.git
Working copy of https://github.com/elegantchaos/Files.git resolved at 1.2.2
Creating working copy for https://github.com/elegantchaos/Images.git
Working copy of https://github.com/elegantchaos/Images.git resolved at 1.1.6
Creating working copy for https://github.com/elegantchaos/SemanticVersion.git
Working copy of https://github.com/elegantchaos/SemanticVersion.git resolved at 1.1.2
Creating working copy for https://github.com/elegantchaos/Coercion.git
Working copy of https://github.com/elegantchaos/Coercion.git resolved at 1.1.3
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
Build complete.
{
"dependencies" : [
{
"identity" : "coercion",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Coercion.git"
},
{
"identity" : "images",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Images.git"
},
{
"identity" : "files",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/Files.git"
},
{
"identity" : "semanticversion",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/SemanticVersion.git"
},
{
"identity" : "xctestextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elegantchaos/XCTestExtensions.git"
}
],
"manifest_display_name" : "Bundles",
"name" : "Bundles",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Bundles",
"targets" : [
"Bundles"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BundlesTests",
"module_type" : "SwiftTarget",
"name" : "BundlesTests",
"path" : "Tests/BundlesTests",
"product_dependencies" : [
"XCTestExtensions"
],
"sources" : [
"BundlesTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Bundles"
],
"type" : "test"
},
{
"c99name" : "Bundles",
"module_type" : "SwiftTarget",
"name" : "Bundles",
"path" : "Sources/Bundles",
"product_dependencies" : [
"Coercion",
"Files",
"Images",
"SemanticVersion"
],
"product_memberships" : [
"Bundles"
],
"sources" : [
"Bundle+Decoding.swift",
"Bundle+Folders.swift",
"BundleInfo.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.