Build Information
Successful build of DynamicUI, reference main (dac021
), with Swift 5.10 for macOS (SPM) on 21 Feb 2025 01:25:38 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/DynamicUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/DynamicUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dac0214 Update README.md
Cloned https://github.com/0xWDG/DynamicUI.git
Revision (git rev-parse @):
dac021485834c0cefbccaff1d3e250276b10c963
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/DynamicUI.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/0xWDG/DynamicUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/32] Emitting module DynamicUI
[4/35] Compiling DynamicUI DynamicTextEditor.swift
[5/35] Compiling DynamicUI DynamicTextField.swift
[6/35] Compiling DynamicUI DynamicToggle.swift
[7/35] Compiling DynamicUI DynamicVSplitView.swift
[8/35] Compiling DynamicUI DynamicVStack.swift
[9/35] Compiling DynamicUI DynamicZStack.swift
[10/35] Compiling DynamicUI DynamicDivider.swift
[11/35] Compiling DynamicUI DynamicForm.swift
[12/35] Compiling DynamicUI DynamicGauge.swift
[13/35] Compiling DynamicUI DynamicSpacer.swift
[14/35] Compiling DynamicUI DynamicTEMPLATE.swift
[15/35] Compiling DynamicUI DynamicText.swift
[16/35] Compiling DynamicUI DynamicGroupBox.swift
[17/35] Compiling DynamicUI DynamicHSplitView.swift
[18/35] Compiling DynamicUI DynamicHStack.swift
[19/35] Compiling DynamicUI DynamicScrollView.swift
[20/35] Compiling DynamicUI DynamicSecureTextField.swift
[21/35] Compiling DynamicUI DynamicSlider.swift
[22/35] Compiling DynamicUI DynamicNavigationView.swift
[23/35] Compiling DynamicUI DynamicPicker.swift
[24/35] Compiling DynamicUI DynamicProgressView.swift
[25/35] Compiling DynamicUI DynamicUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamicUI/Extensions/View.modifiers.swift:60:45: warning: 'frame()' is deprecated: Please pass one or more parameters.
tempView = AnyView(tempView.frame())
^
[26/35] Compiling DynamicUI DynamicUIComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamicUI/Extensions/View.modifiers.swift:60:45: warning: 'frame()' is deprecated: Please pass one or more parameters.
tempView = AnyView(tempView.frame())
^
[27/35] Compiling DynamicUI Binding.onChange.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamicUI/Extensions/View.modifiers.swift:60:45: warning: 'frame()' is deprecated: Please pass one or more parameters.
tempView = AnyView(tempView.frame())
^
[28/35] Compiling DynamicUI View.modifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/DynamicUI/Extensions/View.modifiers.swift:60:45: warning: 'frame()' is deprecated: Please pass one or more parameters.
tempView = AnyView(tempView.frame())
^
[29/35] Compiling DynamicUI DynamicImage.swift
[30/35] Compiling DynamicUI DynamicLabel.swift
[31/35] Compiling DynamicUI DynamicList.swift
[32/35] Compiling DynamicUI AnyCodable.swift
[33/35] Compiling DynamicUI DynamicUIHelper.swift
[34/35] Compiling DynamicUI DynamicButton.swift
[35/35] Compiling DynamicUI DynamicDisclosureGroup.swift
Build complete! (8.35s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/DynamicUI/PrivacyInfo.xcprivacy
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DynamicUI",
"name" : "DynamicUI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
}
],
"products" : [
{
"name" : "DynamicUI",
"targets" : [
"DynamicUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DynamicUITests",
"module_type" : "SwiftTarget",
"name" : "DynamicUITests",
"path" : "Tests/DynamicUITests",
"sources" : [
"DynamicUITests.swift"
],
"target_dependencies" : [
"DynamicUI"
],
"type" : "test"
},
{
"c99name" : "DynamicUI",
"module_type" : "SwiftTarget",
"name" : "DynamicUI",
"path" : "Sources/DynamicUI",
"product_memberships" : [
"DynamicUI"
],
"sources" : [
"DynamicUI.swift",
"DynamicUIComponent.swift",
"Extensions/Binding.onChange.swift",
"Extensions/View.modifiers.swift",
"Helpers/AnyCodable.swift",
"Helpers/DynamicUIHelper.swift",
"Views/DynamicButton.swift",
"Views/DynamicDisclosureGroup.swift",
"Views/DynamicDivider.swift",
"Views/DynamicForm.swift",
"Views/DynamicGauge.swift",
"Views/DynamicGroupBox.swift",
"Views/DynamicHSplitView.swift",
"Views/DynamicHStack.swift",
"Views/DynamicImage.swift",
"Views/DynamicLabel.swift",
"Views/DynamicList.swift",
"Views/DynamicNavigationView.swift",
"Views/DynamicPicker.swift",
"Views/DynamicProgressView.swift",
"Views/DynamicScrollView.swift",
"Views/DynamicSecureTextField.swift",
"Views/DynamicSlider.swift",
"Views/DynamicSpacer.swift",
"Views/DynamicTEMPLATE.swift",
"Views/DynamicText.swift",
"Views/DynamicTextEditor.swift",
"Views/DynamicTextField.swift",
"Views/DynamicToggle.swift",
"Views/DynamicVSplitView.swift",
"Views/DynamicVStack.swift",
"Views/DynamicZStack.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.