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 master (630e06), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 14:29:58 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/Vandelay
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 630e062 Replace Mockery with MockingKit
Cloned https://github.com/danielsaidi/Vandelay.git
Revision (git rev-parse @):
630e062cb351ea547367c79e45c00ecc189343aa
SUCCESS checkout https://github.com/danielsaidi/Vandelay.git at master
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/danielsaidi/MockingKit.git
Fetching https://github.com/Quick/Quick.git
[1/2254] Fetching mockingkit
[385/16977] Fetching mockingkit, quick
[16978/36195] Fetching mockingkit, quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (2.74s)
Fetched https://github.com/danielsaidi/MockingKit.git from cache (2.74s)
Fetched https://github.com/Quick/Nimble.git from cache (2.75s)
Computing version for https://github.com/danielsaidi/MockingKit.git
Computed https://github.com/danielsaidi/MockingKit.git at 0.8.0 (0.72s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.1 (0.71s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.0.0 (0.71s)
Creating working copy for https://github.com/danielsaidi/MockingKit.git
Working copy of https://github.com/danielsaidi/MockingKit.git resolved at 0.8.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.23s)
Creating working copy for https://github.com/danielsaidi/Vandelay.git
Working copy of https://github.com/danielsaidi/Vandelay.git resolved at master (630e062)
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/25] Compiling Vandelay DataExporter.swift
[5/25] Compiling Vandelay DataImporter.swift
[6/25] Compiling Vandelay ExportResult.swift
[7/27] Compiling Vandelay ImportState.swift
[8/27] Compiling Vandelay Importer.swift
[9/27] Compiling Vandelay FileImporter.swift
[10/27] Compiling Vandelay ImportMethod.swift
[11/27] Compiling Vandelay PasteboardExporter.swift
[12/27] Compiling Vandelay FileNameGenerator.swift
[13/27] Compiling Vandelay RandomFileNameGenerator.swift
[14/27] Compiling Vandelay StringExporter.swift
[15/27] Compiling Vandelay StringImporter.swift
[16/27] Compiling Vandelay ExportMethod.swift
[17/27] Compiling Vandelay FileExporter.swift
[18/27] Compiling Vandelay MessageExporter.swift
[19/27] Compiling Vandelay ExportState.swift
[20/27] Compiling Vandelay Exporter.swift
[21/27] Compiling Vandelay EmailExporter.swift
[22/27] Compiling Vandelay PasteboardImporter.swift
[23/27] Compiling Vandelay UrlImporter.swift
[24/27] Compiling Vandelay StaticFileNameGenerator.swift
[25/27] Compiling Vandelay ImportResult.swift
[26/27] Compiling Vandelay QrCodeGenerator.swift
[27/27] Compiling Vandelay StandardQrCodeGenerator.swift
Build complete! (15.72s)
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" : "mockingkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danielsaidi/MockingKit.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",
        "MockingKit"
      ],
      "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.