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 SwiftStella, reference main (20f6ba), with Swift 6.1 for Linux on 5 Jun 2025 02:08:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Artem-Goldenberg/SwiftStella.git
Reference: main
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/Artem-Goldenberg/SwiftStella
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 20f6ba8 Parser and printer bugs fixes
Submodule path 'Tests/StellaTests/Resources/stella-tests': checked out 'bf7625462487bd38f67068c904b5a6ff9c805dc0'
Submodule 'stella-tests' (https://github.com/Zelourses/stella-tests.git) registered for path 'Tests/StellaTests/Resources/stella-tests'
Cloning into '/host/spi-builder-workspace/Tests/StellaTests/Resources/stella-tests'...
Cloned https://github.com/Artem-Goldenberg/SwiftStella.git
Revision (git rev-parse @):
20f6ba87379fb0689102461e38fb85cb49526756
SUCCESS checkout https://github.com/Artem-Goldenberg/SwiftStella.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Artem-Goldenberg/SwiftStella.git
https://github.com/Artem-Goldenberg/SwiftStella.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftparsec",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/davedufresne/SwiftParsec.git"
    }
  ],
  "manifest_display_name" : "SwiftStella",
  "name" : "SwiftStella",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Stella",
      "targets" : [
        "Stella"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TestGenerator",
      "targets" : [
        "TestGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "QuickParse",
      "targets" : [
        "QuickParse"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TestGenerator",
      "module_type" : "SwiftTarget",
      "name" : "TestGenerator",
      "path" : "Sources/TestGenerator",
      "product_memberships" : [
        "TestGenerator"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Stella"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "StellaTests",
      "module_type" : "SwiftTarget",
      "name" : "StellaTests",
      "path" : "Tests/StellaTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/StellaTests/Resources/printed-code",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/StellaTests/Resources/printed-trees",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/StellaTests/Resources/stella-tests",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ParserTest.swift",
        "PrinterTest.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "Stella"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Stella",
      "module_type" : "SwiftTarget",
      "name" : "Stella",
      "path" : "Sources/Stella",
      "product_dependencies" : [
        "SwiftParsec"
      ],
      "product_memberships" : [
        "Stella",
        "TestGenerator",
        "QuickParse"
      ],
      "sources" : [
        "Parser/Builder.swift",
        "Parser/ConcreteSyntax.swift",
        "Parser/Expression.swift",
        "Parser/ExpressionParts.swift",
        "Parser/PatternParser.swift",
        "Parser/Program.swift",
        "Parser/TypeParser.swift",
        "Parser/Utils.swift",
        "Pattern.swift",
        "Printer/ExpressionPrinter.swift",
        "Printer/Printer.swift",
        "Syntax.swift",
        "SyntaxExtensions.swift",
        "Type.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QuickParse",
      "module_type" : "SwiftTarget",
      "name" : "QuickParse",
      "path" : "Sources/QuickParse",
      "product_memberships" : [
        "QuickParse"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Stella"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Pulling fs layer
39bc14e52995: Pulling fs layer
cc0382103b05: Pulling fs layer
084072dee40a: Pulling fs layer
6aa8f81f16fb: Pulling fs layer
24e52bf50a1d: Pulling fs layer
cc0382103b05: Waiting
39bc14e52995: Waiting
084072dee40a: Waiting
6aa8f81f16fb: Waiting
24e52bf50a1d: Waiting
e1a89dea01a6: Pull complete
39bc14e52995: Verifying Checksum
39bc14e52995: Download complete
084072dee40a: Verifying Checksum
084072dee40a: Download complete
6aa8f81f16fb: Verifying Checksum
6aa8f81f16fb: Download complete
24e52bf50a1d: Verifying Checksum
24e52bf50a1d: Download complete
cc0382103b05: Verifying Checksum
cc0382103b05: Download complete
39bc14e52995: Pull complete
cc0382103b05: Pull complete
084072dee40a: Pull complete
6aa8f81f16fb: Pull complete
24e52bf50a1d: Pull complete
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/davedufresne/SwiftParsec.git
[1/1429] Fetching swiftparsec
Fetched https://github.com/davedufresne/SwiftParsec.git from cache (0.66s)
Computing version for https://github.com/davedufresne/SwiftParsec.git
Computed https://github.com/davedufresne/SwiftParsec.git at 4.0.1 (3.18s)
Creating working copy for https://github.com/davedufresne/SwiftParsec.git
Working copy of https://github.com/davedufresne/SwiftParsec.git resolved at 4.0.1
Building for debugging...
[0/13] Write sources
[4/13] Write swift-version-24593BA9C3E375BF.txt
[6/35] Compiling SwiftParsec ParseError.swift
[7/35] Compiling SwiftParsec Parsec.swift
[8/35] Compiling SwiftParsec Permutation.swift
[9/38] Emitting module SwiftParsec
[10/38] Compiling SwiftParsec SequenceConversion.swift
[11/38] Compiling SwiftParsec SetAggregation.swift
[12/38] Compiling SwiftParsec String.swift
[13/38] Compiling SwiftParsec GenericParser.swift
[14/38] Compiling SwiftParsec GenericTokenParser.swift
[15/38] Compiling SwiftParsec LanguageDefinition.swift
[16/38] Compiling SwiftParsec Position.swift
[17/38] Compiling SwiftParsec RangeReplaceableCollectionInsertion.swift
[18/38] Compiling SwiftParsec SequenceAggregation.swift
[19/38] Compiling SwiftParsec Configuration.swift
[20/38] Compiling SwiftParsec Either.swift
[21/38] Compiling SwiftParsec ExpressionParser.swift
[22/38] Compiling SwiftParsec CharacterConversion.swift
[23/38] Compiling SwiftParsec CharacterMembership.swift
[24/38] Compiling SwiftParsec CharacterParsers.swift
[25/38] Compiling SwiftParsec CharacterSet.swift
[26/38] Compiling SwiftParsec CollectionAggregation.swift
[27/38] Compiling SwiftParsec CombinatorParsers.swift
[28/38] Compiling SwiftParsec TokenParser.swift
[29/38] Compiling SwiftParsec UInt16.swift
[30/38] Compiling SwiftParsec UnicodeScalar.swift
[31/39] Wrapping AST for SwiftParsec for debugging
[33/53] Compiling Stella SyntaxExtensions.swift
[34/54] Compiling Stella Type.swift
[35/54] Compiling Stella Printer.swift
[36/54] Compiling Stella Syntax.swift
[37/54] Compiling Stella Builder.swift
[38/54] Compiling Stella ConcreteSyntax.swift
[39/54] Emitting module Stella
[40/54] Compiling Stella Expression.swift
[41/54] Compiling Stella ExpressionParts.swift
[42/54] Compiling Stella Pattern.swift
[43/54] Compiling Stella ExpressionPrinter.swift
[44/54] Compiling Stella TypeParser.swift
[45/54] Compiling Stella Utils.swift
[46/54] Compiling Stella PatternParser.swift
[47/54] Compiling Stella Program.swift
[48/55] Wrapping AST for Stella for debugging
[50/59] Compiling TestGenerator main.swift
[51/59] Emitting module TestGenerator
[52/60] Emitting module QuickParse
[53/60] Compiling QuickParse main.swift
[55/61] Wrapping AST for TestGenerator for debugging
[56/61] Write Objects.LinkFileList
[57/61] Wrapping AST for QuickParse for debugging
[58/61] Write Objects.LinkFileList
[59/61] Linking TestGenerator
[60/61] Linking QuickParse
Build complete! (20.49s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftparsec",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/davedufresne/SwiftParsec.git"
    }
  ],
  "manifest_display_name" : "SwiftStella",
  "name" : "SwiftStella",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Stella",
      "targets" : [
        "Stella"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TestGenerator",
      "targets" : [
        "TestGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "QuickParse",
      "targets" : [
        "QuickParse"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TestGenerator",
      "module_type" : "SwiftTarget",
      "name" : "TestGenerator",
      "path" : "Sources/TestGenerator",
      "product_memberships" : [
        "TestGenerator"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Stella"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "StellaTests",
      "module_type" : "SwiftTarget",
      "name" : "StellaTests",
      "path" : "Tests/StellaTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/StellaTests/Resources/printed-code",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/StellaTests/Resources/printed-trees",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/StellaTests/Resources/stella-tests",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ParserTest.swift",
        "PrinterTest.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "Stella"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Stella",
      "module_type" : "SwiftTarget",
      "name" : "Stella",
      "path" : "Sources/Stella",
      "product_dependencies" : [
        "SwiftParsec"
      ],
      "product_memberships" : [
        "Stella",
        "TestGenerator",
        "QuickParse"
      ],
      "sources" : [
        "Parser/Builder.swift",
        "Parser/ConcreteSyntax.swift",
        "Parser/Expression.swift",
        "Parser/ExpressionParts.swift",
        "Parser/PatternParser.swift",
        "Parser/Program.swift",
        "Parser/TypeParser.swift",
        "Parser/Utils.swift",
        "Pattern.swift",
        "Printer/ExpressionPrinter.swift",
        "Printer/Printer.swift",
        "Syntax.swift",
        "SyntaxExtensions.swift",
        "Type.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "QuickParse",
      "module_type" : "SwiftTarget",
      "name" : "QuickParse",
      "path" : "Sources/QuickParse",
      "product_memberships" : [
        "QuickParse"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Stella"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.