The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ImagePicker, reference main (7e2063), with Swift 5.10 for macOS (SPM) on 15 Nov 2024 16:05:19 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/ImagePicker
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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] Emitting module ImagePicker
[4/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
         ^
Build complete! (9.36s)
Build complete.
Done.