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 V2exAPI, reference 1.1.1 (2e1571), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 14:37:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/isaced/V2exAPI.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/isaced/V2exAPI
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at 2e15716 fix: add Hashable
Cloned https://github.com/isaced/V2exAPI.git
Revision (git rev-parse @):
2e15716b7315a2f274fa17eedaa399095f5d0156
SUCCESS checkout https://github.com/isaced/V2exAPI.git at 1.1.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": "v2exapi",
      "name": "V2exAPI",
      "url": "https://github.com/isaced/V2exAPI.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/V2exAPI",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/isaced/V2exAPI.git
[1/253] Fetching v2exapi
Fetched https://github.com/isaced/V2exAPI.git from cache (0.69s)
Creating working copy for https://github.com/isaced/V2exAPI.git
Working copy of https://github.com/isaced/V2exAPI.git resolved at 1.1.1 (2e15716)
warning: '.resolve-product-dependencies': dependency 'v2exapi' 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/isaced/V2exAPI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.txt
[3/11] Compiling V2exAPI V2Topic.swift
[4/11] Compiling V2exAPI V2Token.swift
[5/11] Compiling V2exAPI V2Notification.swift
[6/11] Compiling V2exAPI V2Response.swift
[7/11] Compiling V2exAPI V2Node.swift
[8/11] Compiling V2exAPI V2exAPI.swift
[9/11] Compiling V2exAPI V2Comment.swift
[10/11] Emitting module V2exAPI
[11/11] Compiling V2exAPI V2Member.swift
Build complete! (12.15s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "V2exAPI",
  "name" : "V2exAPI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "V2exAPI",
      "targets" : [
        "V2exAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "V2exAPITests",
      "module_type" : "SwiftTarget",
      "name" : "V2exAPITests",
      "path" : "Tests/V2exAPITests",
      "sources" : [
        "V2exAPITests.swift"
      ],
      "target_dependencies" : [
        "V2exAPI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "V2exAPI",
      "module_type" : "SwiftTarget",
      "name" : "V2exAPI",
      "path" : "Sources/V2exAPI",
      "product_memberships" : [
        "V2exAPI"
      ],
      "sources" : [
        "Models/V2Comment.swift",
        "Models/V2Member.swift",
        "Models/V2Node.swift",
        "Models/V2Notification.swift",
        "Models/V2Response.swift",
        "Models/V2Token.swift",
        "Models/V2Topic.swift",
        "V2exAPI.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.