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 IndirectlyCodable, reference main (548af6), with Swift 6.0 for macOS (SPM) on 13 Oct 2024 12:06:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/IndirectlyCodable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/IndirectlyCodable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 548af63 Merge pull request #2 from p-x9/feature/refactor
Cloned https://github.com/p-x9/IndirectlyCodable.git
Revision (git rev-parse @):
548af634dc3277a5448ea9801b206c0037185f1e
SUCCESS checkout https://github.com/p-x9/IndirectlyCodable.git at main
========================================
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": "indirectlycodable",
      "name": "IndirectlyCodable",
      "url": "https://github.com/p-x9/IndirectlyCodable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IndirectlyCodable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/p-x9/IndirectlyCodable.git
[1/77] Fetching indirectlycodable
Fetched https://github.com/p-x9/IndirectlyCodable.git from cache (0.69s)
Creating working copy for https://github.com/p-x9/IndirectlyCodable.git
Working copy of https://github.com/p-x9/IndirectlyCodable.git resolved at main (548af63)
warning: '.resolve-product-dependencies': dependency 'indirectlycodable' 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/p-x9/IndirectlyCodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0.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--4A847ED0836F2485.txt
[3/9] Compiling IndirectlyCodable IndirectlyCodableModel.swift
[4/9] Compiling IndirectlyCodable IndirectlyDecodableModel.swift
[5/9] Compiling IndirectlyCodable IndirectlyEncodableModel.swift
[6/9] Compiling IndirectlyCodable IndirectlyDecodable.swift
[7/9] Compiling IndirectlyCodable IndirectlyCodable.swift
[8/9] Compiling IndirectlyCodable IndirectlyEncodable.swift
[9/9] Emitting module IndirectlyCodable
Build complete! (8.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IndirectlyCodable",
  "name" : "IndirectlyCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IndirectlyCodable",
      "targets" : [
        "IndirectlyCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IndirectlyCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "IndirectlyCodableTests",
      "path" : "Tests/IndirectlyCodableTests",
      "sources" : [
        "IndirectlyCodableTests.swift"
      ],
      "target_dependencies" : [
        "IndirectlyCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IndirectlyCodable",
      "module_type" : "SwiftTarget",
      "name" : "IndirectlyCodable",
      "path" : "Sources/IndirectlyCodable",
      "product_memberships" : [
        "IndirectlyCodable"
      ],
      "sources" : [
        "IndirectlyCodable.swift",
        "IndirectlyCodableModel.swift",
        "IndirectlyDecodable.swift",
        "IndirectlyDecodableModel.swift",
        "IndirectlyEncodable.swift",
        "IndirectlyEncodableModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.