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 URLSchemeRouter, reference 1.0.1 (c55e98), with Swift 6.0 for macOS (SPM) on 1 Dec 2024 02:51:49 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/finnvoor/URLSchemeRouter.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/finnvoor/URLSchemeRouter
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at c55e989 Wrap DecodingError for more useful error descriptions
Cloned https://github.com/finnvoor/URLSchemeRouter.git
Revision (git rev-parse @):
c55e989434c2a99d5ae4ccb1c92f15c8d3c40420
SUCCESS checkout https://github.com/finnvoor/URLSchemeRouter.git at 1.0.1
Fetching https://github.com/kylehughes/URLQueryItemCoder.git
[1/1269] Fetching urlqueryitemcoder
Fetched https://github.com/kylehughes/URLQueryItemCoder.git from cache (0.92s)
Computing version for https://github.com/kylehughes/URLQueryItemCoder.git
Computed https://github.com/kylehughes/URLQueryItemCoder.git at 1.0.0 (2.91s)
Creating working copy for https://github.com/kylehughes/URLQueryItemCoder.git
Working copy of https://github.com/kylehughes/URLQueryItemCoder.git resolved 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": "urlschemerouter",
      "name": "URLSchemeRouter",
      "url": "https://github.com/finnvoor/URLSchemeRouter.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/URLSchemeRouter",
      "dependencies": [
        {
          "identity": "urlqueryitemcoder",
          "name": "URLQueryItemCoder",
          "url": "https://github.com/kylehughes/URLQueryItemCoder.git",
          "version": "1.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/URLQueryItemCoder",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/finnvoor/URLSchemeRouter.git
[1/65] Fetching urlschemerouter
Fetched https://github.com/finnvoor/URLSchemeRouter.git from cache (0.69s)
Fetching https://github.com/kylehughes/URLQueryItemCoder.git from cache
Fetched https://github.com/kylehughes/URLQueryItemCoder.git from cache (0.49s)
Computing version for https://github.com/kylehughes/URLQueryItemCoder.git
Computed https://github.com/kylehughes/URLQueryItemCoder.git at 1.0.0 (0.02s)
Creating working copy for https://github.com/kylehughes/URLQueryItemCoder.git
Working copy of https://github.com/kylehughes/URLQueryItemCoder.git resolved at 1.0.0
Creating working copy for https://github.com/finnvoor/URLSchemeRouter.git
Working copy of https://github.com/finnvoor/URLSchemeRouter.git resolved at 1.0.1 (c55e989)
warning: '.resolve-product-dependencies': dependency 'urlschemerouter' is not used by any target
Found 1 product dependencies
  - URLQueryItemCoder
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/finnvoor/URLSchemeRouter.git
{
  "dependencies" : [
    {
      "identity" : "urlqueryitemcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylehughes/URLQueryItemCoder.git"
    }
  ],
  "manifest_display_name" : "URLSchemeRouter",
  "name" : "URLSchemeRouter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "URLSchemeRouter",
      "targets" : [
        "URLSchemeRouter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLSchemeRouterTests",
      "module_type" : "SwiftTarget",
      "name" : "URLSchemeRouterTests",
      "path" : "Tests/URLSchemeRouterTests",
      "sources" : [
        "URLSchemeRouterTests.swift"
      ],
      "target_dependencies" : [
        "URLSchemeRouter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URLSchemeRouter",
      "module_type" : "SwiftTarget",
      "name" : "URLSchemeRouter",
      "path" : "Sources/URLSchemeRouter",
      "product_dependencies" : [
        "URLQueryItemCoder"
      ],
      "product_memberships" : [
        "URLSchemeRouter"
      ],
      "sources" : [
        "URLSchemeRouter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/31] Emitting module URLQueryItemCoder
[5/34] Compiling URLQueryItemCoder KeyEncodingStrategy.swift
[6/34] Compiling URLQueryItemCoder NonConformingFloatEncodingStrategy.swift
[7/34] Compiling URLQueryItemCoder URLQueryItemEncoder+OutputFormatting.swift
[8/34] Compiling URLQueryItemCoder IntCodingKey.swift
[9/34] Compiling URLQueryItemCoder StringCodingKey.swift
[10/34] Compiling URLQueryItemCoder DecodingContainer+MultiValue.swift
[11/34] Compiling URLQueryItemCoder DecodingStrategies.swift
[12/34] Compiling URLQueryItemCoder KeyDecodingStrategy.swift
[13/34] Compiling URLQueryItemCoder NonConformingFloatDecodingStrategy.swift
[14/34] Compiling URLQueryItemCoder EncodingContainer+Keyed.swift
[15/34] Compiling URLQueryItemCoder EncodingContainer+SingleValue.swift
[16/34] Compiling URLQueryItemCoder EncodingContainer+Unkeyed.swift
[17/34] Compiling URLQueryItemCoder DecodingContainer+SingleValue.swift
[18/34] Compiling URLQueryItemCoder DecodingContainer.swift
[19/34] Compiling URLQueryItemCoder DecodingPrimitiveValue.swift
[20/34] Compiling URLQueryItemCoder LowLevelDecoder.swift
[21/34] Compiling URLQueryItemCoder DataDecodingStrategy.swift
[22/34] Compiling URLQueryItemCoder DateDecodingStrategy.swift
[23/34] Compiling URLQueryItemCoder DataEncodingStrategy.swift
[24/34] Compiling URLQueryItemCoder DateEncodingStrategy.swift
[25/34] Compiling URLQueryItemCoder EncodingStrategies.swift
[26/34] Compiling URLQueryItemCoder EncodingContainer.swift
[27/34] Compiling URLQueryItemCoder EncodingPrimitiveValue.swift
[28/34] Compiling URLQueryItemCoder LowLevelEncoder.swift
[29/34] Compiling URLQueryItemCoder StringlyKeyedDecodingContainerWrapper.swift
[30/34] Compiling URLQueryItemCoder URLQueryItemDecoder.swift
[31/34] Compiling URLQueryItemCoder EncodingContainer+Keyed+Wrapper.swift
[32/34] Compiling URLQueryItemCoder URLQueryItemEncoder.swift
[33/34] Compiling URLQueryItemCoder DecodingError+Context+Predefined.swift
[34/34] Compiling URLQueryItemCoder String+SnakeCase.swift
[35/36] Compiling URLSchemeRouter URLSchemeRouter.swift
[36/36] Emitting module URLSchemeRouter
Build complete! (17.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "urlqueryitemcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylehughes/URLQueryItemCoder.git"
    }
  ],
  "manifest_display_name" : "URLSchemeRouter",
  "name" : "URLSchemeRouter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "URLSchemeRouter",
      "targets" : [
        "URLSchemeRouter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLSchemeRouterTests",
      "module_type" : "SwiftTarget",
      "name" : "URLSchemeRouterTests",
      "path" : "Tests/URLSchemeRouterTests",
      "sources" : [
        "URLSchemeRouterTests.swift"
      ],
      "target_dependencies" : [
        "URLSchemeRouter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URLSchemeRouter",
      "module_type" : "SwiftTarget",
      "name" : "URLSchemeRouter",
      "path" : "Sources/URLSchemeRouter",
      "product_dependencies" : [
        "URLQueryItemCoder"
      ],
      "product_memberships" : [
        "URLSchemeRouter"
      ],
      "sources" : [
        "URLSchemeRouter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.