The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftSound, reference main (abb8dc), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 02:54:46 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mesqueeb/SwiftSound.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/SwiftSound
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at abb8dcd chore: add homebrew installation
Cloned https://github.com/mesqueeb/SwiftSound.git
Revision (git rev-parse @):
abb8dcd71fcec817dc99157956aaa25031ee809f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/SwiftSound.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mesqueeb/SwiftSound.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/12] Write sources
[5/12] Write fft-entitlement.plist
[8/12] Write swift-version-1EA4D86E10B52AF.txt
[10/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/45] Emitting module ArgumentParserToolInfo
[12/84] Emitting module ArgumentParser
[13/88] Compiling ArgumentParser ArgumentHelp.swift
[14/88] Compiling ArgumentParser ArgumentVisibility.swift
[15/88] Compiling ArgumentParser CompletionKind.swift
[16/88] Compiling ArgumentParser Errors.swift
[17/88] Compiling ArgumentParser Flag.swift
[18/88] Compiling ArgumentParser BashCompletionsGenerator.swift
[19/88] Compiling ArgumentParser CompletionsGenerator.swift
[20/88] Compiling ArgumentParser FishCompletionsGenerator.swift
[21/88] Compiling ArgumentParser ZshCompletionsGenerator.swift
[22/88] Compiling ArgumentParser Argument.swift
[23/88] Emitting module SwiftPlot
[24/91] Compiling ArgumentParser ParsableArguments.swift
[25/91] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/91] Compiling ArgumentParser ParsableCommand.swift
[27/91] Compiling ArgumentParser ArgumentDecoder.swift
[28/91] Compiling ArgumentParser CommandConfiguration.swift
[29/91] Compiling ArgumentParser CommandGroup.swift
[30/91] Compiling ArgumentParser EnumerableFlag.swift
[31/91] Compiling ArgumentParser ExpressibleByArgument.swift
[32/91] Compiling SwiftPlot SequencePlots.swift
[33/91] Compiling SwiftPlot Series.swift
[34/91] Compiling SwiftPlot SubPlot.swift
[35/91] Compiling ArgumentParser Platform.swift
[36/91] Compiling ArgumentParser SequenceExtensions.swift
[37/91] Compiling ArgumentParser StringExtensions.swift
[38/91] Compiling ArgumentParser Tree.swift
[39/91] Compiling ArgumentParser UsageGenerator.swift
[40/91] Compiling ArgumentParser CollectionExtensions.swift
[45/91] Compiling ArgumentParser ParsedValues.swift
[46/91] Compiling ArgumentParser HelpGenerator.swift
[47/91] Compiling ArgumentParser MessageInfo.swift
[56/91] Compiling ArgumentParser InputOrigin.swift
[57/91] Compiling ArgumentParser Name.swift
[58/91] Compiling ArgumentParser Parsed.swift
[59/91] Compiling ArgumentParser Option.swift
[60/91] Compiling ArgumentParser OptionGroup.swift
[61/91] Compiling ArgumentParser AsyncParsableCommand.swift
[63/91] Compiling ArgumentParser NameSpecification.swift
[84/91] Compiling ArgumentParser InputKey.swift
[85/91] Compiling ArgumentParser ParserError.swift
[86/91] Compiling ArgumentParser SplitArguments.swift
[87/91] Compiling ArgumentParser DumpHelpGenerator.swift
[88/91] Compiling ArgumentParser HelpCommand.swift
[89/93] Compiling SVGRenderer SVGRenderer.swift
[90/93] Emitting module SVGRenderer
[91/99] Compiling SwiftSound spectrumToSvg.swift
[92/99] Compiling SwiftSound revealInFinder.swift
[93/99] Compiling SwiftSound readRawAudio.swift
[94/99] Compiling SwiftSound stft.swift
[95/99] Emitting module SwiftSound
[96/99] Compiling SwiftSound fft.swift
[97/101] Emitting module FFT
[98/101] Compiling FFT main.swift
[98/101] Write Objects.LinkFileList
[99/101] Linking fft
[100/101] Applying fft
Build complete! (18.46s)
Fetching https://github.com/KarthikRIyer/swiftplot.git
Fetching https://github.com/apple/swift-argument-parser
[1/6708] Fetching swiftplot
[538/22088] Fetching swiftplot, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.65s)
Fetched https://github.com/KarthikRIyer/swiftplot.git from cache (1.65s)
Computing version for https://github.com/KarthikRIyer/swiftplot.git
Computed https://github.com/KarthikRIyer/swiftplot.git at 2.0.0 (4.26s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.44s)
Creating working copy for https://github.com/KarthikRIyer/swiftplot.git
Working copy of https://github.com/KarthikRIyer/swiftplot.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install freetype2 using your system-packager:
    brew install freetype2
warning: you may be able to install freetype2 using your system-packager:
    brew install freetype2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swiftplot",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KarthikRIyer/swiftplot.git"
    }
  ],
  "manifest_display_name" : "SwiftSound",
  "name" : "SwiftSound",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftSound",
      "targets" : [
        "SwiftSound"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "fft",
      "targets" : [
        "FFT"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftSound",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSound",
      "path" : "Sources/SwiftSound",
      "product_dependencies" : [
        "SwiftPlot",
        "SVGRenderer"
      ],
      "product_memberships" : [
        "SwiftSound",
        "fft"
      ],
      "sources" : [
        "fft.swift",
        "readRawAudio.swift",
        "revealInFinder.swift",
        "spectrumToSvg.swift",
        "stft.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FFT",
      "module_type" : "SwiftTarget",
      "name" : "FFT",
      "path" : "Sources/FFT",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "fft"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftSound"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Done.