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-edf, reference main (9a0616), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 17:26:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-edf.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-edf
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9a0616d Merge pull request #2 from p-x9/feature/fileio-0.3.0
Cloned https://github.com/p-x9/swift-edf.git
Revision (git rev-parse @):
9a0616d27762028a8d4005545f8ec3277ed9c5ef
SUCCESS checkout https://github.com/p-x9/swift-edf.git at main
Fetching https://github.com/p-x9/swift-fileio.git
[1/148] Fetching swift-fileio
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.62s)
Creating working copy for https://github.com/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.3.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": "swift-edf",
      "name": "swift-edf",
      "url": "https://github.com/p-x9/swift-edf.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-edf",
      "dependencies": [
        {
          "identity": "swift-fileio",
          "name": "swift-fileio",
          "url": "https://github.com/p-x9/swift-fileio.git",
          "version": "0.8.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-fileio",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/p-x9/swift-edf.git
[1/123] Fetching swift-edf
Fetched https://github.com/p-x9/swift-edf.git from cache (0.58s)
Fetching https://github.com/p-x9/swift-fileio.git from cache
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.39s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.8.0 (0.87s)
Creating working copy for https://github.com/p-x9/swift-edf.git
Working copy of https://github.com/p-x9/swift-edf.git resolved at main (9a0616d)
Creating working copy for https://github.com/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.8.0
warning: '.resolve-product-dependencies': dependency 'swift-edf' is not used by any target
Found 1 product dependencies
  - swift-fileio
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/p-x9/swift-edf.git
https://github.com/p-x9/swift-edf.git
{
  "dependencies" : [
    {
      "identity" : "swift-fileio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-fileio.git"
    }
  ],
  "manifest_display_name" : "swift-edf",
  "name" : "swift-edf",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EDF",
      "targets" : [
        "EDF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EDFTests",
      "module_type" : "SwiftTarget",
      "name" : "EDFTests",
      "path" : "Tests/EDFTests",
      "sources" : [
        "EDFTests.swift"
      ],
      "target_dependencies" : [
        "EDF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EDFC",
      "module_type" : "ClangTarget",
      "name" : "EDFC",
      "path" : "Sources/EDFC",
      "product_memberships" : [
        "EDF"
      ],
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EDF",
      "module_type" : "SwiftTarget",
      "name" : "EDF",
      "path" : "Sources/EDF",
      "product_dependencies" : [
        "FileIO"
      ],
      "product_memberships" : [
        "EDF"
      ],
      "sources" : [
        "EDF.swift",
        "EDFFile+Internal.swift",
        "EDFFile.swift",
        "Extension/FileIOProtocol+.swift",
        "Extension/String+.swift",
        "Model/EDFAnnotation.swift",
        "Model/EDFHeader.swift",
        "Model/EDFSignalInfo.swift",
        "Protocol/LayoutWrapper.swift",
        "Util/DataChunks.swift",
        "Util/DataSequence.swift"
      ],
      "target_dependencies" : [
        "EDFC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Compiling EDFC dummy.c
[5/8] Compiling FileIO StreamedFile.swift
[6/8] Emitting module FileIO
[7/8] Compiling FileIO FileIO.swift
[8/8] Compiling FileIO MemoryMappedFile.swift
[9/19] Compiling EDF EDFAnnotation.swift
[10/19] Compiling EDF DataChunks.swift
[11/19] Compiling EDF LayoutWrapper.swift
[12/19] Compiling EDF EDFSignalInfo.swift
[13/20] Compiling EDF FileIOProtocol+.swift
[14/20] Compiling EDF String+.swift
[15/20] Compiling EDF EDFHeader.swift
[16/20] Compiling EDF EDF.swift
[17/20] Compiling EDF EDFFile+Internal.swift
[18/20] Emitting module EDF
[19/20] Compiling EDF EDFFile.swift
[20/20] Compiling EDF DataSequence.swift
Build complete! (6.04s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-fileio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/p-x9/swift-fileio.git"
    }
  ],
  "manifest_display_name" : "swift-edf",
  "name" : "swift-edf",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EDF",
      "targets" : [
        "EDF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EDFTests",
      "module_type" : "SwiftTarget",
      "name" : "EDFTests",
      "path" : "Tests/EDFTests",
      "sources" : [
        "EDFTests.swift"
      ],
      "target_dependencies" : [
        "EDF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EDFC",
      "module_type" : "ClangTarget",
      "name" : "EDFC",
      "path" : "Sources/EDFC",
      "product_memberships" : [
        "EDF"
      ],
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "EDF",
      "module_type" : "SwiftTarget",
      "name" : "EDF",
      "path" : "Sources/EDF",
      "product_dependencies" : [
        "FileIO"
      ],
      "product_memberships" : [
        "EDF"
      ],
      "sources" : [
        "EDF.swift",
        "EDFFile+Internal.swift",
        "EDFFile.swift",
        "Extension/FileIOProtocol+.swift",
        "Extension/String+.swift",
        "Model/EDFAnnotation.swift",
        "Model/EDFHeader.swift",
        "Model/EDFSignalInfo.swift",
        "Protocol/LayoutWrapper.swift",
        "Util/DataChunks.swift",
        "Util/DataSequence.swift"
      ],
      "target_dependencies" : [
        "EDFC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.