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 Ananda, reference 1.0.0 (88610d), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 07:50:26 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nixzhu/Ananda.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nixzhu/Ananda
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 88610d7 use Self
Cloned https://github.com/nixzhu/Ananda.git
Revision (git rev-parse @):
88610d751b7a65ed1aee1b0cd5636096ea239cb9
SUCCESS checkout https://github.com/nixzhu/Ananda.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nixzhu/Ananda.git
https://github.com/nixzhu/Ananda.git
{
  "dependencies" : [
    {
      "identity" : "yyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ibireme/yyjson.git"
    },
    {
      "identity" : "jjliso8601dateformatter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/michaeleisel/JJLISO8601DateFormatter.git"
    }
  ],
  "manifest_display_name" : "Ananda",
  "name" : "Ananda",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ananda",
      "targets" : [
        "Ananda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnandaTests",
      "module_type" : "SwiftTarget",
      "name" : "AnandaTests",
      "path" : "Tests/AnandaTests",
      "sources" : [
        "AnandaTests.swift"
      ],
      "target_dependencies" : [
        "Ananda"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ananda",
      "module_type" : "SwiftTarget",
      "name" : "Ananda",
      "path" : "Sources/Ananda",
      "product_dependencies" : [
        "yyjson",
        "JJLISO8601DateFormatter"
      ],
      "product_memberships" : [
        "Ananda"
      ],
      "sources" : [
        "AnandaJSON.swift",
        "AnandaModel.swift",
        "AnandaValueExtractor.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/6] Write sources
[1/6] Write swift-version-2F0A5646E1D333AE.txt
[2/6] Compiling localtime.c
[3/6] Compiling yyjson.c
[4/6] Compiling JJLISO8601DateFormatter JJLInternal.c
[5/6] Compiling JJLISO8601DateFormatter JJLISO8601DateFormatter.m
[7/10] Compiling Ananda AnandaValueExtractor.swift
[8/10] Compiling Ananda AnandaModel.swift
[9/10] Emitting module Ananda
[10/10] Compiling Ananda AnandaJSON.swift
Build complete! (9.69s)
Fetching https://github.com/michaeleisel/JJLISO8601DateFormatter.git
Fetching https://github.com/ibireme/yyjson.git
[1/3574] Fetching yyjson
[3575/4436] Fetching yyjson, jjliso8601dateformatter
Fetched https://github.com/ibireme/yyjson.git from cache (1.51s)
Fetched https://github.com/michaeleisel/JJLISO8601DateFormatter.git from cache (1.51s)
Computing version for https://github.com/michaeleisel/JJLISO8601DateFormatter.git
Computed https://github.com/michaeleisel/JJLISO8601DateFormatter.git at 0.1.8 (2.51s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.10.0 (0.55s)
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.10.0
Creating working copy for https://github.com/michaeleisel/JJLISO8601DateFormatter.git
Working copy of https://github.com/michaeleisel/JJLISO8601DateFormatter.git resolved at 0.1.8
Build complete.
{
  "dependencies" : [
    {
      "identity" : "yyjson",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ibireme/yyjson.git"
    },
    {
      "identity" : "jjliso8601dateformatter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/michaeleisel/JJLISO8601DateFormatter.git"
    }
  ],
  "manifest_display_name" : "Ananda",
  "name" : "Ananda",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ananda",
      "targets" : [
        "Ananda"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AnandaTests",
      "module_type" : "SwiftTarget",
      "name" : "AnandaTests",
      "path" : "Tests/AnandaTests",
      "sources" : [
        "AnandaTests.swift"
      ],
      "target_dependencies" : [
        "Ananda"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ananda",
      "module_type" : "SwiftTarget",
      "name" : "Ananda",
      "path" : "Sources/Ananda",
      "product_dependencies" : [
        "yyjson",
        "JJLISO8601DateFormatter"
      ],
      "product_memberships" : [
        "Ananda"
      ],
      "sources" : [
        "AnandaJSON.swift",
        "AnandaModel.swift",
        "AnandaValueExtractor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.