The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Strix, reference main (0f4ebc), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 14:30:03 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nearfri/Strix.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nearfri/Strix
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0f4ebc2 Add resolvedName property to FormatPlaceholder
Cloned https://github.com/nearfri/Strix.git
Revision (git rev-parse @):
0f4ebc2180e3504d02f5884b2d6a8d1db69ece29
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nearfri/Strix.git at main
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "strix",
      "name": "Strix",
      "url": "https://github.com/nearfri/Strix.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Strix",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nearfri/Strix.git
[1/1997] Fetching strix
Fetched https://github.com/nearfri/Strix.git from cache (0.85s)
Creating working copy for https://github.com/nearfri/Strix.git
Working copy of https://github.com/nearfri/Strix.git resolved at main (0f4ebc2)
warning: '.resolve-product-dependencies': dependency 'strix' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nearfri/Strix.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/23] Emitting module Strix
[5/25] Compiling Strix ErrorOutputStream.swift
[6/25] Compiling Strix Indent.swift
[7/25] Compiling Strix Operators.swift
[8/25] Compiling Strix PrimitiveParsers.swift
[9/25] Compiling Strix NumberParseOptions.swift
[10/25] Compiling Strix NumberParsers.swift
[11/25] Compiling Strix ParseError.swift
[12/25] Compiling Strix ParseErrorSplitter.swift
[13/25] Compiling Strix Parser.swift
[14/25] Compiling Strix ParserReply.swift
[15/25] Compiling Strix ParserResult.swift
[16/25] Compiling Strix RunError.swift
[17/25] Compiling Strix TextPosition.swift
[18/25] Compiling Strix CharacterParsers.swift
[19/25] Compiling Strix NumberLiteral.swift
[20/25] Compiling Strix ErrorMessageWriter.swift
[21/25] Compiling Strix ErrorOutputBuffer.swift
[22/25] Compiling Strix ParserState.swift
[23/25] Compiling Strix UserInfo.swift
[24/25] Compiling Strix SequenceParsers.swift
[25/25] Compiling Strix StringParsers.swift
[26/39] Compiling StrixParsers JSONParser.swift
[27/40] Compiling StrixParsers JSONConvertibleValue.swift
[28/40] Compiling StrixParsers Indent.swift
[29/40] Compiling StrixParsers FormatSpecifierParser.swift
[30/40] Compiling StrixParsers JSON.swift
[31/40] Compiling StrixParsers FormatPlaceholder.swift
[32/40] Compiling StrixParsers FormatSpecifier.swift
[33/40] Emitting module StrixParsers
[34/40] Compiling StrixParsers Data+.swift
[35/40] Compiling StrixParsers String+.swift
[36/40] Compiling StrixParsers CSVParser.swift
[37/40] Compiling StrixParsers Calculator.swift
[38/40] Compiling StrixParsers ASCIIPlist.swift
[39/40] Compiling StrixParsers ASCIIPlistParser.swift
[40/40] Compiling StrixParsers PrattParser.swift
Build complete! (7.09s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/nearfri/strix/main
Repository:               nearfri/Strix
Swift version used:       6.3
Target:                   Strix
Extracting symbol information for 'Strix'...
Finished extracting symbol information for 'Strix'. (27.96s)
Building documentation for 'Strix'...
Finished building documentation for 'Strix' (0.44s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/nearfri/strix/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.54s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.06s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.90s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit SourceRange.swift
[7/53] Compiling SymbolKit Metadata.swift
[8/53] Compiling SymbolKit Module.swift
[9/53] Compiling SymbolKit OperatingSystem.swift
[10/53] Compiling SymbolKit Platform.swift
[11/53] Compiling SymbolKit Mixin+Equals.swift
[12/53] Compiling SymbolKit Mixin+Hash.swift
[13/53] Compiling SymbolKit Mixin.swift
[14/53] Compiling SymbolKit LineList.swift
[15/53] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit DeclarationFragments.swift
[17/57] Compiling SymbolKit Fragment.swift
[18/57] Compiling SymbolKit FragmentKind.swift
[19/57] Compiling SymbolKit FunctionParameter.swift
[20/57] Compiling SymbolKit FunctionSignature.swift
[21/57] Emitting module SymbolKit
[22/57] Compiling SymbolKit Identifier.swift
[23/57] Compiling SymbolKit KindIdentifier.swift
[24/57] Compiling SymbolKit Location.swift
[25/57] Compiling SymbolKit Mutability.swift
[26/57] Compiling SymbolKit Relationship.swift
[27/57] Compiling SymbolKit RelationshipKind.swift
[28/57] Compiling SymbolKit SourceOrigin.swift
[29/57] Compiling SymbolKit GenericConstraints.swift
[30/57] Compiling SymbolKit Swift.swift
[31/57] Compiling SymbolKit SemanticVersion.swift
[32/57] Compiling SymbolKit AccessControl.swift
[33/57] Compiling SymbolKit Availability.swift
[34/57] Compiling SymbolKit AvailabilityItem.swift
[35/57] Compiling SymbolKit Domain.swift
[36/57] Emitting module Snippets
[37/57] Compiling SymbolKit Symbol.swift
[38/57] Compiling Snippets SnippetParser.swift
[39/57] Compiling SymbolKit SymbolKind.swift
[40/57] Compiling Snippets Snippet.swift
[41/57] Compiling SymbolKit SymbolGraph.swift
[42/57] Compiling SymbolKit GraphCollector.swift
[43/57] Compiling SymbolKit Names.swift
[44/57] Compiling SymbolKit SPI.swift
[45/57] Compiling SymbolKit Snippet.swift
[46/57] Compiling SymbolKit Extension.swift
[47/57] Compiling SymbolKit GenericConstraint.swift
[48/57] Compiling SymbolKit GenericParameter.swift
[49/57] Compiling SymbolKit Generics.swift
[50/57] Compiling SymbolKit Namespace.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.50s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Strix' complete! (0.26s)
     582
5	/Users/admin/builder/spi-builder-workspace/.docs/nearfri/strix/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/nearfri/strix/main
File count: 582
Doc size:   5.0MB
Preparing doc bundle ...
Uploading prod-nearfri-strix-main-1d0836dc.zip to s3://spi-docs-inbox/prod-nearfri-strix-main-1d0836dc.zip
Copying... [14%]
Copying... [21%]
Copying... [35%]
Copying... [42%]
Copying... [57%]
Copying... [64%]
Copying... [71%]
Copying... [85%]
Copying... [92%]
Copying... [100%]
Done.