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 NeumorphicStyle, reference master (1028e2), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 11:44:38 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hallee/neumorphic-style.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hallee/neumorphic-style
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1028e2f Swift Playground download
Cloned https://github.com/hallee/neumorphic-style.git
Revision (git rev-parse @):
1028e2fc3f373fbd2f27d252322a1972060f776f
SUCCESS checkout https://github.com/hallee/neumorphic-style.git at master
========================================
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": "neumorphic-style",
      "name": "NeumorphicStyle",
      "url": "https://github.com/hallee/neumorphic-style.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/neumorphic-style",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/hallee/neumorphic-style.git
[1/25] Fetching neumorphic-style
Fetched https://github.com/hallee/neumorphic-style.git from cache (2.20s)
Creating working copy for https://github.com/hallee/neumorphic-style.git
Working copy of https://github.com/hallee/neumorphic-style.git resolved at master (1028e2f)
warning: '.resolve-product-dependencies': dependency 'neumorphic-style' 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/hallee/neumorphic-style.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 -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/4] Compiling NeumorphicStyle NeumorphicButtonStyle.swift
[4/4] Emitting module NeumorphicStyle
Build complete! (10.11s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NeumorphicStyle",
  "name" : "NeumorphicStyle",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "NeumorphicStyle",
      "targets" : [
        "NeumorphicStyle"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NeumorphicStyle",
      "module_type" : "SwiftTarget",
      "name" : "NeumorphicStyle",
      "path" : "Sources/NeumorphicStyle",
      "product_memberships" : [
        "NeumorphicStyle"
      ],
      "sources" : [
        "NeumorphicButtonStyle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.