Build Information
Successful build of ImagePicker, reference 0.0.1 (7e2063
), with Swift 5.10 for macOS (SPM) on 15 Nov 2024 16:04:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/ImagePicker.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/ImagePicker
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 7e20635 Initial commit
Cloned https://github.com/0xWDG/ImagePicker.git
Revision (git rev-parse @):
7e20635f44f872f60f3409b976779569d4a04760
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/ImagePicker.git at 0.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/0xWDG/ImagePicker.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/4] Compiling ImagePicker ImagePicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/ImagePicker/ImagePicker.swift:92:10: warning: 'onChange(of:perform:)' was deprecated in macOS 14.0: Use `onChange` with a two or zero parameter action closure instead.
.onChange(of: $selectedPickerItem.wrappedValue, perform: { _ in
^
[4/4] Emitting module ImagePicker
Build complete! (9.42s)
Build complete.
Done.