Build Information
Successful build of DynamicUI, reference main (dac021
), with Swift 5.9 for macOS (SPM) on 21 Feb 2025 01:25:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.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.9
Building package at path: $PWD
https://github.com/0xWDG/DynamicUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/30] Emitting module DynamicUI
[2/33] 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())
^
[3/33] 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())
^
[4/33] 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())
^
[5/33] 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())
^
[6/33] Compiling DynamicUI DynamicTextEditor.swift
[7/33] Compiling DynamicUI DynamicTextField.swift
[8/33] Compiling DynamicUI DynamicToggle.swift
[9/33] Compiling DynamicUI DynamicVSplitView.swift
[10/33] Compiling DynamicUI DynamicVStack.swift
[11/33] Compiling DynamicUI DynamicZStack.swift
[12/33] Compiling DynamicUI DynamicNavigationView.swift
[13/33] Compiling DynamicUI DynamicPicker.swift
[14/33] Compiling DynamicUI DynamicProgressView.swift
[15/33] Compiling DynamicUI DynamicDivider.swift
[16/33] Compiling DynamicUI DynamicForm.swift
[17/33] Compiling DynamicUI DynamicGauge.swift
[18/33] Compiling DynamicUI DynamicScrollView.swift
[19/33] Compiling DynamicUI DynamicSecureTextField.swift
[20/33] Compiling DynamicUI DynamicSlider.swift
[21/33] Compiling DynamicUI DynamicGroupBox.swift
[22/33] Compiling DynamicUI DynamicHSplitView.swift
[23/33] Compiling DynamicUI DynamicHStack.swift
[24/33] Compiling DynamicUI DynamicImage.swift
[25/33] Compiling DynamicUI DynamicLabel.swift
[26/33] Compiling DynamicUI DynamicList.swift
[27/33] Compiling DynamicUI DynamicSpacer.swift
[28/33] Compiling DynamicUI DynamicTEMPLATE.swift
[29/33] Compiling DynamicUI DynamicText.swift
[30/33] Compiling DynamicUI AnyCodable.swift
[31/33] Compiling DynamicUI DynamicUIHelper.swift
[32/33] Compiling DynamicUI DynamicButton.swift
[33/33] Compiling DynamicUI DynamicDisclosureGroup.swift
Build complete! (8.98s)
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.