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 FlexiDecodable, reference main (293639), with Swift 6.0 for macOS (SPM) on 17 Oct 2024 14:26:23 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Forgwhiz/FlexiDecodable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Forgwhiz/FlexiDecodable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 293639e Updated Podspec
Cloned https://github.com/Forgwhiz/FlexiDecodable.git
Revision (git rev-parse @):
293639ef5dd55c62e3d799c323061f08c73397bb
SUCCESS checkout https://github.com/Forgwhiz/FlexiDecodable.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": "flexidecodable",
      "name": "FlexiDecodable",
      "url": "https://github.com/Forgwhiz/FlexiDecodable.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FlexiDecodable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Forgwhiz/FlexiDecodable.git
[1/31] Fetching flexidecodable
Fetched https://github.com/Forgwhiz/FlexiDecodable.git from cache (0.72s)
Creating working copy for https://github.com/Forgwhiz/FlexiDecodable.git
Working copy of https://github.com/Forgwhiz/FlexiDecodable.git resolved at main (293639e)
warning: '.resolve-product-dependencies': dependency 'flexidecodable' 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/Forgwhiz/FlexiDecodable.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/4] Emitting module FlexiDecodable
[4/4] Compiling FlexiDecodable FlexiDecodable.swift
Build complete! (5.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FlexiDecodable",
  "name" : "FlexiDecodable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FlexiDecodable",
      "targets" : [
        "FlexiDecodable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlexiDecodableTests",
      "module_type" : "SwiftTarget",
      "name" : "FlexiDecodableTests",
      "path" : "Tests/FlexiDecodableTests",
      "sources" : [
        "FlexiDecodableTests.swift"
      ],
      "target_dependencies" : [
        "FlexiDecodable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FlexiDecodable",
      "module_type" : "SwiftTarget",
      "name" : "FlexiDecodable",
      "path" : "Sources/FlexiDecodable",
      "product_memberships" : [
        "FlexiDecodable"
      ],
      "sources" : [
        "FlexiDecodable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.