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 main (cf6ab5), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 07:26:50 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sebastianbaar/SBQuickLook.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sebastianbaar/SBQuickLook
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cf6ab51 Update README.md
Cloned https://github.com/sebastianbaar/SBQuickLook.git
Revision (git rev-parse @):
cf6ab51c6ad9e1ab79418e8a5c20d5759ae335a3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sebastianbaar/SBQuickLook.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": "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.70s)
Creating working copy for https://github.com/sebastianbaar/SBQuickLook.git
Working copy of https://github.com/sebastianbaar/SBQuickLook.git resolved at main (cf6ab51)
warning: '.resolve-product-dependencies': dependency 'sbquicklook' 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/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.1.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--7754E27361AE5C74.txt
[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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[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 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
[7/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
[8/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
[9/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
[10/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
[11/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
BUILD FAILURE 6.0 macosSpm