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 Composed, reference 1.1.1 (878aed), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 11:12:11 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/composed-swift/composed.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/composed-swift/composed
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 878aed8 Merge pull request #18 from composed-swift/improve-composed-section-provider-performance
Cloned https://github.com/composed-swift/composed.git
Revision (git rev-parse @):
878aed8214c376bd807dfc651393e8a73f45fdd3
SUCCESS checkout https://github.com/composed-swift/composed.git at 1.1.1
Fetching https://github.com/quick/quick
Fetching https://github.com/quick/nimble
[1/14723] Fetching quick
[14724/33941] Fetching quick, nimble
Fetched https://github.com/quick/nimble from cache (2.61s)
Fetched https://github.com/quick/quick from cache (2.61s)
Computing version for https://github.com/quick/nimble
Computed https://github.com/quick/nimble at 8.0.2 (0.69s)
Computing version for https://github.com/quick/quick
Computed https://github.com/quick/quick at 2.1.0 (0.67s)
Creating working copy for https://github.com/quick/nimble
Working copy of https://github.com/quick/nimble resolved at 8.0.2
Creating working copy for https://github.com/quick/quick
Working copy of https://github.com/quick/quick resolved at 2.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": "composed",
      "name": "Composed",
      "url": "https://github.com/composed-swift/composed.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/composed",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/composed-swift/composed.git
[1/2675] Fetching composed
Fetched https://github.com/composed-swift/composed.git from cache (1.08s)
Creating working copy for https://github.com/composed-swift/composed.git
Working copy of https://github.com/composed-swift/composed.git resolved at 1.1.1 (878aed8)
warning: '.resolve-product-dependencies': dependency 'composed' 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/composed-swift/composed.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
[3/13] Compiling Composed MoveHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// A delegate for responding to mapping updates
[4/14] Compiling Composed SectionProviderMapping.swift
/Users/admin/builder/spi-builder-workspace/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// A delegate for responding to mapping updates
[5/14] Compiling Composed EditingHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// A delegate for responding to mapping updates
[6/14] Compiling Composed SelectionHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// A delegate for responding to mapping updates
[7/14] Compiling Composed ComposedSectionProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// A delegate for responding to mapping updates
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/14] Emitting module Composed
/Users/admin/builder/spi-builder-workspace/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// A delegate for responding to mapping updates
[9/14] Compiling Composed Section.swift
/Users/admin/builder/spi-builder-workspace/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// A delegate for responding to mapping updates
[10/14] Compiling Composed SectionProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// A delegate for responding to mapping updates
[11/14] Compiling Composed SingleElementSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// A delegate for responding to mapping updates
[12/14] Compiling Composed ArraySection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// A delegate for responding to mapping updates
[13/14] Compiling Composed SegmentedSectionProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// A delegate for responding to mapping updates
[14/14] Compiling Composed ManagedSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Composed/Core/SectionProviderMapping.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | /// A delegate for responding to mapping updates
BUILD FAILURE 6.0 macosSpm