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 TrailerQL, reference main (c75111), with Swift 6.0 for macOS (SPM) on 12 Oct 2024 03:43:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ptsochantaris/trailer-ql.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ptsochantaris/trailer-ql
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c75111a Using latest Lista version
Cloned https://github.com/ptsochantaris/trailer-ql.git
Revision (git rev-parse @):
c75111a4b568c602cca8b2a9dc9fce2caf3ee66b
SUCCESS checkout https://github.com/ptsochantaris/trailer-ql.git at main
Fetching https://github.com/ptsochantaris/lista
[1/154] Fetching lista
Fetched https://github.com/ptsochantaris/lista from cache (0.67s)
Creating working copy for https://github.com/ptsochantaris/lista
Working copy of https://github.com/ptsochantaris/lista resolved at main (c11f05c)
========================================
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": "trailer-ql",
      "name": "TrailerQL",
      "url": "https://github.com/ptsochantaris/trailer-ql.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/trailer-ql",
      "dependencies": [
        {
          "identity": "lista",
          "name": "Lista",
          "url": "https://github.com/ptsochantaris/lista",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/lista",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ptsochantaris/trailer-ql.git
[1/302] Fetching trailer-ql
Fetched https://github.com/ptsochantaris/trailer-ql.git from cache (0.71s)
Fetching https://github.com/ptsochantaris/lista from cache
Fetched https://github.com/ptsochantaris/lista from cache (0.44s)
Creating working copy for https://github.com/ptsochantaris/lista
Working copy of https://github.com/ptsochantaris/lista resolved at main (c11f05c)
Creating working copy for https://github.com/ptsochantaris/trailer-ql.git
Working copy of https://github.com/ptsochantaris/trailer-ql.git resolved at main (c75111a)
warning: '.resolve-product-dependencies': dependency 'trailer-ql' is not used by any target
Found 1 product dependencies
  - Lista
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ptsochantaris/trailer-ql.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4A847ED0836F2485.txt
[4/5] Compiling Lista Lista.swift
[5/5] Emitting module Lista
[6/15] Compiling TrailerQL Query.swift
[7/16] Compiling TrailerQL TrailerQL.swift
[8/16] Compiling TrailerQL Scanning.swift
[9/16] Compiling TrailerQL Fragment.swift
[10/16] Compiling TrailerQL Node.swift
[11/16] Compiling TrailerQL Field.swift
[12/16] Compiling TrailerQL Group.swift
[13/16] Compiling TrailerQL Element.swift
[14/16] Emitting module TrailerQL
[15/16] Compiling TrailerQL BatchGroup.swift
[16/16] Compiling TrailerQL ElementsBuilder.swift
Build complete! (10.64s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "lista",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ptsochantaris/lista"
    }
  ],
  "manifest_display_name" : "TrailerQL",
  "name" : "TrailerQL",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "TrailerQL",
      "targets" : [
        "TrailerQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TrailerQLTests",
      "module_type" : "SwiftTarget",
      "name" : "TrailerQLTests",
      "path" : "Tests/TrailerQLTests",
      "sources" : [
        "TestSupport.swift",
        "TrailerQLTests.swift"
      ],
      "target_dependencies" : [
        "TrailerQL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TrailerQL",
      "module_type" : "SwiftTarget",
      "name" : "TrailerQL",
      "path" : "Sources/TrailerQL",
      "product_dependencies" : [
        "Lista"
      ],
      "product_memberships" : [
        "TrailerQL"
      ],
      "sources" : [
        "BatchGroup.swift",
        "Element.swift",
        "ElementsBuilder.swift",
        "Field.swift",
        "Fragment.swift",
        "Group.swift",
        "Node.swift",
        "Query.swift",
        "Scanning.swift",
        "TrailerQL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.