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

Failed to build PhotoSelectAndCrop, reference main (8eeea0), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 13:27:07 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Rillieux/PhotoSelectAndCrop.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Rillieux/PhotoSelectAndCrop
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8eeea02 Merge pull request #6 from NicolasAlmerge/patch-1
Cloned https://github.com/Rillieux/PhotoSelectAndCrop.git
Revision (git rev-parse @):
8eeea02cbbdd903bc2e0f2b35d298b6d9371a18b
SUCCESS checkout https://github.com/Rillieux/PhotoSelectAndCrop.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "photoselectandcrop",
      "name": "PhotoSelectAndCrop",
      "url": "https://github.com/Rillieux/PhotoSelectAndCrop.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PhotoSelectAndCrop",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Rillieux/PhotoSelectAndCrop.git
[1/241] Fetching photoselectandcrop
Fetched https://github.com/Rillieux/PhotoSelectAndCrop.git from cache (1.04s)
Creating working copy for https://github.com/Rillieux/PhotoSelectAndCrop.git
Working copy of https://github.com/Rillieux/PhotoSelectAndCrop.git resolved at main (8eeea02)
warning: '.resolve-product-dependencies': dependency 'photoselectandcrop' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Rillieux/PhotoSelectAndCrop.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/5] Write sources
[1/5] Copying Info.plist
[1/5] Copying Localizable.strings
[4/5] Write swift-version--7754E27361AE5C74.txt
[6/18] Compiling PhotoSelectAndCrop ImagePane.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
[7/19] Compiling PhotoSelectAndCrop SystemImagePicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
[8/19] Compiling PhotoSelectAndCrop ImageMoveAndScaleSheet+ViewModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
[9/19] Compiling PhotoSelectAndCrop ImageMoveAndScaleSheet.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
[10/19] Compiling PhotoSelectAndCrop resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
[11/19] Compiling PhotoSelectAndCrop SystemPHPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
[12/19] Compiling PhotoSelectAndCrop ViewModifiers.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/19] Emitting module PhotoSelectAndCrop
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
[14/19] Compiling PhotoSelectAndCrop Image+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
[15/19] Compiling PhotoSelectAndCrop ImageAttributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
[16/19] Compiling PhotoSelectAndCrop ImageManipulation.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
[17/19] Compiling PhotoSelectAndCrop ImageMoveAndScaleSheet+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
[18/19] Compiling PhotoSelectAndCrop Color+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
[19/19] Compiling PhotoSelectAndCrop DeviceOrientation.swift
/Users/admin/builder/spi-builder-workspace/Sources/DeviceOrientation.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 |
10 | ///A class that enables determining if the user's device is in landscape or portrait position.
BUILD FAILURE 6.0 macosSpm