Build Information
Successful build of DSFValueBinders, reference 1.0.1 (8bbcac
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 6 Aug 2024 07:25:46 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DSFValueBinders-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFValueBinders.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/DSFValueBinders
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 8bbcacd Fix issue where the binding value wasn't set correctly when first created
Cloned https://github.com/dagronf/DSFValueBinders.git
Revision (git rev-parse @):
8bbcacda087d1f0da384c8ad2fda061faabda3f1
SUCCESS checkout https://github.com/dagronf/DSFValueBinders.git at 1.0.1
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/dagronf/DSFValueBinders.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
Resolved source packages:
DSFValueBinders: /Users/admin/builder/spi-builder-workspace
resolved source packages: DSFValueBinders
{
"dependencies" : [
],
"manifest_display_name" : "DSFValueBinders",
"name" : "DSFValueBinders",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DSFValueBinders",
"targets" : [
"DSFValueBinders"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DSFValueBinders-static",
"targets" : [
"DSFValueBinders"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "DSFValueBinders-shared",
"targets" : [
"DSFValueBinders"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DSFValueBindersTests",
"module_type" : "SwiftTarget",
"name" : "DSFValueBindersTests",
"path" : "Tests/DSFValueBindersTests",
"sources" : [
"DSFValueBindersTests.swift",
"DSFValueBindersTransformTests.swift",
"PropertyWrapperTests.swift",
"Utils.swift"
],
"target_dependencies" : [
"DSFValueBinders"
],
"type" : "test"
},
{
"c99name" : "DSFValueBinders",
"module_type" : "SwiftTarget",
"name" : "DSFValueBinders",
"path" : "Sources/DSFValueBinders",
"product_memberships" : [
"DSFValueBinders",
"DSFValueBinders-static",
"DSFValueBinders-shared"
],
"sources" : [
"CombiningValueBinder.swift",
"DSFValueBinders.swift",
"EnumKeyPathBinder.swift",
"KeyPathBinder.swift",
"PropertyWrapper.swift",
"ValueBinder+transform.swift",
"ValueBinder+transformers.swift",
"ValueBinder.swift",
"private/ValueBinder+Binding.swift",
"private/WrappedPublisher.swift",
"utils/SemLock.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"DSFValueBinders",
"DSFValueBinders-Package",
"DSFValueBinders-shared",
"DSFValueBinders-static"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DSFValueBinders-Package -destination platform=macOS,arch=arm64
Build complete.
Done.