Build Information
Successful build of RakuyoSwift, reference master (d678da
), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 24 Jul 2024 09:23:35 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RakuyoSwift -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.47.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RakuyoKit/swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RakuyoKit/swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d678dac release: 1.3.1
Cloned https://github.com/RakuyoKit/swift.git
Revision (git rev-parse @):
d678dac4f15c8da8c635206f95446ee7f4dbdaa3
SUCCESS checkout https://github.com/RakuyoKit/swift.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.9
Building package at path: $PWD
https://github.com/RakuyoKit/swift.git
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-argument-parser
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
RakuyoSwift: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-argument-parser, RakuyoSwift
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "RakuyoSwift",
"name" : "RakuyoSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FormatSwift",
"targets" : [
"FormatSwift"
],
"type" : {
"plugin" : null
}
},
{
"name" : "RakuyoSwiftFormatTool",
"targets" : [
"RakuyoSwiftFormatTool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftLintBinary",
"module_type" : "BinaryTarget",
"name" : "SwiftLintBinary",
"path" : "remote/archive/SwiftLintBinary-macos.artifactbundle.zip",
"product_memberships" : [
"FormatSwift"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SwiftFormat",
"module_type" : "BinaryTarget",
"name" : "SwiftFormat",
"path" : "remote/archive/SwiftFormat.artifactbundle.zip",
"product_memberships" : [
"FormatSwift"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "RakuyoSwiftFormatToolTests",
"module_type" : "SwiftTarget",
"name" : "RakuyoSwiftFormatToolTests",
"path" : "Tests/RakuyoSwiftFormatToolTests",
"sources" : [
"RakuyoSwiftFormatToolTests.swift"
],
"target_dependencies" : [
"RakuyoSwiftFormatTool"
],
"type" : "test"
},
{
"c99name" : "RakuyoSwiftFormatTool",
"module_type" : "SwiftTarget",
"name" : "RakuyoSwiftFormatTool",
"path" : "Sources/RakuyoSwiftFormatTool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"FormatSwift",
"RakuyoSwiftFormatTool"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/RakuyoSwiftFormatTool/swiftlint.yml",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/RakuyoSwiftFormatTool/rakuyo.swiftformat",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Command.swift",
"RakuyoSwiftFormatTool.swift"
],
"type" : "executable"
},
{
"c99name" : "FormatSwift",
"module_type" : "PluginTarget",
"name" : "FormatSwift",
"path" : "Plugins/FormatSwift",
"plugin_capability" : {
"intent" : {
"description" : "Formats Swift source files according to the Rakuyo Swift Style Guide",
"type" : "custom",
"verb" : "format"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Format Swift source files",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"FormatSwift"
],
"sources" : [
"CommandContext.swift",
"Plugin.swift"
],
"target_dependencies" : [
"RakuyoSwiftFormatTool",
"SwiftFormat",
"SwiftLintBinary"
],
"type" : "plugin"
}
],
"tools_version" : "5.8"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"RakuyoSwift"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RakuyoSwift -destination platform=macOS,arch=arm64
Build complete.
Done.