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

Successful build of SVGSwiftUI, reference main (ea5d32), with Swift 5.10 for macOS (SPM) on 27 Feb 2025 11:28:25 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yukiny0811/SVGSwiftUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yukiny0811/SVGSwiftUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ea5d326 Create README.md
Cloned https://github.com/yukiny0811/SVGSwiftUI.git
Revision (git rev-parse @):
ea5d32671470f639fc5f8dfaa74328f5e1eb7e30
SUCCESS checkout https://github.com/yukiny0811/SVGSwiftUI.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/yukiny0811/SVGSwiftUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/14] Compiling SVGSwiftUI CGPoint+.swift
[4/14] Compiling SVGSwiftUI Path+.swift
[5/14] Compiling SVGSwiftUI Scanner+.swift
[6/14] Compiling SVGSwiftUI SVGXMLParser.swift
[7/14] Compiling SVGSwiftUI SVGStyle.swift
[8/14] Compiling SVGSwiftUI SVGPath.swift
[9/14] Compiling SVGSwiftUI SVGCommand.swift
[10/14] Compiling SVGSwiftUI SVGDrawable.swift
[11/14] Emitting module SVGSwiftUI
[12/14] Compiling SVGSwiftUI SVGPathParser.swift
[13/14] Compiling SVGSwiftUI SVGElement.swift
[14/14] Compiling SVGSwiftUI UtilFunctions.swift
[15/15] Compiling SVGSwiftUI SVGView.swift
Build complete! (9.92s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SVGSwiftUI",
  "name" : "SVGSwiftUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SVGSwiftUI",
      "targets" : [
        "SVGSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SVGSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "SVGSwiftUI",
      "path" : "Sources/SVGSwiftUI",
      "product_memberships" : [
        "SVGSwiftUI"
      ],
      "sources" : [
        "Libs/CGPoint+.swift",
        "Libs/Path+.swift",
        "Libs/SVGCommand.swift",
        "Libs/SVGDrawable.swift",
        "Libs/SVGElement.swift",
        "Libs/SVGPathParser.swift",
        "Libs/SVGStyle.swift",
        "Libs/SVGXMLParser.swift",
        "Libs/Scanner+.swift",
        "Libs/UtilFunctions.swift",
        "Views/SVGPath.swift",
        "Views/SVGView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.