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 FDWaveformView, reference 5.0.2 (f470d4), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 14:37:08 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/fulldecent/FDWaveformView.git
Reference: 5.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fulldecent/FDWaveformView
 * tag               5.0.2      -> FETCH_HEAD
HEAD is now at f470d43 clean up project layout
Cloned https://github.com/fulldecent/FDWaveformView.git
Revision (git rev-parse @):
f470d434969778ede228b8041c6679bc8ae4f4e3
SUCCESS checkout https://github.com/fulldecent/FDWaveformView.git at 5.0.2
========================================
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": "fdwaveformview",
      "name": "FDWaveformView",
      "url": "https://github.com/fulldecent/FDWaveformView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FDWaveformView",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/fulldecent/FDWaveformView.git
[1/1967] Fetching fdwaveformview
Fetched https://github.com/fulldecent/FDWaveformView.git from cache (1.34s)
Creating working copy for https://github.com/fulldecent/FDWaveformView.git
Working copy of https://github.com/fulldecent/FDWaveformView.git resolved at 5.0.2 (f470d43)
warning: '.resolve-product-dependencies': dependency 'fdwaveformview' 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/fulldecent/FDWaveformView.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module FDWaveformView
/Users/admin/builder/spi-builder-workspace/Sources/FDWaveformView/FDAudioContext.swift:4:8: error: no such module 'UIKit'
 2 | // Copyright 2013 - 2017, William Entriken and the FDWaveformView contributors.
 3 | //
 4 | import UIKit
   |        `- error: no such module 'UIKit'
 5 | import AVFoundation
 6 |
[4/6] Compiling FDWaveformView FDAudioContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/FDWaveformView/FDAudioContext.swift:4:8: error: no such module 'UIKit'
 2 | // Copyright 2013 - 2017, William Entriken and the FDWaveformView contributors.
 3 | //
 4 | import UIKit
   |        `- error: no such module 'UIKit'
 5 | import AVFoundation
 6 |
[5/6] Compiling FDWaveformView FDWaveformRenderOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/FDWaveformView/FDAudioContext.swift:4:8: error: no such module 'UIKit'
 2 | // Copyright 2013 - 2017, William Entriken and the FDWaveformView contributors.
 3 | //
 4 | import UIKit
   |        `- error: no such module 'UIKit'
 5 | import AVFoundation
 6 |
[6/6] Compiling FDWaveformView FDWaveformView.swift
/Users/admin/builder/spi-builder-workspace/Sources/FDWaveformView/FDAudioContext.swift:4:8: error: no such module 'UIKit'
 2 | // Copyright 2013 - 2017, William Entriken and the FDWaveformView contributors.
 3 | //
 4 | import UIKit
   |        `- error: no such module 'UIKit'
 5 | import AVFoundation
 6 |
BUILD FAILURE 6.0 macosSpm