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 Vandelay, reference 1.0.0 (81554e), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 14:32:44 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

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/Vandelay.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/Vandelay
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 81554e0 Bump to 1.0.0
Cloned https://github.com/danielsaidi/Vandelay.git
Revision (git rev-parse @):
81554e0b4224e8b741d9c02a93ec779e84a34136
SUCCESS checkout https://github.com/danielsaidi/Vandelay.git at 1.0.0
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/danielsaidi/Mockery.git
[1/2254] Fetching mockery
[430/16977] Fetching mockery, quick
[15065/36195] Fetching mockery, quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (12.04s)
Fetched https://github.com/danielsaidi/Mockery.git from cache (12.04s)
Fetched https://github.com/Quick/Nimble.git from cache (12.04s)
Computing version for https://github.com/danielsaidi/Mockery.git
Computed https://github.com/danielsaidi/Mockery.git at 0.6.0 (0.67s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.1 (0.62s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.0.0 (0.63s)
Creating working copy for https://github.com/danielsaidi/Mockery.git
Working copy of https://github.com/danielsaidi/Mockery.git resolved at 0.6.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.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": "vandelay",
      "name": "Vandelay",
      "url": "https://github.com/danielsaidi/Vandelay.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Vandelay",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/danielsaidi/Vandelay.git
[1/2792] Fetching vandelay
Fetched https://github.com/danielsaidi/Vandelay.git from cache (1.22s)
Creating working copy for https://github.com/danielsaidi/Vandelay.git
Working copy of https://github.com/danielsaidi/Vandelay.git resolved at 1.0.0 (81554e0)
warning: '.resolve-product-dependencies': dependency 'vandelay' 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/danielsaidi/Vandelay.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/25] Emitting module Vandelay
[4/27] Compiling Vandelay DataExporter.swift
[5/27] Compiling Vandelay DataImporter.swift
[6/27] Compiling Vandelay ExportResult.swift
[7/27] Compiling Vandelay PasteboardImporter.swift
[8/27] Compiling Vandelay UrlImporter.swift
[9/27] Compiling Vandelay ExportState.swift
[10/27] Compiling Vandelay Exporter.swift
[11/27] Compiling Vandelay EmailExporter.swift
[12/27] Compiling Vandelay ImportState.swift
[13/27] Compiling Vandelay Importer.swift
[14/27] Compiling Vandelay StaticFileNameGenerator.swift
[15/27] Compiling Vandelay ImportResult.swift
[16/27] Compiling Vandelay ExportMethod.swift
[17/27] Compiling Vandelay FileExporter.swift
[18/27] Compiling Vandelay MessageExporter.swift
[19/27] Compiling Vandelay StringExporter.swift
[20/27] Compiling Vandelay StringImporter.swift
[21/27] Compiling Vandelay PasteboardExporter.swift
[22/27] Compiling Vandelay FileNameGenerator.swift
[23/27] Compiling Vandelay RandomFileNameGenerator.swift
[24/27] Compiling Vandelay FileImporter.swift
[25/27] Compiling Vandelay ImportMethod.swift
[26/27] Compiling Vandelay QrCodeGenerator.swift
[27/27] Compiling Vandelay StandardQrCodeGenerator.swift
Build complete! (20.44s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.0.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "mockery",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danielsaidi/Mockery.git"
    }
  ],
  "manifest_display_name" : "Vandelay",
  "name" : "Vandelay",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Vandelay",
      "targets" : [
        "Vandelay"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VandelayTests",
      "module_type" : "SwiftTarget",
      "name" : "VandelayTests",
      "path" : "Tests/VandelayTests",
      "product_dependencies" : [
        "Quick",
        "Nimble",
        "Mockery"
      ],
      "sources" : [
        "DataExporterTests.swift",
        "Exporters/EmailExporterTests.swift",
        "Exporters/ExporterTests.swift",
        "Exporters/FileExporterTests.swift",
        "Exporters/MessageExporterTests.swift",
        "Exporters/PasteboardExporterTests.swift",
        "File/RandomFileNameGenerator.swift",
        "File/StaticFileNameGeneratorTests.swift",
        "Importers/FileImporterTests.swift",
        "Importers/PasteboardImporterTests.swift",
        "Importers/UrlImporterTests.swift",
        "Mocks/MockDataExporter.swift",
        "Mocks/MockDataImporter.swift",
        "Qr/StandardQrCodeGeneratorTests.swift",
        "StringExporterTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Vandelay"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Vandelay",
      "module_type" : "SwiftTarget",
      "name" : "Vandelay",
      "path" : "Sources/Vandelay",
      "product_memberships" : [
        "Vandelay"
      ],
      "sources" : [
        "DataExporter.swift",
        "DataImporter.swift",
        "ExportResult.swift",
        "ExportState.swift",
        "Exporter.swift",
        "Exporters/EmailExporter.swift",
        "Exporters/ExportMethod.swift",
        "Exporters/FileExporter.swift",
        "Exporters/MessageExporter.swift",
        "Exporters/PasteboardExporter.swift",
        "File/FileNameGenerator.swift",
        "File/RandomFileNameGenerator.swift",
        "File/StaticFileNameGenerator.swift",
        "ImportResult.swift",
        "ImportState.swift",
        "Importer.swift",
        "Importers/FileImporter.swift",
        "Importers/ImportMethod.swift",
        "Importers/PasteboardImporter.swift",
        "Importers/UrlImporter.swift",
        "Qr/QrCodeGenerator.swift",
        "Qr/StandardQrCodeGenerator.swift",
        "StringExporter.swift",
        "StringImporter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.