The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Alter with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hainayanda/Alter.git
Reference: 1.2.9
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/hainayanda/Alter
 * tag               1.2.9      -> FETCH_HEAD
HEAD is now at babc7a3 Merge pull request #13 from hainayanda/change-user-name
Cloned https://github.com/hainayanda/Alter.git into spi-builder-workspace
babc7a303c4214950a0c6f3e3a509b6cc8123dd4
SUCCESS checkout https://github.com/hainayanda/Alter.git at 1.2.9
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/Quick/Quick.git from cache
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.27s)
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetched https://github.com/Quick/Nimble.git (0.46s)
Fetched https://github.com/Quick/Quick.git (0.46s)
Computing version for https://github.com/Quick/Nimble.git
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.20s)
Computed https://github.com/Quick/Nimble.git at 9.2.0 (0.03s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 4.0.0 (0.02s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.0.0 (0.02s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.02s)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 4.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.0.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.0.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.0
Building for debugging...
[1/8] Compiling Alter DecoderEncoder+Extensions.swift
[2/8] Compiling Alter Mirror+Extensions.swift
[3/9] Compiling Alter AlterableProperty.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Alter/Classes/AlterableProperty.swift:10:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol AlterableProperty: class, Codable {
                            ^~~~~
                            AnyObject
[4/9] Compiling Alter AlterError.swift
[5/9] Compiling Alter Array+Extensions.swift
[6/9] Emitting module Alter
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Alter/Classes/AlterableProperty.swift:10:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol AlterableProperty: class, Codable {
                            ^~~~~
                            AnyObject
[7/9] Compiling Alter AlterCodingKey.swift
[8/9] Compiling Alter Alterable.swift
[9/9] Compiling Alter TypeAlterer.swift
Build complete! (10.13s)
Build complete.
Done.