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 SafeTypes, reference 1.0.0 (1f88a8), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 16:58:39 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 -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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lucaswkuipers/SafeTypes.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lucaswkuipers/SafeTypes
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 1f88a8f Update issue templates
Cloned https://github.com/lucaswkuipers/SafeTypes.git
Revision (git rev-parse @):
1f88a8f55ade8ba3526b5663b14246c5fefef267
SUCCESS checkout https://github.com/lucaswkuipers/SafeTypes.git at 1.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": "safetypes",
      "name": "SafeTypes",
      "url": "https://github.com/lucaswkuipers/SafeTypes.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SafeTypes",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/lucaswkuipers/SafeTypes.git
[1/251] Fetching safetypes
Fetched https://github.com/lucaswkuipers/SafeTypes.git from cache (0.72s)
Creating working copy for https://github.com/lucaswkuipers/SafeTypes.git
Working copy of https://github.com/lucaswkuipers/SafeTypes.git resolved at 1.0.0 (1f88a8f)
warning: '.resolve-product-dependencies': dependency 'safetypes' 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/lucaswkuipers/SafeTypes.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SafeTypes",
  "name" : "SafeTypes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SafeTypes",
      "targets" : [
        "SafeTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeTypesTests",
      "path" : "Tests/SafeTypesTests",
      "sources" : [
        "Collections/MultiElementsArrayTests.swift",
        "Collections/NonEmptyArrayTests.swift",
        "Collections/NonEmptyStringTests.swift",
        "Numbers/MinusOneToOne.swift",
        "Numbers/NegativeTests.swift",
        "Numbers/NonNegativeTests.swift",
        "Numbers/NonPositiveTests.swift",
        "Numbers/PositiveTests.swift",
        "Numbers/ZeroToOneTests.swift"
      ],
      "target_dependencies" : [
        "SafeTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeTypes",
      "module_type" : "SwiftTarget",
      "name" : "SafeTypes",
      "path" : "Sources/SafeTypes",
      "product_memberships" : [
        "SafeTypes"
      ],
      "sources" : [
        "Collections/MultiElementsArray.swift",
        "Collections/NonEmptyArray.swift",
        "Collections/NonEmptyString.swift",
        "Numbers/MinusOneToOne.swift",
        "Numbers/Negative.swift",
        "Numbers/NonNegative.swift",
        "Numbers/NonPositive.swift",
        "Numbers/NonZero.swift",
        "Numbers/Number.swift",
        "Numbers/Positive.swift",
        "Numbers/ZeroToOne.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
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 -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--7754E27361AE5C74.txt
[3/13] Compiling SafeTypes Number.swift
[4/13] Compiling SafeTypes NonPositive.swift
[5/13] Compiling SafeTypes NonZero.swift
[6/13] Compiling SafeTypes Negative.swift
[7/13] Compiling SafeTypes MinusOneToOne.swift
[8/13] Compiling SafeTypes NonNegative.swift
[9/13] Compiling SafeTypes Positive.swift
[10/14] Compiling SafeTypes ZeroToOne.swift
[11/14] Compiling SafeTypes NonEmptyString.swift
[12/14] Emitting module SafeTypes
[13/14] Compiling SafeTypes MultiElementsArray.swift
[14/14] Compiling SafeTypes NonEmptyArray.swift
Build complete! (6.84s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SafeTypes",
  "name" : "SafeTypes",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SafeTypes",
      "targets" : [
        "SafeTypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SafeTypesTests",
      "module_type" : "SwiftTarget",
      "name" : "SafeTypesTests",
      "path" : "Tests/SafeTypesTests",
      "sources" : [
        "Collections/MultiElementsArrayTests.swift",
        "Collections/NonEmptyArrayTests.swift",
        "Collections/NonEmptyStringTests.swift",
        "Numbers/MinusOneToOne.swift",
        "Numbers/NegativeTests.swift",
        "Numbers/NonNegativeTests.swift",
        "Numbers/NonPositiveTests.swift",
        "Numbers/PositiveTests.swift",
        "Numbers/ZeroToOneTests.swift"
      ],
      "target_dependencies" : [
        "SafeTypes"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SafeTypes",
      "module_type" : "SwiftTarget",
      "name" : "SafeTypes",
      "path" : "Sources/SafeTypes",
      "product_memberships" : [
        "SafeTypes"
      ],
      "sources" : [
        "Collections/MultiElementsArray.swift",
        "Collections/NonEmptyArray.swift",
        "Collections/NonEmptyString.swift",
        "Numbers/MinusOneToOne.swift",
        "Numbers/Negative.swift",
        "Numbers/NonNegative.swift",
        "Numbers/NonPositive.swift",
        "Numbers/NonZero.swift",
        "Numbers/Number.swift",
        "Numbers/Positive.swift",
        "Numbers/ZeroToOne.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.