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 ResearchKit, reference main (a90664), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 21:55:54 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.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordBDHG/ResearchKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordBDHG/ResearchKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a906644 Create XCFrameworks for release 3.1.1
Cloned https://github.com/StanfordBDHG/ResearchKit.git
Revision (git rev-parse @):
a9066441faf920671f0b64cdaebe1e61f64093d4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordBDHG/ResearchKit.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": "researchkit",
      "name": "ResearchKit",
      "url": "https://github.com/StanfordBDHG/ResearchKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ResearchKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/StanfordBDHG/ResearchKit.git
[1/40419] Fetching researchkit
Fetched https://github.com/StanfordBDHG/ResearchKit.git from cache (12.84s)
Creating working copy for https://github.com/StanfordBDHG/ResearchKit.git
Working copy of https://github.com/StanfordBDHG/ResearchKit.git resolved at main (a906644)
warning: '.resolve-product-dependencies': dependency 'researchkit' 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/StanfordBDHG/ResearchKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ResearchKit",
  "name" : "ResearchKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ResearchKit",
      "targets" : [
        "ResearchKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ResearchKitUI",
      "targets" : [
        "ResearchKitUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ResearchKitActiveTask",
      "targets" : [
        "ResearchKitActiveTask"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ResearchKitSwiftUI",
      "targets" : [
        "ResearchKitSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ResearchKitUI",
      "module_type" : "BinaryTarget",
      "name" : "ResearchKitUI",
      "path" : "Sources/ResearchKitUI.xcframework",
      "product_memberships" : [
        "ResearchKitUI",
        "ResearchKitSwiftUI"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "ResearchKitSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "ResearchKitSwiftUI",
      "path" : "Sources/ResearchKitSwiftUI",
      "product_memberships" : [
        "ResearchKitSwiftUI"
      ],
      "sources" : [
        "CancelBehavior.swift",
        "Export.swift",
        "ORKLifecycle.swift",
        "ORKOrderedTaskView.swift",
        "TaskResult.swift"
      ],
      "target_dependencies" : [
        "ResearchKit",
        "ResearchKitUI",
        "ResearchKitActiveTask"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ResearchKitActiveTask",
      "module_type" : "BinaryTarget",
      "name" : "ResearchKitActiveTask",
      "path" : "Sources/ResearchKitActiveTask.xcframework",
      "product_memberships" : [
        "ResearchKitActiveTask",
        "ResearchKitSwiftUI"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "ResearchKit",
      "module_type" : "BinaryTarget",
      "name" : "ResearchKit",
      "path" : "Sources/ResearchKit.xcframework",
      "product_memberships" : [
        "ResearchKit",
        "ResearchKitSwiftUI"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.10"
}
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/8] Compiling ResearchKitSwiftUI TaskResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/ResearchKitSwiftUI/Export.swift:9:19: error: no such module 'ResearchKit'
 7 | //
 8 |
 9 | @_exported import ResearchKit
   |                   `- error: no such module 'ResearchKit'
10 | @_exported import ResearchKitUI
11 | #if os(iOS)
[4/8] Compiling ResearchKitSwiftUI CancelBehavior.swift
/Users/admin/builder/spi-builder-workspace/Sources/ResearchKitSwiftUI/Export.swift:9:19: error: no such module 'ResearchKit'
 7 | //
 8 |
 9 | @_exported import ResearchKit
   |                   `- error: no such module 'ResearchKit'
10 | @_exported import ResearchKitUI
11 | #if os(iOS)
[5/8] Compiling ResearchKitSwiftUI ORKLifecycle.swift
/Users/admin/builder/spi-builder-workspace/Sources/ResearchKitSwiftUI/Export.swift:9:19: error: no such module 'ResearchKit'
 7 | //
 8 |
 9 | @_exported import ResearchKit
   |                   `- error: no such module 'ResearchKit'
10 | @_exported import ResearchKitUI
11 | #if os(iOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/8] Emitting module ResearchKitSwiftUI
/Users/admin/builder/spi-builder-workspace/Sources/ResearchKitSwiftUI/Export.swift:9:19: error: no such module 'ResearchKit'
 7 | //
 8 |
 9 | @_exported import ResearchKit
   |                   `- error: no such module 'ResearchKit'
10 | @_exported import ResearchKitUI
11 | #if os(iOS)
[7/8] Compiling ResearchKitSwiftUI Export.swift
/Users/admin/builder/spi-builder-workspace/Sources/ResearchKitSwiftUI/Export.swift:9:19: error: no such module 'ResearchKit'
 7 | //
 8 |
 9 | @_exported import ResearchKit
   |                   `- error: no such module 'ResearchKit'
10 | @_exported import ResearchKitUI
11 | #if os(iOS)
[8/8] Compiling ResearchKitSwiftUI ORKOrderedTaskView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ResearchKitSwiftUI/Export.swift:9:19: error: no such module 'ResearchKit'
 7 | //
 8 |
 9 | @_exported import ResearchKit
   |                   `- error: no such module 'ResearchKit'
10 | @_exported import ResearchKitUI
11 | #if os(iOS)
BUILD FAILURE 6.0 macosSpm