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 MLLineChart, reference v2.0.5 (45f7d1), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 18:59:28 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/micheltlutz/MLLineChart.git
Reference: v2.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/micheltlutz/MLLineChart
 * tag               v2.0.5     -> FETCH_HEAD
HEAD is now at 45f7d1a fix readme
Cloned https://github.com/micheltlutz/MLLineChart.git
Revision (git rev-parse @):
45f7d1a1a7aecc209c2ffe82042ccce75cbf2a47
SUCCESS checkout https://github.com/micheltlutz/MLLineChart.git at v2.0.5
error: /Users/admin/builder/spi-builder-workspace/Package.resolved file is corrupted or malformed; fix or delete the file to continue: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "The given data was not valid JSON.", underlyingError: Optional(Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character '.' in number around line 7, column 17." UserInfo={NSJSONSerializationErrorIndex=58, NSDebugDescription=Unexpected character '.' in number around line 7, column 17.})))
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/micheltlutz/MLLineChart.git
https://github.com/micheltlutz/MLLineChart.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MLLineChart",
  "name" : "MLLineChart",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MLLineChart",
      "targets" : [
        "MLLineChart"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MLLineChartTests",
      "module_type" : "SwiftTarget",
      "name" : "MLLineChartTests",
      "path" : "Tests",
      "sources" : [
        "MLLineChartSpec.swift"
      ],
      "target_dependencies" : [
        "MLLineChart"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MLLineChart",
      "module_type" : "SwiftTarget",
      "name" : "MLLineChart",
      "path" : "Sources",
      "product_dependencies" : [
        "UIKit"
      ],
      "product_memberships" : [
        "MLLineChart"
      ],
      "sources" : [
        "Core/Components/MLAxisLine.swift",
        "Core/Components/MLBubbleView.swift",
        "Core/Components/MLDotLayer.swift",
        "Core/Components/MLLabelView.swift",
        "Core/Components/MLLayersShadow.swift",
        "Core/Configs/MLBubbleConfig.swift",
        "Core/Configs/MLDotConfig.swift",
        "Core/Configs/MLLabelConfig.swift",
        "Core/Configs/MLTextConfig.swift",
        "Core/Extensions/MLUIView+Borders.swift",
        "Core/Extensions/MLUIView+tapGesture.swift",
        "Core/Extensions/NSObject+className.swift",
        "Core/Helpers/MLAlignment.swift",
        "Core/Helpers/MLAnimateLayer.swift",
        "Core/Helpers/MLCurveAlgorithm.swift",
        "Core/Helpers/MLDataController.swift",
        "Core/Helpers/MLHelpers.swift",
        "Core/Helpers/MLPointEntry.swift",
        "Core/MLDelegate.swift",
        "Core/MLLineChart.swift",
        "Core/MLLinearScale.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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
error: 'spi-builder-workspace': product 'UIKit' required by package 'spi-builder-workspace' target 'MLLineChart' not found.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: 'spi-builder-workspace': product 'UIKit' required by package 'spi-builder-workspace' target 'MLLineChart' not found.
BUILD FAILURE 6.1 macosSpm