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 ValueCodable, reference develop (e33e4b), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 02:16:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/finestructure/ValueCodable.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finestructure/ValueCodable
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at e33e4b2 Merge pull request #8 from finestructure/package-update
Cloned https://github.com/finestructure/ValueCodable.git
Revision (git rev-parse @):
e33e4b24870bbfd56f038b0c7a89d85310dd91e9
SUCCESS checkout https://github.com/finestructure/ValueCodable.git at develop
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (0.52s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.6 (1.73s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.0.6
========================================
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": "valuecodable",
      "name": "ValueCodable",
      "url": "https://github.com/finestructure/ValueCodable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ValueCodable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/finestructure/ValueCodable.git
[1/175] Fetching valuecodable
Fetched https://github.com/finestructure/ValueCodable.git from cache (0.60s)
Creating working copy for https://github.com/finestructure/ValueCodable.git
Working copy of https://github.com/finestructure/ValueCodable.git resolved at develop (e33e4b2)
warning: '.resolve-product-dependencies': dependency 'valuecodable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/finestructure/ValueCodable.git
https://github.com/finestructure/ValueCodable.git
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "ValueCodable",
  "name" : "ValueCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ValueCodable",
      "targets" : [
        "ValueCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValueCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "ValueCodableTests",
      "path" : "Tests/ValueCodableTests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "UtilsTests.swift",
        "ValueCodableTests.swift"
      ],
      "target_dependencies" : [
        "ValueCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ValueCodable",
      "module_type" : "SwiftTarget",
      "name" : "ValueCodable",
      "path" : "Sources/ValueCodable",
      "product_memberships" : [
        "ValueCodable"
      ],
      "sources" : [
        "Utils.swift",
        "Value.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/5] Emitting module ValueCodable
[4/5] Compiling ValueCodable Utils.swift
[5/5] Compiling ValueCodable Value.swift
Build complete! (5.52s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "ValueCodable",
  "name" : "ValueCodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ValueCodable",
      "targets" : [
        "ValueCodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ValueCodableTests",
      "module_type" : "SwiftTarget",
      "name" : "ValueCodableTests",
      "path" : "Tests/ValueCodableTests",
      "product_dependencies" : [
        "Yams"
      ],
      "sources" : [
        "UtilsTests.swift",
        "ValueCodableTests.swift"
      ],
      "target_dependencies" : [
        "ValueCodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ValueCodable",
      "module_type" : "SwiftTarget",
      "name" : "ValueCodable",
      "path" : "Sources/ValueCodable",
      "product_memberships" : [
        "ValueCodable"
      ],
      "sources" : [
        "Utils.swift",
        "Value.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.