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 SBQuickLook, reference 1.0.1 (b4dbab), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 10:09:42 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/sebastianbaar/SBQuickLook.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sebastianbaar/SBQuickLook
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at b4dbabe update docs & fix error handling
Cloned https://github.com/sebastianbaar/SBQuickLook.git
Revision (git rev-parse @):
b4dbabe0584a5c4889e806fe7f4b1d7cff08ca08
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sebastianbaar/SBQuickLook.git at 1.0.1
========================================
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": "sbquicklook",
      "name": "SBQuickLook",
      "url": "https://github.com/sebastianbaar/SBQuickLook.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SBQuickLook",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sebastianbaar/SBQuickLook.git
[1/271] Fetching sbquicklook
Fetched https://github.com/sebastianbaar/SBQuickLook.git from cache (0.63s)
Creating working copy for https://github.com/sebastianbaar/SBQuickLook.git
Working copy of https://github.com/sebastianbaar/SBQuickLook.git resolved at 1.0.1 (b4dbabe)
warning: '.resolve-product-dependencies': dependency 'sbquicklook' 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/sebastianbaar/SBQuickLook.git
https://github.com/sebastianbaar/SBQuickLook.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SBQuickLook",
  "name" : "SBQuickLook",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SBQuickLook",
      "targets" : [
        "SBQuickLook"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SBQuickLookTests",
      "module_type" : "SwiftTarget",
      "name" : "SBQuickLookTests",
      "path" : "Tests/SBQuickLookTests",
      "sources" : [
        "SBQuickLookTests.swift"
      ],
      "target_dependencies" : [
        "SBQuickLook"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SBQuickLook",
      "module_type" : "SwiftTarget",
      "name" : "SBQuickLook",
      "path" : "Sources/SBQuickLook",
      "product_memberships" : [
        "SBQuickLook"
      ],
      "sources" : [
        "Models/SBQLConfiguration.swift",
        "Models/SBQLError.swift",
        "Models/SBQLErrorType.swift",
        "Models/SBQLFileItem.swift",
        "Models/SBQLPreviewItem.swift",
        "SBQuickLookView.swift",
        "SBQuickViewController+Delegates.swift",
        "SBQuickViewController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/11] Compiling SBQuickLook SBQuickViewController+Delegates.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[4/11] Emitting module SBQuickLook
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[5/11] Compiling SBQuickLook SBQLConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[6/11] Compiling SBQuickLook SBQuickLookView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[7/11] Compiling SBQuickLook SBQuickViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[8/11] Compiling SBQuickLook SBQLPreviewItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[9/11] Compiling SBQuickLook SBQLFileItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[10/11] Compiling SBQuickLook SBQLErrorType.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[11/11] Compiling SBQuickLook SBQLError.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
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/10] Compiling SBQuickLook SBQLFileItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/10] Emitting module SBQuickLook
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[4/10] Compiling SBQuickLook SBQLPreviewItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[5/10] Compiling SBQuickLook SBQuickViewController+Delegates.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[6/10] Compiling SBQuickLook SBQLErrorType.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[7/10] Compiling SBQuickLook SBQuickLookView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[8/10] Compiling SBQuickLook SBQLConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[9/10] Compiling SBQuickLook SBQuickViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
[10/10] Compiling SBQuickLook SBQLError.swift
/Users/admin/builder/spi-builder-workspace/Sources/SBQuickLook/SBQuickLookView.swift:8:8: error: no such module 'UIKit'
 6 | //
 7 |
 8 | import UIKit
   |        `- error: no such module 'UIKit'
 9 | import SwiftUI
10 | import QuickLook
BUILD FAILURE 6.1 macosSpm