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 Parsable, reference master (52d3fc), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 02:01:27 UTC.

Swift 6 data race errors: 0

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

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/makoni/parsable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/makoni/parsable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 52d3fc7 docs
Cloned https://github.com/makoni/parsable.git
Revision (git rev-parse @):
52d3fc7636933190fdc436a5964020c85a92cda0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/makoni/parsable.git at master
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2038] Fetching swift-docc-plugin
[226/5191] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-plugin from cache (1.72s)
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.72s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.65s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.67s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
========================================
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": "parsable",
      "name": "Parsable",
      "url": "https://github.com/makoni/parsable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/parsable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/makoni/parsable.git
[8/193] Fetching parsable
Fetched https://github.com/makoni/parsable.git from cache (0.73s)
Creating working copy for https://github.com/makoni/parsable.git
Working copy of https://github.com/makoni/parsable.git resolved at master (52d3fc7)
warning: '.resolve-product-dependencies': dependency 'parsable' 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/makoni/parsable.git
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
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/6] Emitting module Parsable
[6/6] Compiling Parsable Parsable.swift
Build complete! (18.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Parsable",
  "name" : "Parsable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Parsable",
      "targets" : [
        "Parsable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ParsableTests",
      "module_type" : "SwiftTarget",
      "name" : "ParsableTests",
      "path" : "Tests/ParsableTests",
      "sources" : [
        "ParsableTests.swift",
        "SampleErrorModel.swift"
      ],
      "target_dependencies" : [
        "Parsable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Parsable",
      "module_type" : "SwiftTarget",
      "name" : "Parsable",
      "path" : "Sources/Parsable",
      "product_memberships" : [
        "Parsable"
      ],
      "sources" : [
        "Parsable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.