The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-edf, reference 0.3.0 (9a0616), with Swift 6.3 for Linux on 15 Apr 2026 19:36:01 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-edf.git
Reference: 0.3.0
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/p-x9/swift-edf
 * tag               0.3.0      -> FETCH_HEAD
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 0.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/p-x9/swift-edf.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/p-x9/swift-fileio.git
[1/246] Fetching swift-fileio
Fetched https://github.com/p-x9/swift-fileio.git from cache (1.18s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.13.0 (2.71s)
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.13.0
Building for debugging...
[0/4] Write sources
[2/4] Compiling EDFC dummy.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/11] Compiling FileIO StreamedFile.swift
[6/11] Compiling FileIO MemoryMappedFile.swift
[7/11] Compiling FileIO system.swift
[8/11] Compiling FileIO FileIO.swift
[9/11] Compiling FileIO ConcatenatedMemoryMappedFile.swift
[10/11] Emitting module FileIO
[11/11] Compiling FileIO ConcatenatedStreamedFile.swift
[13/23] Compiling EDF EDFHeader.swift
[14/23] Compiling EDF String+.swift
[15/23] Compiling EDF EDFAnnotation.swift
[16/24] Compiling EDF EDFSignalInfo.swift
[17/24] Compiling EDF LayoutWrapper.swift
[18/24] Compiling EDF DataChunks.swift
[19/24] Compiling EDF EDF.swift
[20/24] Compiling EDF EDFFile+Internal.swift
[21/24] Compiling EDF EDFFile.swift
[22/24] Compiling EDF FileIOProtocol+.swift
[23/24] Emitting module EDF
[24/24] Compiling EDF DataSequence.swift
Build complete! (24.13s)
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" : "/host/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"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.