Build Information
Successful build of Vexil, reference main (d0caf3
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 23 Jul 2024 11:51:35 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Vexil -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.47.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/unsignedapps/Vexil.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/unsignedapps/Vexil
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d0caf39 Merge pull request #125 from unsignedapps/keith/cosmetic-fixes
Cloned https://github.com/unsignedapps/Vexil.git
Revision (git rev-parse @):
d0caf391a48cb25269d56afbe88f3c52c8f09305
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/unsignedapps/Vexil.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/unsignedapps/Vexil.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-async-algorithms.git
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/apple/swift-testing.git
Fetching from https://github.com/nicklockwood/SwiftFormat.git
Fetching from https://github.com/apple/swift-collections.git
Creating working copy of package ‘swift-syntax’
Checking out 510.0.2 of package ‘swift-syntax’
Creating working copy of package ‘SwiftFormat’
Checking out 0.54.2 of package ‘SwiftFormat’
Creating working copy of package ‘swift-testing’
Checking out 0.7.0 of package ‘swift-testing’
Creating working copy of package ‘swift-collections’
Checking out 1.1.2 of package ‘swift-collections’
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.0.1 of package ‘swift-async-algorithms’
Resolved source packages:
swift-collections: https://github.com/apple/swift-collections.git @ 1.1.2
swift-testing: https://github.com/apple/swift-testing.git @ 0.7.0
swift-async-algorithms: https://github.com/apple/swift-async-algorithms.git @ 1.0.1
SwiftFormat: https://github.com/nicklockwood/SwiftFormat.git @ 0.54.2
Vexil: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/apple/swift-syntax.git @ 510.0.2
resolved source packages: swift-collections, swift-testing, swift-async-algorithms, SwiftFormat, Vexil, swift-syntax
{
"dependencies" : [
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.54.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.0",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "swift-testing",
"requirement" : {
"exact" : [
"0.7.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-testing.git"
}
],
"manifest_display_name" : "Vexil",
"name" : "Vexil",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Vexil",
"targets" : [
"Vexil"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VexilMacros",
"targets" : [
"VexilMacros"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "VexilTests",
"module_type" : "SwiftTarget",
"name" : "VexilTests",
"path" : "Tests/VexilTests",
"product_dependencies" : [
"Testing"
],
"sources" : [
"BoxedFlagValueDecodingTests.swift",
"BoxedFlagValueEncodingTests.swift",
"EquatableTests.swift",
"FlagDetailTests.swift",
"FlagPoleTests.swift",
"FlagValueBoxingTests.swift",
"FlagValueCompilationTests.swift",
"FlagValueDictionaryTests.swift",
"FlagValueSourceTests.swift",
"FlagValueUnboxingTests.swift",
"KeyEncodingTests.swift",
"PublisherTests.swift",
"SnapshotTests.swift",
"UserDefaultPublisherTests.swift",
"UserDefaultsDecodingTests.swift",
"UserDefaultsEncodingTests.swift",
"Utilities/Tags.swift",
"Utilities/TestRunner.swift"
],
"target_dependencies" : [
"Vexil"
],
"type" : "test"
},
{
"c99name" : "VexilMacros",
"module_type" : "SwiftTarget",
"name" : "VexilMacros",
"path" : "Sources/VexilMacros",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftSyntax",
"SwiftSyntaxBuilder",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"Vexil",
"VexilMacros"
],
"sources" : [
"FlagContainerMacro.swift",
"FlagGroupMacro.swift",
"FlagMacro.swift",
"Plugin.swift",
"Utilities/AttributeArgument.swift",
"Utilities/PatternBindingSyntax.swift",
"Utilities/SimpleVariables.swift",
"Utilities/String+Snakecase.swift"
],
"type" : "macro"
},
{
"c99name" : "VexilMacroTests",
"module_type" : "SwiftTarget",
"name" : "VexilMacroTests",
"path" : "Tests/VexilMacroTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"EquatableFlagContainerMacroTests.swift",
"FlagContainerMacroTests.swift",
"FlagGroupMacroTests.swift",
"FlagMacroTests.swift"
],
"target_dependencies" : [
"VexilMacros"
],
"type" : "test"
},
{
"c99name" : "Vexil",
"module_type" : "SwiftTarget",
"name" : "Vexil",
"path" : "Sources/Vexil",
"product_dependencies" : [
"AsyncAlgorithms"
],
"product_memberships" : [
"Vexil"
],
"sources" : [
"Configuration.swift",
"Container.swift",
"DisplayOptions.swift",
"Flag.swift",
"Group.swift",
"KeyPath.swift",
"Lookup.swift",
"Observability/FlagGroupWigwag.swift",
"Observability/FlagWigwag.swift",
"Observability/Observing.swift",
"Pole+Observability.swift",
"Pole.swift",
"Snapshots/MutableFlagContainer.swift",
"Snapshots/Snapshot+Extensions.swift",
"Snapshots/Snapshot+FlagValueSource.swift",
"Snapshots/Snapshot+Lookup.swift",
"Snapshots/Snapshot.swift",
"Snapshots/SnapshotBuilder.swift",
"Sources/BoxedFlagValue+NSObject.swift",
"Sources/FlagValueDictionary+Collection.swift",
"Sources/FlagValueDictionary+FlagValueSource.swift",
"Sources/FlagValueDictionary.swift",
"Sources/FlagValueSource.swift",
"Sources/FlagValueSourceCoordinator.swift",
"Sources/NSUbiquitousKeyValueStore+FlagValueSource.swift",
"Sources/NonSendableFlagValueSource.swift",
"Sources/UserDefaults+FlagValueSource.swift",
"StreamManager.swift",
"Utilities/BoxedFlagValue+Codable.swift",
"Utilities/CollectionDifference.Change+Element.swift",
"Utilities/Locks.swift",
"Utilities/POSIXLocks.swift",
"Utilities/UnfairLocks.swift",
"Value.swift",
"Visitor.swift",
"Visitors/FlagDescriber.swift",
"Visitors/FlagRemover.swift",
"Visitors/FlagSetter.swift"
],
"target_dependencies" : [
"VexilMacros"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Testing",
"Vexil"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Testing",
"Vexil"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Vexil -destination platform=macOS,arch=arm64
Build complete.
Done.