Build Information
Successful build of SwiftFormatterPlugin with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/SwiftFormatterPlugin.git
Reference: v1.0.3
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/SwiftFormatterPlugin
* tag v1.0.3 -> FETCH_HEAD
HEAD is now at 53d24a9 Added basic docs
Cloned https://github.com/elegantchaos/SwiftFormatterPlugin.git
Revision (git rev-parse @):
53d24a9c47d53f9c67c630e7e23fb50b8b442dd2
SUCCESS checkout https://github.com/elegantchaos/SwiftFormatterPlugin.git at v1.0.3
Fetching https://github.com/nicklockwood/SwiftFormat from cache
Fetched https://github.com/nicklockwood/SwiftFormat (0.23s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.49.11 (0.06s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.49.11
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftformatterplugin",
"name": "SwiftFormatterPlugin",
"url": "https://github.com/elegantchaos/SwiftFormatterPlugin.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFormatterPlugin",
"dependencies": [
{
"identity": "swiftformat",
"name": "SwiftFormat",
"url": "https://github.com/nicklockwood/SwiftFormat",
"version": "0.52.10",
"path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFormat",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/elegantchaos/SwiftFormatterPlugin.git from cache
Fetched https://github.com/elegantchaos/SwiftFormatterPlugin.git (0.22s)
Fetching https://github.com/nicklockwood/SwiftFormat from cache
Fetched https://github.com/nicklockwood/SwiftFormat (0.24s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.52.10 (0.08s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.52.10
Creating working copy for https://github.com/elegantchaos/SwiftFormatterPlugin.git
Working copy of https://github.com/elegantchaos/SwiftFormatterPlugin.git resolved at v1.0.3
Found 1 product dependencies
- SwiftFormat
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatterPlugin
Building for debugging...
[2/17] Compiling SwiftFormat Formatter.swift
[3/17] Compiling SwiftFormat FormattingHelpers.swift
[4/17] Compiling SwiftFormat Globs.swift
[5/17] Compiling SwiftFormat Inference.swift
[6/17] Compiling SwiftFormat Arguments.swift
[7/17] Compiling SwiftFormat CommandLine.swift
[8/17] Compiling SwiftFormat EnumAssociable.swift
[9/17] Compiling SwiftFormat Examples.swift
[10/17] Compiling SwiftFormat Rules.swift
[11/17] Compiling SwiftFormat SwiftFormat.swift
[12/17] Emitting module SwiftFormat
[13/17] Compiling SwiftFormat JSONReporter.swift
[14/17] Compiling SwiftFormat OptionDescriptor.swift
[15/17] Compiling SwiftFormat Options.swift
[16/17] Compiling SwiftFormat ParsingHelpers.swift
[17/18] Compiling SwiftFormat Tokenizer.swift
[18/20] Emitting module CommandLineTool
[19/20] Compiling CommandLineTool main.swift
[19/20] Linking swiftformat
Build complete! (21.13s)
Build complete.
Done.