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 RectangleSelector, reference 0.1.0 (d6d702), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 09:37:19 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/p-x9/swift-rectangle-selector.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-rectangle-selector
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at d6d702a Create LICENSE
Cloned https://github.com/p-x9/swift-rectangle-selector.git
Revision (git rev-parse @):
d6d702a6b08b6cef92054d4b8ada2427a27c4cda
SUCCESS checkout https://github.com/p-x9/swift-rectangle-selector.git at 0.1.0
========================================
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": "swift-rectangle-selector",
      "name": "RectangleSelector",
      "url": "https://github.com/p-x9/swift-rectangle-selector.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-rectangle-selector",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/p-x9/swift-rectangle-selector.git
[1/372] Fetching swift-rectangle-selector
Fetched https://github.com/p-x9/swift-rectangle-selector.git from cache (1.04s)
Creating working copy for https://github.com/p-x9/swift-rectangle-selector.git
Working copy of https://github.com/p-x9/swift-rectangle-selector.git resolved at 0.1.0 (d6d702a)
warning: '.resolve-product-dependencies': dependency 'swift-rectangle-selector' 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/p-x9/swift-rectangle-selector.git
https://github.com/p-x9/swift-rectangle-selector.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RectangleSelector",
  "name" : "RectangleSelector",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RectangleSelector",
      "targets" : [
        "RectangleSelector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RectangleSelectorTests",
      "module_type" : "SwiftTarget",
      "name" : "RectangleSelectorTests",
      "path" : "Tests/RectangleSelectorTests",
      "sources" : [
        "RectangleSelectorTests.swift"
      ],
      "target_dependencies" : [
        "RectangleSelector"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RectangleSelector",
      "module_type" : "SwiftTarget",
      "name" : "RectangleSelector",
      "path" : "Sources/RectangleSelector",
      "product_memberships" : [
        "RectangleSelector"
      ],
      "sources" : [
        "Extension/CATransaction+.swift",
        "Extension/UIColor+.swift",
        "Extension/UIView+.swift",
        "GridView.swift",
        "GuideView.swift",
        "HandleView.swift",
        "Layer/EdgeHandleShapeLayer.swift",
        "Model/AspectMode.swift",
        "Model/Config/Config.swift",
        "Model/Config/GridConfig.swift",
        "Model/Config/GuideConfig.swift",
        "Model/Config/HandleConfig.swift",
        "Model/Config/HandleConfigs.swift",
        "Model/HandlePosition.swift",
        "Model/HandleStyle.swift",
        "OverlayView.swift",
        "RectangleSelectorView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/19] Compiling RectangleSelector GuideConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[4/19] Compiling RectangleSelector HandleConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[5/20] Compiling RectangleSelector OverlayView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[6/20] Compiling RectangleSelector HandleStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[7/20] Compiling RectangleSelector HandleConfigs.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[8/20] Compiling RectangleSelector HandlePosition.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[9/20] Compiling RectangleSelector Config.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[10/20] Compiling RectangleSelector GridConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[11/20] Compiling RectangleSelector GuideView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[12/20] Compiling RectangleSelector HandleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[13/20] Compiling RectangleSelector RectangleSelectorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/20] Emitting module RectangleSelector
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[15/20] Compiling RectangleSelector CATransaction+.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[16/20] Compiling RectangleSelector UIColor+.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[17/20] Compiling RectangleSelector UIView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[18/20] Compiling RectangleSelector GridView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[19/20] Compiling RectangleSelector EdgeHandleShapeLayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[20/20] Compiling RectangleSelector AspectMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
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/18] Compiling RectangleSelector HandleStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[3/18] Compiling RectangleSelector Config.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[4/18] Compiling RectangleSelector GridConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[5/19] Compiling RectangleSelector OverlayView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[6/19] Compiling RectangleSelector GuideConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[7/19] Compiling RectangleSelector HandleConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[8/19] Compiling RectangleSelector HandleConfigs.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[9/19] Compiling RectangleSelector HandlePosition.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[10/19] Compiling RectangleSelector RectangleSelectorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/19] Emitting module RectangleSelector
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[12/19] Compiling RectangleSelector UIView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[13/19] Compiling RectangleSelector GridView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[14/19] Compiling RectangleSelector EdgeHandleShapeLayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[15/19] Compiling RectangleSelector AspectMode.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[16/19] Compiling RectangleSelector GuideView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[17/19] Compiling RectangleSelector HandleView.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[18/19] Compiling RectangleSelector CATransaction+.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
[19/19] Compiling RectangleSelector UIColor+.swift
/Users/admin/builder/spi-builder-workspace/Sources/RectangleSelector/Extension/UIColor+.swift:9:8: error: no such module 'UIKit'
 7 | //
 8 |
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 | extension UIColor {
BUILD FAILURE 6.1 macosSpm