The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Bundles with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/Bundles.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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:             5.10
Building package at path:  $workDir
https://github.com/elegantchaos/Bundles.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version--423B1241ED78D482.txt
[9/52] Emitting module SemanticVersion
[10/52] Compiling SemanticVersion SemanticVersion.swift
[11/52] Compiling Coercion IntConvertible.swift
[12/52] Compiling Coercion StandardConvertible.swift
[13/52] Compiling Coercion StringConvertible.swift
[14/52] Compiling Coercion UIntConvertible.swift
[15/53] Compiling Logger Handler.swift
[16/53] Emitting module Logger
[17/53] Compiling Logger OSLogHandler.swift
[18/53] Compiling Logger PrintHandler.swift
[19/53] Compiling Coercion DateConvertible.swift
[20/53] Compiling Coercion DoubleConvertible.swift
[21/53] Compiling Files NonThrowingFile.swift
[22/53] Compiling Files NonThrowingManager.swift
[23/53] Emitting module Coercion
[24/53] Compiling Files ThrowingManager.swift
[25/53] Compiling Files ThrowingReference.swift
[28/55] Compiling Coercion Dictionary+Coercion.swift
[29/55] Compiling Coercion Double+Coercion.swift
[30/55] Compiling Logger NSLogHandler.swift
[31/55] Emitting module ThreadExtensions
[32/55] Compiling ThreadExtensions ThreadExtensions.swift
[33/55] Compiling Coercion String+Coercion.swift
[34/55] Compiling Coercion BinaryInteger+Coercion.swift
[35/55] Compiling Coercion Bool+Coercion.swift
[36/55] Compiling Coercion Converter.swift
[37/55] Compiling Coercion Date+Coercion.swift
[38/55] Emitting module Files
[51/55] Compiling Logger Channel.swift
[52/55] Compiling Logger Manager.swift
[53/55] Compiling Logger Context.swift
[54/55] Compiling Files URL+General.swift
[55/55] Compiling Files URL+Security.swift
[56/62] Compiling Images ImageFactory.swift
[57/62] Compiling Images Image+UIKit.swift
[58/62] Compiling Images Image+Extensions.swift
[59/62] Compiling Images ImageCache.swift
[60/62] Emitting module Images
[61/62] Compiling Images AsyncImage.swift
[62/62] Compiling Images Image+AppKit.swift
[63/66] Compiling Bundles BundleInfo.swift
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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 Swift 6
    public init(name: String, id: String, executable: String = "", icon: Image = Image(), build: Int, version: SemanticVersion, commit: String = "", copyright: String = "") {
                                                                                 ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bundles/BundleInfo.swift:45:82: note: The missing import of module 'AppKit' will be added implicitly
    public init(name: String, id: String, executable: String = "", icon: Image = Image(), build: Int, version: SemanticVersion, commit: String = "", copyright: String = "") {
                                                                                 ^
[64/66] Emitting module Bundles
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-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 Swift 6
    public init(name: String, id: String, executable: String = "", icon: Image = Image(), build: Int, version: SemanticVersion, commit: String = "", copyright: String = "") {
                                                                                 ^
/Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bundles/BundleInfo.swift:45:82: note: The missing import of module 'AppKit' will be added implicitly
    public init(name: String, id: String, executable: String = "", icon: Image = Image(), build: Int, version: SemanticVersion, commit: String = "", copyright: String = "") {
                                                                                 ^
[65/66] Compiling Bundles Bundle+Folders.swift
[66/66] Compiling Bundles Bundle+Decoding.swift
Build complete! (14.66s)
Fetching https://github.com/elegantchaos/Images.git from cache
Fetching https://github.com/elegantchaos/Logger.git from cache
Fetching https://github.com/elegantchaos/Files.git from cache
Fetching https://github.com/elegantchaos/XCTestExtensions.git from cache
Fetching https://github.com/elegantchaos/ThreadExtensions.git from cache
Fetching https://github.com/elegantchaos/SemanticVersion.git from cache
Fetched https://github.com/elegantchaos/ThreadExtensions.git from cache (0.24s)
Fetching https://github.com/elegantchaos/Coercion.git from cache
Fetched https://github.com/elegantchaos/Logger.git from cache (0.24s)
Fetched https://github.com/elegantchaos/Images.git from cache (0.24s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.23s)
Fetched https://github.com/elegantchaos/Files.git from cache (0.24s)
Fetched https://github.com/elegantchaos/SemanticVersion.git from cache (0.25s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Fetched https://github.com/elegantchaos/Coercion.git from cache (0.21s)
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.3.2 (0.52s)
Computing version for https://github.com/elegantchaos/SemanticVersion.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.0 (0.53s)
Computing version for https://github.com/elegantchaos/Files.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.0 (0.00s)
Computed https://github.com/elegantchaos/Files.git at 1.2.2 (0.00s)
Computing version for https://github.com/elegantchaos/Images.git
Computed https://github.com/elegantchaos/Images.git at 1.1.6 (0.46s)
Computing version for https://github.com/elegantchaos/Coercion.git
Computed https://github.com/elegantchaos/Coercion.git at 1.1.1 (0.46s)
Computing version for https://github.com/elegantchaos/ThreadExtensions.git
Computed https://github.com/elegantchaos/ThreadExtensions.git at 1.0.1 (0.46s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.6.0 (0.05s)
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.5.0 (0.38s)
Fetching https://github.com/elegantchaos/Matchable.git from cache
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.17s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (0.35s)
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.6.0
Creating working copy for https://github.com/elegantchaos/Coercion.git
Working copy of https://github.com/elegantchaos/Coercion.git resolved at 1.1.1
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
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.0
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/SemanticVersion.git
Working copy of https://github.com/elegantchaos/SemanticVersion.git resolved at 1.1.0
Creating working copy for https://github.com/elegantchaos/Images.git
Working copy of https://github.com/elegantchaos/Images.git resolved at 1.1.6
Build complete.
Done.

Build Machine: Mac 7