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 ScalingCarousel, reference master (f2bfde), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 13:44:43 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/aataraxiaa/ScalingCarousel.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aataraxiaa/ScalingCarousel
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f2bfde4 Bump sample version
Cloned https://github.com/aataraxiaa/ScalingCarousel.git
Revision (git rev-parse @):
f2bfde4db386243fd4e0e4687fcfff530c239c20
SUCCESS checkout https://github.com/aataraxiaa/ScalingCarousel.git at master
========================================
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": "scalingcarousel",
      "name": "ScalingCarousel",
      "url": "https://github.com/aataraxiaa/ScalingCarousel.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ScalingCarousel",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/aataraxiaa/ScalingCarousel.git
[1/1234] Fetching scalingcarousel
Fetched https://github.com/aataraxiaa/ScalingCarousel.git from cache (1.60s)
Creating working copy for https://github.com/aataraxiaa/ScalingCarousel.git
Working copy of https://github.com/aataraxiaa/ScalingCarousel.git resolved at master (f2bfde4)
warning: '.resolve-product-dependencies': dependency 'scalingcarousel' 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/aataraxiaa/ScalingCarousel.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ScalingCarousel",
  "name" : "ScalingCarousel",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "ScalingCarousel",
      "targets" : [
        "ScalingCarousel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScalingCarouselTests",
      "module_type" : "SwiftTarget",
      "name" : "ScalingCarouselTests",
      "path" : "Tests/ScalingCarouselTests",
      "sources" : [
        "ScalingCarouselTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ScalingCarousel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScalingCarousel",
      "module_type" : "SwiftTarget",
      "name" : "ScalingCarousel",
      "path" : "Sources/ScalingCarousel",
      "product_memberships" : [
        "ScalingCarousel"
      ],
      "sources" : [
        "ScalingCarouselCell.swift",
        "ScalingCarouselLayout.swift",
        "ScalingCarouselView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module ScalingCarousel
/Users/admin/builder/spi-builder-workspace/Sources/ScalingCarousel/ScalingCarouselCell.swift:11:8: error: no such module 'UIKit'
  9 | //
 10 |
 11 | import UIKit
    |        `- error: no such module 'UIKit'
 12 |
 13 | /*
[4/6] Compiling ScalingCarousel ScalingCarouselLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScalingCarousel/ScalingCarouselCell.swift:11:8: error: no such module 'UIKit'
  9 | //
 10 |
 11 | import UIKit
    |        `- error: no such module 'UIKit'
 12 |
 13 | /*
[5/6] Compiling ScalingCarousel ScalingCarouselView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScalingCarousel/ScalingCarouselCell.swift:11:8: error: no such module 'UIKit'
  9 | //
 10 |
 11 | import UIKit
    |        `- error: no such module 'UIKit'
 12 |
 13 | /*
[6/6] Compiling ScalingCarousel ScalingCarouselCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/ScalingCarousel/ScalingCarouselCell.swift:11:8: error: no such module 'UIKit'
  9 | //
 10 |
 11 | import UIKit
    |        `- error: no such module 'UIKit'
 12 |
 13 | /*
BUILD FAILURE 6.0 macosSpm