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 swift-tagged, reference 0.10.0 (3907a9), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 22:46:32 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/pointfreeco/swift-tagged.git
Reference: 0.10.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-tagged
 * tag               0.10.0     -> FETCH_HEAD
HEAD is now at 3907a94 Add `CodingKeyRepresentable` conditional conformance (#66)
Cloned https://github.com/pointfreeco/swift-tagged.git
Revision (git rev-parse @):
3907a9438f5b57d317001dc99f3f11b46882272b
SUCCESS checkout https://github.com/pointfreeco/swift-tagged.git at 0.10.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": "swift-tagged",
      "name": "swift-tagged",
      "url": "https://github.com/pointfreeco/swift-tagged.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-tagged",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/pointfreeco/swift-tagged.git
[1/1147] Fetching swift-tagged
Fetched https://github.com/pointfreeco/swift-tagged.git from cache (0.92s)
Creating working copy for https://github.com/pointfreeco/swift-tagged.git
Working copy of https://github.com/pointfreeco/swift-tagged.git resolved at 0.10.0 (3907a94)
warning: '.resolve-product-dependencies': dependency 'swift-tagged' 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/pointfreeco/swift-tagged.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-tagged",
  "name" : "swift-tagged",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Tagged",
      "targets" : [
        "Tagged"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TaggedMoney",
      "targets" : [
        "TaggedMoney"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TaggedTime",
      "targets" : [
        "TaggedTime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TaggedTimeTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTimeTests",
      "path" : "Tests/TaggedTimeTests",
      "sources" : [
        "TaggedTimeTests.swift"
      ],
      "target_dependencies" : [
        "TaggedTime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedTime",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTime",
      "path" : "Sources/TaggedTime",
      "product_memberships" : [
        "TaggedTime"
      ],
      "sources" : [
        "TaggedTime.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TaggedTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTests",
      "path" : "Tests/TaggedTests",
      "sources" : [
        "TaggedTests.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedMoneyTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedMoneyTests",
      "path" : "Tests/TaggedMoneyTests",
      "sources" : [
        "TaggedMoneyTests.swift"
      ],
      "target_dependencies" : [
        "TaggedMoney"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedMoney",
      "module_type" : "SwiftTarget",
      "name" : "TaggedMoney",
      "path" : "Sources/TaggedMoney",
      "product_memberships" : [
        "TaggedMoney"
      ],
      "sources" : [
        "TaggedMoney.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Tagged",
      "module_type" : "SwiftTarget",
      "name" : "Tagged",
      "path" : "Sources/Tagged",
      "product_memberships" : [
        "Tagged",
        "TaggedMoney",
        "TaggedTime"
      ],
      "sources" : [
        "Tagged.swift",
        "UUID.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/4] Write sources
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/7] Compiling Tagged UUID.swift
[6/7] Emitting module Tagged
[7/7] Compiling Tagged Tagged.swift
[8/11] Emitting module TaggedMoney
[9/11] Compiling TaggedMoney TaggedMoney.swift
[10/11] Emitting module TaggedTime
[11/11] Compiling TaggedTime TaggedTime.swift
Build complete! (6.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-tagged",
  "name" : "swift-tagged",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Tagged",
      "targets" : [
        "Tagged"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TaggedMoney",
      "targets" : [
        "TaggedMoney"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TaggedTime",
      "targets" : [
        "TaggedTime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TaggedTimeTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTimeTests",
      "path" : "Tests/TaggedTimeTests",
      "sources" : [
        "TaggedTimeTests.swift"
      ],
      "target_dependencies" : [
        "TaggedTime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedTime",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTime",
      "path" : "Sources/TaggedTime",
      "product_memberships" : [
        "TaggedTime"
      ],
      "sources" : [
        "TaggedTime.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TaggedTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedTests",
      "path" : "Tests/TaggedTests",
      "sources" : [
        "TaggedTests.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedMoneyTests",
      "module_type" : "SwiftTarget",
      "name" : "TaggedMoneyTests",
      "path" : "Tests/TaggedMoneyTests",
      "sources" : [
        "TaggedMoneyTests.swift"
      ],
      "target_dependencies" : [
        "TaggedMoney"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaggedMoney",
      "module_type" : "SwiftTarget",
      "name" : "TaggedMoney",
      "path" : "Sources/TaggedMoney",
      "product_memberships" : [
        "TaggedMoney"
      ],
      "sources" : [
        "TaggedMoney.swift"
      ],
      "target_dependencies" : [
        "Tagged"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Tagged",
      "module_type" : "SwiftTarget",
      "name" : "Tagged",
      "path" : "Sources/Tagged",
      "product_memberships" : [
        "Tagged",
        "TaggedMoney",
        "TaggedTime"
      ],
      "sources" : [
        "Tagged.swift",
        "UUID.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.