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: v1.0.10
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Bundles
 * tag               v1.0.10    -> FETCH_HEAD
HEAD is now at f310de2 updated Files
Cloned https://github.com/elegantchaos/Bundles.git
Revision (git rev-parse @):
f310de200a3fb08e23fb1fc21ed7984972a6b2b4
SUCCESS checkout https://github.com/elegantchaos/Bundles.git at v1.0.10
========================================
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] Emitting module Files
[12/54] Emitting module ThreadExtensions
[13/54] Compiling Coercion IntConvertible.swift
[14/54] Compiling Coercion StandardConvertible.swift
[15/54] Compiling Coercion StringConvertible.swift
[16/54] Compiling Coercion UIntConvertible.swift
[17/55] Compiling Logger PrintHandler.swift
[18/55] Compiling Logger Context.swift
[19/55] Compiling Logger OSLogHandler.swift
[20/55] Compiling Files ThrowingManager.swift
[21/55] Compiling Files ThrowingReference.swift
[22/55] Compiling Coercion DateConvertible.swift
[23/55] Compiling Coercion DoubleConvertible.swift
[24/55] Compiling Logger NSLogHandler.swift
[25/55] Compiling Coercion Converter.swift
[26/55] Compiling Coercion Date+Coercion.swift
[27/55] Compiling Coercion Dictionary+Coercion.swift
[28/55] Compiling Coercion Double+Coercion.swift
[29/55] Compiling Coercion BoolConvertible.swift
[30/55] Compiling Coercion DataConvertible.swift
[31/55] Compiling ThreadExtensions ThreadExtensions.swift
[38/55] Compiling Files URL+General.swift
[39/55] Compiling Files URL+Security.swift
[40/55] Compiling Logger Channel.swift
[41/55] Emitting module Logger
[42/55] Emitting module Coercion
[43/55] Compiling Coercion BinaryInteger+Coercion.swift
[44/55] Compiling Coercion Bool+Coercion.swift
[45/55] Compiling Coercion String+Coercion.swift
[54/55] Compiling Logger Handler.swift
[55/55] Compiling Logger Manager.swift
[56/62] Compiling Images ImageFactory.swift
[57/62] Compiling Images Image+UIKit.swift
[58/62] Emitting module Images
[59/62] Compiling Images Image+Extensions.swift
[60/62] Compiling Images Image+AppKit.swift
[61/62] Compiling Images AsyncImage.swift
[62/62] Compiling Images ImageCache.swift
[63/66] Compiling Bundles BundleInfo.swift
/Users/builder/builds/UKfvDsi8u/3/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/3/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] Compiling Bundles Bundle+Folders.swift
[65/66] Compiling Bundles Bundle+Decoding.swift
[66/66] Emitting module Bundles
/Users/builder/builds/UKfvDsi8u/3/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/3/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 = "") {
                                                                                 ^
Build complete! (15.42s)
Fetching https://github.com/elegantchaos/SemanticVersion.git from cache
Fetching https://github.com/elegantchaos/Images.git from cache
Fetching https://github.com/elegantchaos/Files.git from cache
Fetching https://github.com/elegantchaos/ThreadExtensions.git from cache
Fetching https://github.com/elegantchaos/Coercion.git from cache
Fetching https://github.com/elegantchaos/Logger.git from cache
Fetched https://github.com/elegantchaos/SemanticVersion.git from cache (0.24s)
Fetching https://github.com/elegantchaos/XCTestExtensions.git from cache
Fetched https://github.com/elegantchaos/Images.git from cache (0.26s)
Fetched https://github.com/elegantchaos/Logger.git from cache (0.26s)
Fetched https://github.com/elegantchaos/ThreadExtensions.git from cache (0.27s)
Fetched https://github.com/elegantchaos/Coercion.git from cache (0.27s)
Fetched https://github.com/elegantchaos/Files.git from cache (0.27s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (0.24s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.3.2 (0.59s)
Computing version for https://github.com/elegantchaos/SemanticVersion.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.0 (0.48s)
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.47s)
Computing version for https://github.com/elegantchaos/Coercion.git
Computed https://github.com/elegantchaos/Coercion.git at 1.1.1 (0.44s)
Computing version for https://github.com/elegantchaos/ThreadExtensions.git
Computed https://github.com/elegantchaos/ThreadExtensions.git at 1.0.1 (0.42s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.6.0 (0.07s)
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.5.0 (0.44s)
Fetching https://github.com/elegantchaos/Matchable.git from cache
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.14s)
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/SemanticVersion.git
Working copy of https://github.com/elegantchaos/SemanticVersion.git resolved at 1.1.0
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/Images.git
Working copy of https://github.com/elegantchaos/Images.git resolved at 1.1.6
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/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
Build complete.
Done.

Build Machine: Mac 7