Build Information
Successful build of SwiftLI, reference 0.3.1 (23e7cc
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 30 Jul 2024 19:36:05 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftLI-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KC-2001MS/SwiftLI.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KC-2001MS/SwiftLI
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at 23e7cc0 fix makefile
Cloned https://github.com/KC-2001MS/SwiftLI.git
Revision (git rev-parse @):
23e7cc06af7e5d684943a3d7ca45b941989426ed
SUCCESS checkout https://github.com/KC-2001MS/SwiftLI.git at 0.3.1
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/KC-2001MS/SwiftLI.git
Command line invocation:
/Applications/Xcode-15.4.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-docc-symbolkit
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/apple/swift-testing.git
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/apple/swift-argument-parser
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.3.0 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
SwiftLI: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/apple/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.3.0
resolved source packages: swift-argument-parser, SwiftLI, SymbolKit, SwiftDocCPlugin
{
"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.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin.git"
}
],
"manifest_display_name" : "SwiftLI",
"name" : "SwiftLI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SwiftLI",
"targets" : [
"SwiftLI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "sclt",
"targets" : [
"sclt"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "sclt",
"module_type" : "SwiftTarget",
"name" : "sclt",
"path" : "Sources/sclt",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"sclt"
],
"sources" : [
"Subcommands/Break.swift",
"Subcommands/Group.swift",
"Subcommands/HDivider.swift",
"Subcommands/Label.swift",
"Subcommands/Spacer.swift",
"Subcommands/SwiftLogo.swift",
"Subcommands/Text.swift",
"SwiftLI.swift"
],
"target_dependencies" : [
"SwiftLI"
],
"type" : "executable"
},
{
"c99name" : "SwiftLI",
"module_type" : "SwiftTarget",
"name" : "SwiftLI",
"path" : "Sources/SwiftLI",
"product_memberships" : [
"SwiftLI",
"sclt"
],
"sources" : [
"CLI Basic Components/Break.swift",
"CLI Basic Components/Group.swift",
"CLI Basic Components/HDivider.swift",
"CLI Basic Components/Label.swift",
"CLI Basic Components/Spacer.swift",
"CLT Expansion Components/Emoticon.swift",
"CLT Expansion Components/SwiftLogo.swift",
"Style/BlinkStyle.swift",
"Style/Color.swift",
"Style/LabelStyle.swift",
"Style/LineStyle.swift",
"Style/Weight.swift",
"View.swift",
"ViewBuilder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"sclt",
"SwiftLI",
"SwiftLI-Package",
"SwiftLITests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftLI-Package -destination platform=macOS,arch=arm64
Build complete.
Done.