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.9 for macOS (SPM) on 27 Feb 2025 11:27:29 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.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.9
Building package at path:  $PWD
https://github.com/yukiny0811/SVGSwiftUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Compiling SVGSwiftUI Scanner+.swift
[2/12] Compiling SVGSwiftUI SVGPath.swift
[3/13] Compiling SVGSwiftUI SVGXMLParser.swift
[4/13] Compiling SVGSwiftUI SVGStyle.swift
[5/13] Compiling SVGSwiftUI SVGPathParser.swift
[6/13] Compiling SVGSwiftUI SVGElement.swift
[7/13] Compiling SVGSwiftUI SVGCommand.swift
[8/13] Compiling SVGSwiftUI SVGDrawable.swift
[9/13] Emitting module SVGSwiftUI
[10/13] Compiling SVGSwiftUI CGPoint+.swift
[11/13] Compiling SVGSwiftUI Path+.swift
[12/13] Compiling SVGSwiftUI UtilFunctions.swift
[13/13] Compiling SVGSwiftUI SVGView.swift
Build complete! (11.45s)
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.