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-url-routing, reference main (09b155), with Swift 6.0 for Linux on 25 Feb 2025 07:13:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-url-routing.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pointfreeco/swift-url-routing
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 09b155d Delete .github/workflows/documentation.yml (#114)
Cloned https://github.com/pointfreeco/swift-url-routing.git
Revision (git rev-parse @):
09b155ddb2a6d09a9adbc7bac50d7d9f75d03e9d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-url-routing.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/pointfreeco/swift-url-routing.git
https://github.com/pointfreeco/swift-url-routing.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/swift-benchmark"
    }
  ],
  "manifest_display_name" : "swift-url-routing",
  "name" : "swift-url-routing",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "URLRouting",
      "targets" : [
        "URLRouting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "variadics-generator",
      "targets" : [
        "variadics-generator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "swift-url-routing-benchmark",
      "targets" : [
        "swift-url-routing-benchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "variadics_generator",
      "module_type" : "SwiftTarget",
      "name" : "variadics-generator",
      "path" : "Sources/variadics-generator",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "variadics-generator"
      ],
      "sources" : [
        "VariadicsGenerator.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "swift_url_routing_benchmark",
      "module_type" : "SwiftTarget",
      "name" : "swift-url-routing-benchmark",
      "path" : "Sources/swift-url-routing-benchmark",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "swift-url-routing-benchmark"
      ],
      "sources" : [
        "Common/Benchmarking.swift",
        "Routing.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "URLRouting"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "URLRoutingTests",
      "module_type" : "SwiftTarget",
      "name" : "URLRoutingTests",
      "path" : "Tests/URLRoutingTests",
      "sources" : [
        "RoutingErrorTests.swift",
        "URLRoutingClientTests.swift",
        "URLRoutingTests.swift"
      ],
      "target_dependencies" : [
        "URLRouting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URLRouting",
      "module_type" : "SwiftTarget",
      "name" : "URLRouting",
      "path" : "Sources/URLRouting",
      "product_dependencies" : [
        "IssueReporting",
        "OrderedCollections",
        "Parsing"
      ],
      "product_memberships" : [
        "URLRouting",
        "swift-url-routing-benchmark"
      ],
      "sources" : [
        "Body.swift",
        "Builders/Variadics.swift",
        "Client/Client.swift",
        "Cookies.swift",
        "Exports.swift",
        "Field.swift",
        "FormData.swift",
        "Fragment.swift",
        "Headers.swift",
        "Host.swift",
        "Internal/AnyEquatable.swift",
        "Internal/Breakpoint.swift",
        "Internal/Deprecations.swift",
        "Method.swift",
        "Parsing/Parse.swift",
        "Parsing/ParserPrinter.swift",
        "Path.swift",
        "PathBuilder.swift",
        "Printing.swift",
        "Query.swift",
        "Route.swift",
        "Router.swift",
        "RoutingError.swift",
        "Scheme.swift",
        "URLRequestData+Foundation.swift",
        "URLRequestData.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/google/swift-benchmark
Fetching https://github.com/pointfreeco/swift-parsing
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2050] Fetching swift-docc-plugin
[227/3536] Fetching swift-docc-plugin, swift-benchmark
[3107/19279] Fetching swift-docc-plugin, swift-benchmark, swift-collections
[4325/24525] Fetching swift-docc-plugin, swift-benchmark, swift-collections, xctest-dynamic-overlay
Fetched https://github.com/apple/swift-docc-plugin from cache (0.96s)
[9200/22475] Fetching swift-benchmark, swift-collections, xctest-dynamic-overlay
[9411/37144] Fetching swift-benchmark, swift-collections, xctest-dynamic-overlay, swift-argument-parser
Fetched https://github.com/google/swift-benchmark from cache (1.70s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.70s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.71s)
[1/97878] Fetching swift-parsing
Fetched https://github.com/apple/swift-collections from cache (6.14s)
Fetched https://github.com/pointfreeco/swift-parsing from cache (6.22s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.74s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.1 (0.59s)
Computing version for https://github.com/pointfreeco/swift-parsing
Computed https://github.com/pointfreeco/swift-parsing at 0.14.1 (0.60s)
Fetching https://github.com/pointfreeco/swift-case-paths
[1/4358] Fetching swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.27s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.29s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3313] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.17s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.73s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.56s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.6.1 (4.72s)
Fetching https://github.com/swiftlang/swift-syntax
[1/68610] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.83s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.68s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-parsing
Working copy of https://github.com/pointfreeco/swift-parsing resolved at 0.14.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/google/swift-benchmark
Working copy of https://github.com/google/swift-benchmark resolved at 0.1.1
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/66] Write sources
[30/66] Compiling _SwiftSyntaxCShims dummy.c
[31/66] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/110] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[34/110] Emitting module InternalCollectionsUtilities
[35/112] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[36/112] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[37/112] Compiling IssueReporting FailureObserver.swift
[38/112] Compiling IssueReporting LockIsolated.swift
[39/114] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/114] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[41/114] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/114] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/37] Write swift-version-24593BA9C3E375BF.txt
[4/81] Compiling SwiftSyntax600 Empty.swift
[5/81] Emitting module SwiftSyntax509
[6/81] Compiling SwiftSyntax509 Empty.swift
[7/81] Emitting module SwiftSyntax600
[8/83] Emitting module SwiftSyntax510
[9/83] Compiling SwiftSyntax510 Empty.swift
[10/84] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/84] Compiling InternalCollectionsUtilities Specialize.swift
[12/86] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[13/86] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[14/86] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[15/86] Emitting module ArgumentParserToolInfo
[19/86] Compiling InternalCollectionsUtilities _SortedCollection.swift
[20/86] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[21/86] Compiling InternalCollectionsUtilities Debugging.swift
[22/86] Compiling InternalCollectionsUtilities Descriptions.swift
[23/86] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/86] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/86] Wrapping AST for SwiftSyntax600 for debugging
[25/86] Wrapping AST for SwiftSyntax510 for debugging
[28/88] Wrapping AST for SwiftSyntax509 for debugging
[30/88] Emitting module IssueReporting
[31/152] Emitting module InternalCollectionsUtilities
[32/152] Compiling ArgumentParserToolInfo ToolInfo.swift
[33/153] Wrapping AST for ArgumentParserToolInfo for debugging
[35/153] Compiling SwiftSyntax SourcePresence.swift
[36/153] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[37/153] Compiling SwiftSyntax Assert.swift
[38/153] Compiling SwiftSyntax BumpPtrAllocator.swift
[39/153] Compiling SwiftSyntax Identifier.swift
[40/153] Compiling SwiftSyntax MemoryLayout.swift
[41/153] Compiling SwiftSyntax CommonAncestor.swift
[42/153] Compiling SwiftSyntax Convenience.swift
[43/153] Compiling SwiftSyntax CustomTraits.swift
[44/188] Wrapping AST for InternalCollectionsUtilities for debugging
[46/188] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/188] Compiling ArgumentParser ParsableCommand.swift
[48/188] Compiling ArgumentParser NameSpecification.swift
[49/188] Compiling ArgumentParser ParsableArguments.swift
[50/188] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/188] Compiling ArgumentParser CompletionsGenerator.swift
[52/188] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/188] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/188] Compiling ArgumentParser Argument.swift
[55/188] Compiling ArgumentParser Option.swift
[56/188] Compiling ArgumentParser OptionGroup.swift
[57/188] Compiling ArgumentParser CommandConfiguration.swift
[58/188] Compiling ArgumentParser EnumerableFlag.swift
[62/197] Compiling ArgumentParser ExpressibleByArgument.swift
[63/197] Compiling ArgumentParser ArgumentHelp.swift
[64/197] Compiling ArgumentParser CompletionKind.swift
[71/252] Wrapping AST for IssueReporting for debugging
[73/255] Compiling XCTestDynamicOverlay Exports.swift
[74/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[75/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[76/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[77/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[78/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[79/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[80/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[81/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[82/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[83/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[84/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[85/255] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[86/255] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[87/255] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[88/262] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[89/262] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[90/262] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[91/262] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[92/262] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[93/262] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[94/262] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[95/262] Compiling OrderedCollections OrderedDictionary+Values.swift
[96/262] Compiling OrderedCollections OrderedDictionary.swift
[97/262] Compiling OrderedCollections OrderedSet+Codable.swift
[98/262] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[99/262] Compiling OrderedCollections OrderedSet+Descriptions.swift
[100/262] Compiling OrderedCollections OrderedSet+Diffing.swift
[101/262] Compiling OrderedCollections OrderedSet+Equatable.swift
[102/262] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[103/262] Compiling OrderedCollections OrderedSet+Hashable.swift
[104/262] Compiling OrderedCollections OrderedSet+Initializers.swift
[105/262] Compiling OrderedCollections OrderedSet+Insertions.swift
[106/262] Compiling OrderedCollections OrderedSet+Invariants.swift
[107/262] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[108/262] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[109/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[110/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[111/262] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[112/262] Compiling OrderedCollections OrderedDictionary+Codable.swift
[113/262] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[114/262] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[115/262] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[116/262] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[117/262] Compiling OrderedCollections OrderedDictionary+Elements.swift
[118/262] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[119/262] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[120/262] Emitting module XCTestDynamicOverlay
[121/262] Compiling XCTestDynamicOverlay Deprecations.swift
[131/263] Wrapping AST for XCTestDynamicOverlay for debugging
[133/263] Compiling OrderedCollections _HashTable+Bucket.swift
[134/263] Compiling OrderedCollections _HashTable+BucketIterator.swift
[135/263] Compiling OrderedCollections _HashTable+Constants.swift
[136/263] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[137/263] Compiling OrderedCollections _HashTable+Testing.swift
[138/263] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[139/263] Compiling OrderedCollections _HashTable.swift
[140/263] Compiling OrderedCollections _Hashtable+Header.swift
[141/273] Emitting module OrderedCollections
[151/273] Compiling CasePathsCore KeyPath+Sendable.swift
[152/273] Compiling OrderedCollections OrderedSet+Sendable.swift
[153/273] Compiling OrderedCollections OrderedSet+SubSequence.swift
[154/273] Compiling OrderedCollections OrderedSet+Testing.swift
[155/273] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[156/273] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[157/273] Compiling OrderedCollections OrderedSet.swift
[158/273] Compiling OrderedCollections _UnsafeBitset.swift
[159/275] Emitting module CasePathsCore
[160/275] Compiling CasePathsCore TypeName.swift
[161/275] Compiling CasePathsCore Optional+CasePathable.swift
[162/275] Compiling CasePathsCore UncheckedSendable.swift
[163/275] Compiling CasePathsCore Never+CasePathable.swift
[165/275] Compiling CasePathsCore Result+CasePathable.swift
[165/275] Wrapping AST for OrderedCollections for debugging
[167/275] Compiling CasePathsCore AnyCasePath.swift
[168/275] Compiling CasePathsCore CasePathIterable.swift
[169/275] Compiling CasePathsCore CasePathReflectable.swift
[170/275] Compiling CasePathsCore CasePathable.swift
[171/276] Wrapping AST for CasePathsCore for debugging
[178/280] Emitting module ArgumentParser
[207/280] Compiling ArgumentParser CollectionExtensions.swift
[208/280] Compiling ArgumentParser SequenceExtensions.swift
[209/280] Compiling ArgumentParser StringExtensions.swift
[210/280] Compiling ArgumentParser Tree.swift
[211/281] Wrapping AST for ArgumentParser for debugging
[213/284] Emitting module variadics_generator
[214/300] Compiling variadics_generator main.swift
[215/300] Compiling variadics_generator VariadicsGenerator.swift
[216/301] Compiling Benchmark BenchmarkTermination.swift
[217/301] Compiling Benchmark BenchmarkTime.swift
[219/303] Compiling Benchmark BenchmarkState.swift
[220/303] Compiling Benchmark BenchmarkSuite.swift
[220/303] Wrapping AST for variadics-generator for debugging
[221/303] Write Objects.LinkFileList
[223/303] Compiling Benchmark BenchmarkCommand.swift
[224/303] Compiling Benchmark BenchmarkFilter.swift
[225/303] Compiling Benchmark BenchmarkRunner.swift
[226/303] Compiling Benchmark BenchmarkSetting.swift
[227/303] Compiling Benchmark BenchmarkFormatter.swift
[228/303] Compiling Benchmark BenchmarkMain.swift
[229/303] Compiling Benchmark BenchmarkReporter.swift
[230/303] Compiling Benchmark BenchmarkResult.swift
[231/303] Emitting module Benchmark
[232/303] Compiling Benchmark Stats.swift
[233/303] Compiling Benchmark TestIntegration.swift
[233/303] Linking variadics-generator
[235/303] Compiling Benchmark Benchmark.swift
[236/303] Compiling Benchmark BenchmarkArguments.swift
[237/303] Compiling Benchmark BenchmarkColumn.swift
[238/304] Wrapping AST for Benchmark for debugging
[240/304] Emitting module SwiftSyntax
[257/304] Compiling SwiftSyntax RawSyntaxValidation.swift
[258/304] Compiling SwiftSyntax SyntaxNodesAB.swift
[277/304] Compiling SwiftSyntax SyntaxNodesC.swift
[278/304] Compiling SwiftSyntax SyntaxNodesD.swift
[279/304] Compiling SwiftSyntax SyntaxNodesEF.swift
[280/304] Compiling SwiftSyntax SyntaxNodesGHI.swift
[281/304] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[282/304] Compiling SwiftSyntax SyntaxNodesOP.swift
[283/304] Compiling SwiftSyntax SyntaxNodesQRS.swift
[284/304] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[285/305] Wrapping AST for SwiftSyntax for debugging
[287/362] Compiling SwiftDiagnostics Message.swift
[288/363] Compiling SwiftParser CharacterInfo.swift
[289/363] Compiling SwiftParser CollectionNodes+Parsable.swift
[290/363] Emitting module SwiftDiagnostics
[291/363] Compiling SwiftParser Attributes.swift
[292/363] Compiling SwiftParser Availability.swift
[293/363] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[294/363] Compiling SwiftDiagnostics Note.swift
[295/363] Compiling SwiftBasicFormat Syntax+Extensions.swift
[296/363] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[297/363] Emitting module SwiftBasicFormat
[298/363] Compiling SwiftBasicFormat InferIndentation.swift
[299/363] Compiling SwiftDiagnostics FixIt.swift
[300/363] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[301/363] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[302/363] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[304/364] Compiling SwiftBasicFormat BasicFormat.swift
[305/365] Wrapping AST for SwiftDiagnostics for debugging
[306/365] Wrapping AST for SwiftBasicFormat for debugging
[308/365] Compiling SwiftParser LexemeSequence.swift
[309/365] Compiling SwiftParser Lexer.swift
[310/365] Compiling SwiftParser RegexLiteralLexer.swift
[311/365] Compiling SwiftParser UnicodeScalarExtensions.swift
[312/365] Compiling SwiftParser Lookahead.swift
[313/365] Compiling SwiftParser LoopProgressCondition.swift
[314/370] Compiling SwiftParser SwiftParserCompatibility.swift
[315/370] Compiling SwiftParser SwiftVersion.swift
[316/370] Compiling SwiftParser SyntaxUtils.swift
[317/370] Compiling SwiftParser TokenConsumer.swift
[318/370] Compiling SwiftParser TokenPrecedence.swift
[319/370] Compiling SwiftParser TokenSpec.swift
[320/370] Compiling SwiftParser TokenSpecSet.swift
[321/370] Compiling SwiftParser TopLevel.swift
[322/370] Compiling SwiftParser TriviaParser.swift
[323/370] Compiling SwiftParser Types.swift
[324/370] Compiling SwiftParser Modifiers.swift
[325/370] Compiling SwiftParser Names.swift
[326/370] Compiling SwiftParser Nominals.swift
[327/370] Compiling SwiftParser Parameters.swift
[328/370] Compiling SwiftParser ParseSourceFile.swift
[329/370] Compiling SwiftParser Parser.swift
[330/370] Compiling SwiftParser Patterns.swift
[331/370] Compiling SwiftParser Recovery.swift
[332/370] Compiling SwiftParser Specifiers.swift
[333/370] Compiling SwiftParser Statements.swift
[334/370] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[335/370] Compiling SwiftParser StringLiterals.swift
[336/370] Emitting module SwiftParser
[341/370] Compiling SwiftParser Declarations.swift
[342/370] Compiling SwiftParser Directives.swift
[343/370] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[344/370] Compiling SwiftParser Expressions.swift
[345/370] Compiling SwiftParser IncrementalParseTransition.swift
[346/370] Compiling SwiftParser IsValidIdentifier.swift
[347/370] Compiling SwiftParser Cursor.swift
[348/370] Compiling SwiftParser Lexeme.swift
[349/370] Compiling SwiftParser ExperimentalFeatures.swift
[350/370] Compiling SwiftParser IsLexerClassified.swift
[351/370] Compiling SwiftParser LayoutNodes+Parsable.swift
[352/370] Compiling SwiftParser Parser+TokenSpecSet.swift
[353/370] Compiling SwiftParser TokenSpecStaticMembers.swift
[354/371] Wrapping AST for SwiftParser for debugging
[356/394] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[357/395] Compiling SwiftOperators OperatorError.swift
[358/395] Compiling SwiftOperators OperatorTable+Defaults.swift
[359/395] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[360/396] Compiling SwiftOperators Operator.swift
[361/396] Compiling SwiftOperators OperatorError+Diagnostics.swift
[362/396] Compiling SwiftOperators PrecedenceGroup.swift
[365/396] Compiling SwiftOperators PrecedenceGraph.swift
[366/396] Emitting module SwiftParserDiagnostics
[367/396] Compiling SwiftOperators OperatorTable+Semantics.swift
[368/396] Compiling SwiftOperators OperatorTable.swift
[369/396] Compiling SwiftOperators SyntaxSynthesis.swift
[370/396] Emitting module SwiftOperators
[371/396] Compiling SwiftOperators OperatorTable+Folding.swift
[373/397] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[373/397] Wrapping AST for SwiftOperators for debugging
[375/397] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[376/397] Compiling SwiftParserDiagnostics PresenceUtils.swift
[377/397] Compiling SwiftParserDiagnostics MissingNodesError.swift
[378/397] Compiling SwiftParserDiagnostics MissingTokenError.swift
[381/397] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[382/397] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[383/398] Wrapping AST for SwiftParserDiagnostics for debugging
[385/413] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[386/413] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[387/413] Emitting module SwiftSyntaxBuilder
[388/413] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[389/413] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[390/414] Compiling SwiftSyntaxBuilder Indenter.swift
[391/414] Compiling SwiftSyntaxBuilder ListBuilder.swift
[392/414] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[393/414] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[394/414] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[395/414] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[396/414] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[397/414] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[398/414] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[399/414] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[400/414] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[401/415] Wrapping AST for SwiftSyntaxBuilder for debugging
[403/432] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[404/432] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[405/432] Compiling SwiftSyntaxMacros Macro.swift
[406/432] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[407/432] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[408/432] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[409/434] Compiling SwiftSyntaxMacros AccessorMacro.swift
[410/434] Compiling SwiftSyntaxMacros AttachedMacro.swift
[411/434] Compiling SwiftSyntaxMacros BodyMacro.swift
[412/434] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[413/434] Compiling SwiftSyntaxMacros Macro+Format.swift
[414/434] Compiling SwiftSyntaxMacros MemberMacro.swift
[415/434] Compiling SwiftSyntaxMacros PeerMacro.swift
[416/434] Emitting module SwiftSyntaxMacros
[417/434] Compiling SwiftSyntaxMacros PreambleMacro.swift
[418/434] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[419/434] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[420/434] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[421/434] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[422/435] Wrapping AST for SwiftSyntaxMacros for debugging
[424/444] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[425/445] Emitting module SwiftSyntaxMacroExpansion
[426/445] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[427/445] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[428/445] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[429/445] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[430/445] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[431/445] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[432/445] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[433/445] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[434/446] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[436/458] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[437/458] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[438/459] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[439/459] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[440/459] Emitting module SwiftCompilerPluginMessageHandling
[441/459] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[442/459] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[443/459] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[444/459] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[445/459] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[446/459] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[447/459] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[448/459] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[449/460] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[451/462] Emitting module SwiftCompilerPlugin
[452/462] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[453/463] Wrapping AST for SwiftCompilerPlugin for debugging
[455/466] Compiling CasePathsMacros Plugin.swift
[456/466] Emitting module CasePathsMacros
[457/466] Compiling CasePathsMacros CasePathableMacro.swift
[458/467] Wrapping AST for CasePathsMacros for debugging
[459/467] Write Objects.LinkFileList
[460/467] Linking CasePathsMacros-tool
[462/474] Compiling CasePaths Exports.swift
[463/474] Compiling CasePaths LockIsolated.swift
[464/474] Compiling CasePaths Macros.swift
[465/474] Compiling CasePaths XCTestSupport.swift
[466/474] Compiling CasePaths Deprecations.swift
[467/474] Emitting module CasePaths
[468/474] Compiling CasePaths EnumReflection.swift
[469/475] Wrapping AST for CasePaths for debugging
[471/542] Compiling Parsing Identity.swift
[472/542] Compiling Parsing JSON.swift
[473/542] Compiling Parsing LosslessStringConvertible.swift
[474/542] Compiling Parsing Memberwise.swift
[475/542] Compiling Parsing ParseableFormatStyleConversion.swift
[476/542] Compiling Parsing RawRepresentable.swift
[477/542] Compiling Parsing String.swift
[478/542] Compiling Parsing Substring.swift
[479/542] Compiling Parsing UTF8View.swift
[480/542] Compiling Parsing ConvertingError.swift
[481/551] Compiling Parsing OneOfBuilder.swift
[482/551] Compiling Parsing ParserBuilder.swift
[483/551] Compiling Parsing Conversion.swift
[484/551] Compiling Parsing AnyConversion.swift
[485/551] Compiling Parsing BinaryFloatingPoint.swift
[486/551] Compiling Parsing ConversionMap.swift
[487/551] Compiling Parsing Conversions.swift
[488/551] Compiling Parsing Data.swift
[489/551] Compiling Parsing Enum.swift
[490/551] Compiling Parsing FixedWidthInteger.swift
[491/551] Compiling Parsing CaseIterableRawRepresentable.swift
[492/551] Compiling Parsing CharacterSet.swift
[493/551] Compiling Parsing Conditional.swift
[494/551] Compiling Parsing Consumed.swift
[495/551] Compiling Parsing Digits.swift
[496/551] Compiling Parsing End.swift
[497/551] Compiling Parsing Fail.swift
[498/551] Compiling Parsing Filter.swift
[499/551] Compiling Parsing First.swift
[500/551] Compiling Parsing CountingRange.swift
[501/551] Compiling Parsing EmptyInitializable.swift
[502/551] Compiling Parsing AnyEquatable.swift
[503/551] Compiling Parsing Deprecations.swift
[504/551] Compiling Parsing Parser.swift
[505/551] Compiling Parsing ParserPrinter.swift
[506/551] Compiling Parsing Always.swift
[507/551] Compiling Parsing AnyParserPrinter.swift
[508/551] Compiling Parsing Backtracking.swift
[509/551] Compiling Parsing Bool.swift
[510/551] Compiling Parsing PrefixThrough.swift
[511/551] Compiling Parsing PrefixUpTo.swift
[512/551] Compiling Parsing Printing.swift
[513/551] Compiling Parsing Pullback.swift
[514/551] Compiling Parsing ReplaceError.swift
[515/551] Compiling Parsing Rest.swift
[516/551] Compiling Parsing Skip.swift
[517/551] Compiling Parsing StartsWith.swift
[518/551] Compiling Parsing UUID.swift
[519/551] Compiling Parsing OneOf.swift
[520/551] Compiling Parsing OneOfMany.swift
[521/551] Compiling Parsing Optional.swift
[522/551] Compiling Parsing Optionally.swift
[523/551] Compiling Parsing Parse.swift
[524/551] Compiling Parsing ParseableFormatStyle.swift
[525/551] Compiling Parsing Peek.swift
[526/551] Compiling Parsing Pipe.swift
[527/551] Compiling Parsing Prefix.swift
[528/551] Compiling Parsing Float.swift
[529/551] Compiling Parsing From.swift
[530/551] Compiling Parsing Int.swift
[531/551] Compiling Parsing Lazy.swift
[532/551] Compiling Parsing Literal.swift
[533/551] Compiling Parsing Many.swift
[534/551] Compiling Parsing Map.swift
[535/551] Compiling Parsing Newline.swift
[536/551] Compiling Parsing Not.swift
[537/551] Compiling Parsing Whitespace.swift
[538/551] Compiling Parsing AnyParser.swift
[539/551] Compiling Parsing CompactMap.swift
[540/551] Compiling Parsing FlatMap.swift
[541/551] Compiling Parsing Parsers.swift
[542/551] Compiling Parsing Stream.swift
[543/551] Compiling Parsing ParsingError.swift
[544/551] Compiling Parsing PrependableCollection.swift
[545/551] Compiling Parsing PrintingError.swift
[546/551] Emitting module Parsing
[547/552] Wrapping AST for Parsing for debugging
[549/576] Compiling URLRouting Route.swift
[550/576] Compiling URLRouting Router.swift
[551/576] Compiling URLRouting RoutingError.swift
[552/579] Compiling URLRouting Headers.swift
[553/579] Compiling URLRouting Host.swift
[554/579] Compiling URLRouting AnyEquatable.swift
[555/579] Compiling URLRouting Exports.swift
[556/579] Compiling URLRouting Field.swift
[557/579] Compiling URLRouting FormData.swift
[558/579] Compiling URLRouting Fragment.swift
[559/579] Compiling URLRouting Breakpoint.swift
[560/579] Compiling URLRouting Deprecations.swift
[561/579] Compiling URLRouting Method.swift
[562/579] Compiling URLRouting Parse.swift
[563/579] Compiling URLRouting ParserPrinter.swift
[564/579] Compiling URLRouting Path.swift
[565/579] Compiling URLRouting PathBuilder.swift
[566/579] Compiling URLRouting Printing.swift
[567/579] Compiling URLRouting Query.swift
[568/579] Compiling URLRouting Scheme.swift
[569/579] Compiling URLRouting URLRequestData+Foundation.swift
[570/579] Compiling URLRouting URLRequestData.swift
[571/579] Emitting module URLRouting
[572/579] Compiling URLRouting Body.swift
[573/579] Compiling URLRouting Variadics.swift
[574/579] Compiling URLRouting Client.swift
[575/579] Compiling URLRouting Cookies.swift
[576/580] Wrapping AST for URLRouting for debugging
[578/584] Emitting module swift_url_routing_benchmark
[579/584] Compiling swift_url_routing_benchmark main.swift
[580/584] Compiling swift_url_routing_benchmark Benchmarking.swift
[581/584] Compiling swift_url_routing_benchmark Routing.swift
[582/585] Wrapping AST for swift-url-routing-benchmark for debugging
[583/585] Write Objects.LinkFileList
[584/585] Linking swift-url-routing-benchmark
Build complete! (108.57s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/swift-benchmark"
    }
  ],
  "manifest_display_name" : "swift-url-routing",
  "name" : "swift-url-routing",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "URLRouting",
      "targets" : [
        "URLRouting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "variadics-generator",
      "targets" : [
        "variadics-generator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "swift-url-routing-benchmark",
      "targets" : [
        "swift-url-routing-benchmark"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "variadics_generator",
      "module_type" : "SwiftTarget",
      "name" : "variadics-generator",
      "path" : "Sources/variadics-generator",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "variadics-generator"
      ],
      "sources" : [
        "VariadicsGenerator.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "swift_url_routing_benchmark",
      "module_type" : "SwiftTarget",
      "name" : "swift-url-routing-benchmark",
      "path" : "Sources/swift-url-routing-benchmark",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "swift-url-routing-benchmark"
      ],
      "sources" : [
        "Common/Benchmarking.swift",
        "Routing.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "URLRouting"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "URLRoutingTests",
      "module_type" : "SwiftTarget",
      "name" : "URLRoutingTests",
      "path" : "Tests/URLRoutingTests",
      "sources" : [
        "RoutingErrorTests.swift",
        "URLRoutingClientTests.swift",
        "URLRoutingTests.swift"
      ],
      "target_dependencies" : [
        "URLRouting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URLRouting",
      "module_type" : "SwiftTarget",
      "name" : "URLRouting",
      "path" : "Sources/URLRouting",
      "product_dependencies" : [
        "IssueReporting",
        "OrderedCollections",
        "Parsing"
      ],
      "product_memberships" : [
        "URLRouting",
        "swift-url-routing-benchmark"
      ],
      "sources" : [
        "Body.swift",
        "Builders/Variadics.swift",
        "Client/Client.swift",
        "Cookies.swift",
        "Exports.swift",
        "Field.swift",
        "FormData.swift",
        "Fragment.swift",
        "Headers.swift",
        "Host.swift",
        "Internal/AnyEquatable.swift",
        "Internal/Breakpoint.swift",
        "Internal/Deprecations.swift",
        "Method.swift",
        "Parsing/Parse.swift",
        "Parsing/ParserPrinter.swift",
        "Path.swift",
        "PathBuilder.swift",
        "Printing.swift",
        "Query.swift",
        "Route.swift",
        "Router.swift",
        "RoutingError.swift",
        "Scheme.swift",
        "URLRequestData+Foundation.swift",
        "URLRequestData.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.