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.1 for macOS (SPM) on 27 Apr 2025 19:23:10 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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 (0.87s)
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.1
Building package at path:  $PWD
https://github.com/Rillieux/PhotoSelectAndCrop.git
https://github.com/Rillieux/PhotoSelectAndCrop.git
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "PhotoSelectAndCrop",
  "name" : "PhotoSelectAndCrop",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "PhotoSelectAndCrop",
      "targets" : [
        "PhotoSelectAndCrop"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PhotoSelectAndCrop",
      "module_type" : "SwiftTarget",
      "name" : "PhotoSelectAndCrop",
      "path" : "Sources",
      "product_memberships" : [
        "PhotoSelectAndCrop"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PhotoSelectAndCrop/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PhotoSelectAndCrop/Resources/fr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        }
      ],
      "sources" : [
        "Color+Extensions.swift",
        "DeviceOrientation.swift",
        "Image+Extensions.swift",
        "ImageAttributes.swift",
        "ImageManipulation.swift",
        "ImageMoveAndScaleSheet+Extensions.swift",
        "ImageMoveAndScaleSheet+ViewModel.swift",
        "ImageMoveAndScaleSheet.swift",
        "ImagePane.swift",
        "SystemImagePicker.swift",
        "SystemPHPicker.swift",
        "ViewModifiers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[0/5] Copying Info.plist
[2/5] Copying Localizable.strings
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/18] 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.
[7/19] 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.
[8/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.
[9/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.
[10/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.
[11/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/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.
[13/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.
[14/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.
[15/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.
[16/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.
[17/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.
[18/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.
[19/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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/14] 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.
[3/14] 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.
[4/14] 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.
[5/15] 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.
[6/15] 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/15] 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.
[8/15] 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.
[9/15] 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.
[10/15] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/15] 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.
[12/15] 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.
[13/15] 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.
[14/15] 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.
[15/15] 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.
BUILD FAILURE 6.1 macosSpm