Build Information
Successful build of UIx with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/buhe/UIx.git
Reference: 0.7.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/buhe/UIx
* tag 0.7.0 -> FETCH_HEAD
HEAD is now at 2c3db33 "Refactor UIx.swift by removing UIKit import and adding conditional compilation for iOS."
Cloned https://github.com/buhe/UIx.git
Revision (git rev-parse @):
2c3db33ef36f74ab4d8419628b91c459eac4c1ad
SUCCESS checkout https://github.com/buhe/UIx.git at 0.7.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/buhe/UIx.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/10] Compiling UIx DotsActivityView.swift
[4/10] Emitting module UIx
[5/10] Compiling UIx CircleActivityView.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIx/LoadingView/ActivityViews/CircleActivityView.swift:43:18: warning: 'animation' was deprecated in macOS 12.0: Use withAnimation or animation(_:value:) instead.
.animation(Animation.linear(duration: 1).repeatForever(autoreverses: false))
^
[6/10] Compiling UIx Tabbars.swift
[7/10] Compiling UIx DotView.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/UIx/LoadingView/ActivityViews/Dots/DotView.swift:37:14: warning: 'animation' was deprecated in macOS 12.0: Use withAnimation or animation(_:value:) instead.
.animation(Animation.easeInOut(duration: 0.6).repeatForever().delay(delay))
^
[8/10] Compiling UIx ContainerActivityView.swift
[9/10] Compiling UIx BlurViewModifier.swift
[10/10] Compiling UIx TopViewExtension.swift
[11/11] Compiling UIx UIx.swift
Build complete! (5.81s)
Build complete.
Done.