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 master (929e5b), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 11:12:01 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/composed-swift/composed
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 929e5b2 Merge pull request #29 from composed-swift/improve-SingleElementSection-performance
Cloned https://github.com/composed-swift/composed.git
Revision (git rev-parse @):
929e5b291a53c90207255ca9afb8e4e5a91847d6
SUCCESS checkout https://github.com/composed-swift/composed.git at master
Fetching https://github.com/quick/nimble
Fetching https://github.com/quick/quick
[1/14723] Fetching quick
[14724/33941] Fetching quick, nimble
Fetched https://github.com/quick/nimble from cache (2.73s)
Fetched https://github.com/quick/quick from cache (2.73s)
Computing version for https://github.com/quick/nimble
Computed https://github.com/quick/nimble at 8.0.2 (0.72s)
Computing version for https://github.com/quick/quick
Computed https://github.com/quick/quick at 2.1.0 (0.69s)
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 master (929e5b2)
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/13] 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
[4/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
[5/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
[6/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
[7/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
[8/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
[9/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
[10/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
[11/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
[12/14] 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
[13/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
[14/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
BUILD FAILURE 6.0 macosSpm