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 JSEN, reference 1.2.1 (dd73b2), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 00:03:43 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/rogerluan/JSEN.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rogerluan/JSEN
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at dd73b21 #4 Fix Issue When Writing to Empty Dictionary
Cloned https://github.com/rogerluan/JSEN.git
Revision (git rev-parse @):
dd73b21b170e002c709e397dbfa915c30b47a53b
SUCCESS checkout https://github.com/rogerluan/JSEN.git at 1.2.1
========================================
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": "jsen",
      "name": "JSEN",
      "url": "https://github.com/rogerluan/JSEN.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSEN",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rogerluan/JSEN.git
[1/132] Fetching jsen
Fetched https://github.com/rogerluan/JSEN.git from cache (0.66s)
Creating working copy for https://github.com/rogerluan/JSEN.git
Working copy of https://github.com/rogerluan/JSEN.git resolved at 1.2.1 (dd73b21)
warning: '.resolve-product-dependencies': dependency 'jsen' 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/rogerluan/JSEN.git
https://github.com/rogerluan/JSEN.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSEN",
  "name" : "JSEN",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSEN",
      "targets" : [
        "JSEN"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSENTests",
      "module_type" : "SwiftTarget",
      "name" : "JSENTests",
      "path" : "Tests",
      "sources" : [
        "JSENCodableTests.swift",
        "JSENKeyPathTests.swift",
        "JSENRepresentableTests.swift",
        "JSENSyntacticSugarTests.swift",
        "JSENTests.swift",
        "KeyPathTests.swift"
      ],
      "target_dependencies" : [
        "JSEN"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSEN",
      "module_type" : "SwiftTarget",
      "name" : "JSEN",
      "path" : "Sources",
      "product_memberships" : [
        "JSEN"
      ],
      "sources" : [
        "JSEN+Codable.swift",
        "JSEN+KeyPath.swift",
        "JSEN+SyntacticSugar.swift",
        "JSEN.swift",
        "JSENRepresentable.swift",
        "KeyPath.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
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/9] Compiling JSEN JSENRepresentable.swift
[4/9] Compiling JSEN JSEN+KeyPath.swift
[5/9] Compiling JSEN JSEN.swift
[6/9] Compiling JSEN JSEN+Codable.swift
[7/9] Emitting module JSEN
[8/9] Compiling JSEN JSEN+SyntacticSugar.swift
[9/9] Compiling JSEN KeyPath.swift
Build complete! (4.36s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JSEN",
  "name" : "JSEN",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JSEN",
      "targets" : [
        "JSEN"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JSENTests",
      "module_type" : "SwiftTarget",
      "name" : "JSENTests",
      "path" : "Tests",
      "sources" : [
        "JSENCodableTests.swift",
        "JSENKeyPathTests.swift",
        "JSENRepresentableTests.swift",
        "JSENSyntacticSugarTests.swift",
        "JSENTests.swift",
        "KeyPathTests.swift"
      ],
      "target_dependencies" : [
        "JSEN"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JSEN",
      "module_type" : "SwiftTarget",
      "name" : "JSEN",
      "path" : "Sources",
      "product_memberships" : [
        "JSEN"
      ],
      "sources" : [
        "JSEN+Codable.swift",
        "JSEN+KeyPath.swift",
        "JSEN+SyntacticSugar.swift",
        "JSEN.swift",
        "JSENRepresentable.swift",
        "KeyPath.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.