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 TypeDecoder, reference master (fd1e49), with Swift 6.0 for macOS (SPM) on 28 Nov 2024 05:19:56 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/Kitura/TypeDecoder.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/TypeDecoder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fd1e490 Update TravisCI; remove Swift 4.x support; add Swift 5.4 (#29)
Cloned https://github.com/Kitura/TypeDecoder.git
Revision (git rev-parse @):
fd1e4909a065e9ca083c9dd01048d8070c9cefdd
SUCCESS checkout https://github.com/Kitura/TypeDecoder.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": "typedecoder",
      "name": "TypeDecoder",
      "url": "https://github.com/Kitura/TypeDecoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TypeDecoder",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Kitura/TypeDecoder.git
[10/459] Fetching typedecoder
Fetched https://github.com/Kitura/TypeDecoder.git from cache (0.95s)
Creating working copy for https://github.com/Kitura/TypeDecoder.git
Working copy of https://github.com/Kitura/TypeDecoder.git resolved at master (fd1e490)
warning: '.resolve-product-dependencies': dependency 'typedecoder' 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/Kitura/TypeDecoder.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/5] Emitting module TypeDecoder
[4/5] Compiling TypeDecoder TypeDecoder.swift
[5/5] Compiling TypeDecoder OrderedDictionary.swift
Build complete! (6.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TypeDecoder",
  "name" : "TypeDecoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TypeDecoder",
      "targets" : [
        "TypeDecoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypeDecoderTests",
      "module_type" : "SwiftTarget",
      "name" : "TypeDecoderTests",
      "path" : "Tests/TypeDecoderTests",
      "sources" : [
        "OrderedDictionaryTests.swift",
        "TypeDecoderTests.swift",
        "TypeDecodingErrorTests.swift"
      ],
      "target_dependencies" : [
        "TypeDecoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypeDecoder",
      "module_type" : "SwiftTarget",
      "name" : "TypeDecoder",
      "path" : "Sources/TypeDecoder",
      "product_memberships" : [
        "TypeDecoder"
      ],
      "sources" : [
        "OrderedDictionary.swift",
        "TypeDecoder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.