Build Information
Successful build of WingedSwift, reference 1.2.1 (3b7b7f
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 13 Aug 2024 22:57:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WingedSwift -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/micheltlutz/Winged-Swift.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/micheltlutz/Winged-Swift
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at 3b7b7fc Merge pull request #5 from micheltlutz/hotfix/script
Cloned https://github.com/micheltlutz/Winged-Swift.git
Revision (git rev-parse @):
3b7b7fc6e422c6d63e64cba69d0d3d601ffba8ab
SUCCESS checkout https://github.com/micheltlutz/Winged-Swift.git at 1.2.1
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/micheltlutz/Winged-Swift.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/swiftlang/swift-docc-plugin
Fetching from https://github.com/apple/swift-docc-symbolkit
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.3.0 of package ‘swift-docc-plugin’
Resolved source packages:
SymbolKit: https://github.com/apple/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.3.0
WingedSwift: /Users/admin/builder/spi-builder-workspace
resolved source packages: SymbolKit, SwiftDocCPlugin, WingedSwift
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "WingedSwift",
"name" : "WingedSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WingedSwift",
"targets" : [
"WingedSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WingedSwiftTests",
"module_type" : "SwiftTarget",
"name" : "WingedSwiftTests",
"path" : "Tests/WingedSwiftTests",
"sources" : [
"CodeTests.swift",
"FormsTests.swift",
"HTMLTagTests.swift"
],
"target_dependencies" : [
"WingedSwift"
],
"type" : "test"
},
{
"c99name" : "WingedSwift",
"module_type" : "SwiftTarget",
"name" : "WingedSwift",
"path" : "Sources/WingedSwift",
"product_memberships" : [
"WingedSwift"
],
"sources" : [
"HTML/Code/Code.swift",
"HTML/Code/Embed.swift",
"HTML/Code/Pre.swift",
"HTML/Commons/A.swift",
"HTML/Commons/Body.swift",
"HTML/Commons/Div.swift",
"HTML/Commons/Dl.swift",
"HTML/Commons/Footer.swift",
"HTML/Commons/Head.swift",
"HTML/Commons/Header.swift",
"HTML/Commons/Img.swift",
"HTML/Commons/Li.swift",
"HTML/Commons/Link.swift",
"HTML/Commons/MainTag.swift",
"HTML/Commons/Meta.swift",
"HTML/Commons/Nav.swift",
"HTML/Commons/Ol.swift",
"HTML/Commons/P.swift",
"HTML/Commons/Script.swift",
"HTML/Commons/Table.swift",
"HTML/Commons/Td.swift",
"HTML/Commons/Th.swift",
"HTML/Commons/Title.swift",
"HTML/Commons/Tr.swift",
"HTML/Commons/Ul.swift",
"HTML/Forms/Fieldset.swift",
"HTML/Forms/Form.swift",
"HTML/Forms/Input.swift",
"HTML/Forms/Label.swift",
"HTML/Forms/Option.swift",
"HTML/Forms/Section.swift",
"HTML/Forms/Select.swift",
"HTML/Forms/Textarea.swift",
"WingedSwift.swift",
"core/Attribute.swift",
"core/HTMLTag.swift",
"functions/HTMLFunctions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"WingedSwift"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WingedSwift -destination platform=macOS,arch=arm64
Build complete.
Done.