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 Strix, reference 2.4.6 (820b86), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 12:54:31 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nearfri/Strix.git
Reference: 2.4.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nearfri/Strix
 * tag               2.4.6      -> FETCH_HEAD
HEAD is now at 820b86f Merge pull request #14 from nearfri/swift6
Cloned https://github.com/nearfri/Strix.git
Revision (git rev-parse @):
820b86fadfebd1852dc28f5ade49c3dc1677953b
SUCCESS checkout https://github.com/nearfri/Strix.git at 2.4.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nearfri/Strix.git
https://github.com/nearfri/Strix.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Strix",
  "name" : "Strix",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "Strix",
      "targets" : [
        "Strix"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StrixParsers",
      "targets" : [
        "StrixParsers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StrixTests",
      "module_type" : "SwiftTarget",
      "name" : "StrixTests",
      "path" : "Tests/StrixTests",
      "sources" : [
        "Core/ParserReplyTests.swift",
        "Core/ParserResultTests.swift",
        "Core/ParserTests.swift",
        "Core/UserInfoTests.swift",
        "Error/ErrorMessageWriterTests.swift",
        "Error/ErrorOutputBufferTests.swift",
        "Error/IndentTests.swift",
        "Error/ParseErrorSplitterTests.swift",
        "Error/TextPositionTests.swift",
        "Parsers/CharacterParsersTests.swift",
        "Parsers/NumberLiteralTests.swift",
        "Parsers/NumberParsersTests.swift",
        "Parsers/PrimitiveParsersTests.swift",
        "Parsers/SequenceParsersTests.swift",
        "Parsers/StringParsersTests.swift"
      ],
      "target_dependencies" : [
        "Strix"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StrixParsersTests",
      "module_type" : "SwiftTarget",
      "name" : "StrixParsersTests",
      "path" : "Tests/StrixParsersTests",
      "sources" : [
        "ASCIIPlistParserTests.swift",
        "ASCIIPlistTests.swift",
        "CSVParserTests.swift",
        "CalculatorTests.swift",
        "Extensions/Data+Tests.swift",
        "Extensions/String+Tests.swift",
        "FormatSpecifierParserTests.swift",
        "JSONParserTests.swift",
        "JSONTests.swift"
      ],
      "target_dependencies" : [
        "StrixParsers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StrixParsers",
      "module_type" : "SwiftTarget",
      "name" : "StrixParsers",
      "path" : "Sources/StrixParsers",
      "product_memberships" : [
        "StrixParsers"
      ],
      "sources" : [
        "ASCIIPlist.swift",
        "ASCIIPlistParser.swift",
        "CSVParser.swift",
        "Calculator.swift",
        "Extensions/Data+.swift",
        "Extensions/String+.swift",
        "FormatPlaceholder.swift",
        "FormatSpecifier.swift",
        "FormatSpecifierParser.swift",
        "Indent.swift",
        "JSON.swift",
        "JSONConvertibleValue.swift",
        "JSONParser.swift",
        "PrattParser.swift"
      ],
      "target_dependencies" : [
        "Strix"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Strix",
      "module_type" : "SwiftTarget",
      "name" : "Strix",
      "path" : "Sources/Strix",
      "product_memberships" : [
        "Strix",
        "StrixParsers"
      ],
      "sources" : [
        "Core/Parser.swift",
        "Core/ParserReply.swift",
        "Core/ParserResult.swift",
        "Core/ParserState.swift",
        "Core/UserInfo.swift",
        "Error/ErrorMessageWriter.swift",
        "Error/ErrorOutputBuffer.swift",
        "Error/ErrorOutputStream.swift",
        "Error/Indent.swift",
        "Error/ParseError.swift",
        "Error/ParseErrorSplitter.swift",
        "Error/RunError.swift",
        "Error/TextPosition.swift",
        "Parsers/CharacterParsers.swift",
        "Parsers/NumberLiteral.swift",
        "Parsers/NumberParseOptions.swift",
        "Parsers/NumberParsers.swift",
        "Parsers/Operators.swift",
        "Parsers/PrimitiveParsers.swift",
        "Parsers/SequenceParsers.swift",
        "Parsers/StringParsers.swift"
      ],
      "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/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/23] Emitting module Strix
[5/25] Compiling Strix SequenceParsers.swift
[6/25] Compiling Strix StringParsers.swift
[7/25] Compiling Strix NumberParseOptions.swift
[8/25] Compiling Strix NumberParsers.swift
[9/25] Compiling Strix ErrorMessageWriter.swift
[10/25] Compiling Strix ErrorOutputBuffer.swift
[11/25] Compiling Strix ParseError.swift
[12/25] Compiling Strix ParseErrorSplitter.swift
[13/25] Compiling Strix ParserState.swift
[14/25] Compiling Strix UserInfo.swift
[15/25] Compiling Strix ErrorOutputStream.swift
[16/25] Compiling Strix Indent.swift
[17/25] Compiling Strix RunError.swift
[18/25] Compiling Strix TextPosition.swift
[19/25] Compiling Strix CharacterParsers.swift
[20/25] Compiling Strix NumberLiteral.swift
[21/25] Compiling Strix Operators.swift
[22/25] Compiling Strix PrimitiveParsers.swift
[23/25] Compiling Strix Parser.swift
[24/25] Compiling Strix ParserReply.swift
[25/25] Compiling Strix ParserResult.swift
[26/39] Compiling StrixParsers JSONConvertibleValue.swift
[27/40] Compiling StrixParsers Indent.swift
[28/40] Compiling StrixParsers Data+.swift
[29/40] Compiling StrixParsers String+.swift
[30/40] Compiling StrixParsers JSONParser.swift
[31/40] Compiling StrixParsers FormatPlaceholder.swift
[32/40] Compiling StrixParsers FormatSpecifier.swift
[33/40] Compiling StrixParsers JSON.swift
[34/40] Compiling StrixParsers FormatSpecifierParser.swift
[35/40] Compiling StrixParsers CSVParser.swift
[36/40] Compiling StrixParsers Calculator.swift
[37/40] Emitting module StrixParsers
[38/40] Compiling StrixParsers ASCIIPlist.swift
[39/40] Compiling StrixParsers ASCIIPlistParser.swift
[40/40] Compiling StrixParsers PrattParser.swift
Build complete! (7.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Strix",
  "name" : "Strix",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "Strix",
      "targets" : [
        "Strix"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StrixParsers",
      "targets" : [
        "StrixParsers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StrixTests",
      "module_type" : "SwiftTarget",
      "name" : "StrixTests",
      "path" : "Tests/StrixTests",
      "sources" : [
        "Core/ParserReplyTests.swift",
        "Core/ParserResultTests.swift",
        "Core/ParserTests.swift",
        "Core/UserInfoTests.swift",
        "Error/ErrorMessageWriterTests.swift",
        "Error/ErrorOutputBufferTests.swift",
        "Error/IndentTests.swift",
        "Error/ParseErrorSplitterTests.swift",
        "Error/TextPositionTests.swift",
        "Parsers/CharacterParsersTests.swift",
        "Parsers/NumberLiteralTests.swift",
        "Parsers/NumberParsersTests.swift",
        "Parsers/PrimitiveParsersTests.swift",
        "Parsers/SequenceParsersTests.swift",
        "Parsers/StringParsersTests.swift"
      ],
      "target_dependencies" : [
        "Strix"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StrixParsersTests",
      "module_type" : "SwiftTarget",
      "name" : "StrixParsersTests",
      "path" : "Tests/StrixParsersTests",
      "sources" : [
        "ASCIIPlistParserTests.swift",
        "ASCIIPlistTests.swift",
        "CSVParserTests.swift",
        "CalculatorTests.swift",
        "Extensions/Data+Tests.swift",
        "Extensions/String+Tests.swift",
        "FormatSpecifierParserTests.swift",
        "JSONParserTests.swift",
        "JSONTests.swift"
      ],
      "target_dependencies" : [
        "StrixParsers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StrixParsers",
      "module_type" : "SwiftTarget",
      "name" : "StrixParsers",
      "path" : "Sources/StrixParsers",
      "product_memberships" : [
        "StrixParsers"
      ],
      "sources" : [
        "ASCIIPlist.swift",
        "ASCIIPlistParser.swift",
        "CSVParser.swift",
        "Calculator.swift",
        "Extensions/Data+.swift",
        "Extensions/String+.swift",
        "FormatPlaceholder.swift",
        "FormatSpecifier.swift",
        "FormatSpecifierParser.swift",
        "Indent.swift",
        "JSON.swift",
        "JSONConvertibleValue.swift",
        "JSONParser.swift",
        "PrattParser.swift"
      ],
      "target_dependencies" : [
        "Strix"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Strix",
      "module_type" : "SwiftTarget",
      "name" : "Strix",
      "path" : "Sources/Strix",
      "product_memberships" : [
        "Strix",
        "StrixParsers"
      ],
      "sources" : [
        "Core/Parser.swift",
        "Core/ParserReply.swift",
        "Core/ParserResult.swift",
        "Core/ParserState.swift",
        "Core/UserInfo.swift",
        "Error/ErrorMessageWriter.swift",
        "Error/ErrorOutputBuffer.swift",
        "Error/ErrorOutputStream.swift",
        "Error/Indent.swift",
        "Error/ParseError.swift",
        "Error/ParseErrorSplitter.swift",
        "Error/RunError.swift",
        "Error/TextPosition.swift",
        "Parsers/CharacterParsers.swift",
        "Parsers/NumberLiteral.swift",
        "Parsers/NumberParseOptions.swift",
        "Parsers/NumberParsers.swift",
        "Parsers/Operators.swift",
        "Parsers/PrimitiveParsers.swift",
        "Parsers/SequenceParsers.swift",
        "Parsers/StringParsers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.