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 INIParser, reference 3.0.2 (0952aa), with Swift 6.0 for macOS (SPM) on 15 Sep 2024 01:50:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NocturnalSolutions/Perfect-INIParser.git
Reference: 3.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NocturnalSolutions/Perfect-INIParser
 * tag               3.0.2      -> FETCH_HEAD
HEAD is now at 0952aac Merge pull request #2 from azol/no-debug-print
Cloned https://github.com/NocturnalSolutions/Perfect-INIParser.git
Revision (git rev-parse @):
0952aac9ca54324ff25191569fd9c48eec424772
SUCCESS checkout https://github.com/NocturnalSolutions/Perfect-INIParser.git at 3.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/NocturnalSolutions/Perfect-INIParser.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-117DEE11B69C53C9.txt
[3/4] Compiling INIParser INIParser.swift
[4/4] Emitting module INIParser
Build complete! (6.04s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "INIParser",
  "name" : "INIParser",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "INIParser",
      "targets" : [
        "INIParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "INIParserTests",
      "module_type" : "SwiftTarget",
      "name" : "INIParserTests",
      "path" : "Tests/INIParserTests",
      "sources" : [
        "INIParserTests.swift"
      ],
      "target_dependencies" : [
        "INIParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "INIParser",
      "module_type" : "SwiftTarget",
      "name" : "INIParser",
      "path" : "Sources/INIParser",
      "product_memberships" : [
        "INIParser"
      ],
      "sources" : [
        "INIParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.