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 IzziRequest, reference v3.0.0 (4e2d83), with Swift 6.1 for macOS (SPM) on 3 May 2025 06:21:08 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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Desp0o/izziRequest.git
Reference: v3.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Desp0o/izziRequest
 * tag               v3.0.0     -> FETCH_HEAD
HEAD is now at 4e2d839 Merge pull request #1 from Desp0o/feature/caching
Cloned https://github.com/Desp0o/izziRequest.git
Revision (git rev-parse @):
4e2d8396c0c76fa6cb7da17d278f78ae9214ac32
SUCCESS checkout https://github.com/Desp0o/izziRequest.git at v3.0.0
========================================
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": "izzirequest",
      "name": "IzziRequest",
      "url": "https://github.com/Desp0o/izziRequest.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/izziRequest",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Desp0o/izziRequest.git
[1/133] Fetching izzirequest
Fetched https://github.com/Desp0o/izziRequest.git from cache (0.69s)
Creating working copy for https://github.com/Desp0o/izziRequest.git
Working copy of https://github.com/Desp0o/izziRequest.git resolved at v3.0.0 (4e2d839)
warning: '.resolve-product-dependencies': dependency 'izzirequest' 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/Desp0o/izziRequest.git
https://github.com/Desp0o/izziRequest.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IzziRequest",
  "name" : "IzziRequest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "IzziRequest",
      "targets" : [
        "IzziRequest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IzziRequest",
      "module_type" : "SwiftTarget",
      "name" : "IzziRequest",
      "path" : "Sources/IzziRequest",
      "product_memberships" : [
        "IzziRequest"
      ],
      "sources" : [
        "Enums/HTTPMethod.swift",
        "Enums/IzziRequestErrors.swift",
        "izziRequest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/6] Compiling IzziRequest IzziRequestErrors.swift
[4/6] Emitting module IzziRequest
[5/6] Compiling IzziRequest izziRequest.swift
[6/6] Compiling IzziRequest HTTPMethod.swift
Build complete! (4.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IzziRequest",
  "name" : "IzziRequest",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "IzziRequest",
      "targets" : [
        "IzziRequest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IzziRequest",
      "module_type" : "SwiftTarget",
      "name" : "IzziRequest",
      "path" : "Sources/IzziRequest",
      "product_memberships" : [
        "IzziRequest"
      ],
      "sources" : [
        "Enums/HTTPMethod.swift",
        "Enums/IzziRequestErrors.swift",
        "izziRequest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.