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 with Swift 5.10 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/IndirectlyCodable.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "indirectlycodable",
      "name": "IndirectlyCodable",
      "url": "https://github.com/p-x9/IndirectlyCodable.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IndirectlyCodable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/p-x9/IndirectlyCodable.git from cache
Fetched https://github.com/p-x9/IndirectlyCodable.git from cache (0.16s)
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:             5.10
Building package at path:  $workDir
https://github.com/p-x9/IndirectlyCodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/9] Compiling IndirectlyCodable IndirectlyDecodableModel.swift
[4/9] Compiling IndirectlyCodable IndirectlyEncodable.swift
[5/9] Compiling IndirectlyCodable IndirectlyEncodableModel.swift
[6/9] Compiling IndirectlyCodable IndirectlyCodableModel.swift
[7/9] Compiling IndirectlyCodable IndirectlyDecodable.swift
[8/9] Compiling IndirectlyCodable IndirectlyCodable.swift
[9/9] Emitting module IndirectlyCodable
Build complete! (3.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IndirectlyCodable",
  "name" : "IndirectlyCodable",
  "path" : "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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.