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 JomloTableView, reference main (02f6e6), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 17:26:00 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/setoelkahfi/JomloTableView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/setoelkahfi/JomloTableView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 02f6e64 Badges
Cloned https://github.com/setoelkahfi/JomloTableView.git
Revision (git rev-parse @):
02f6e647da5f0bf2660deaa0d0bad51e9ca6bd79
SUCCESS checkout https://github.com/setoelkahfi/JomloTableView.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": "jomlotableview",
      "name": "JomloTableView",
      "url": "https://github.com/setoelkahfi/JomloTableView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JomloTableView",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/setoelkahfi/JomloTableView.git
[1/1031] Fetching jomlotableview
Fetched https://github.com/setoelkahfi/JomloTableView.git from cache (1.94s)
Creating working copy for https://github.com/setoelkahfi/JomloTableView.git
Working copy of https://github.com/setoelkahfi/JomloTableView.git resolved at main (02f6e64)
warning: '.resolve-product-dependencies': dependency 'jomlotableview' 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/setoelkahfi/JomloTableView.git
https://github.com/setoelkahfi/JomloTableView.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JomloTableView",
  "name" : "JomloTableView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "JomloTableView",
      "targets" : [
        "JomloTableView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JomloTableViewTests",
      "module_type" : "SwiftTarget",
      "name" : "JomloTableViewTests",
      "path" : "Tests/JomloTableViewTests",
      "sources" : [
        "test.swift"
      ],
      "target_dependencies" : [
        "JomloTableView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JomloTableView",
      "module_type" : "SwiftTarget",
      "name" : "JomloTableView",
      "path" : "Sources/JomloTableView",
      "product_memberships" : [
        "JomloTableView"
      ],
      "sources" : [
        "JomloTableView.swift",
        "JomloTableViewCell.swift",
        "JomloTableViewRow.swift",
        "JomloTableViewSection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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/7] Compiling JomloTableView JomloTableViewRow.swift
[4/7] Emitting module JomloTableView
[5/7] Compiling JomloTableView JomloTableViewSection.swift
[6/7] Compiling JomloTableView JomloTableView.swift
[7/7] Compiling JomloTableView JomloTableViewCell.swift
Build complete! (4.81s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JomloTableView",
  "name" : "JomloTableView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "JomloTableView",
      "targets" : [
        "JomloTableView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "JomloTableViewTests",
      "module_type" : "SwiftTarget",
      "name" : "JomloTableViewTests",
      "path" : "Tests/JomloTableViewTests",
      "sources" : [
        "test.swift"
      ],
      "target_dependencies" : [
        "JomloTableView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JomloTableView",
      "module_type" : "SwiftTarget",
      "name" : "JomloTableView",
      "path" : "Sources/JomloTableView",
      "product_memberships" : [
        "JomloTableView"
      ],
      "sources" : [
        "JomloTableView.swift",
        "JomloTableViewCell.swift",
        "JomloTableViewRow.swift",
        "JomloTableViewSection.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.