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

Failed to build spmgraph, reference main (47ad8a), with Swift 6.1 for Android on 4 Nov 2025 09:56:43 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getyourguide/spmgraph.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/getyourguide/spmgraph
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 47ad8ac Merge pull request #45 from getyourguide/readme-tweaks
Cloned https://github.com/getyourguide/spmgraph.git
Revision (git rev-parse @):
47ad8ac436a4f342145f3a3a612736d91e4882cd
SUCCESS checkout https://github.com/getyourguide/spmgraph.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/getyourguide/spmgraph.git
https://github.com/getyourguide/spmgraph.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "graphviz",
      "requirement" : {
        "exact" : [
          "0.4.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/GraphViz.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "1.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-package-manager",
      "requirement" : {
        "revision" : [
          "swift-6.2-RELEASE"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-package-manager"
    },
    {
      "identity" : "filemonitor",
      "requirement" : {
        "revision" : [
          "1.2.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/aus-der-Technik/FileMonitor"
    }
  ],
  "manifest_display_name" : "spmgraph",
  "name" : "spmgraph",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "spmgraph",
      "targets" : [
        "SPMGraphExecutable"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SPMGraphKit",
      "targets" : [
        "SPMGraphVisualize",
        "SPMGraphLint",
        "SPMGraphTests"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SPMGraphDescriptionInterface",
      "targets" : [
        "SPMGraphDescriptionInterface"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SPMGraphVisualize",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphVisualize",
      "path" : "Sources/SPMGraphVisualize",
      "product_dependencies" : [
        "GraphViz",
        "SwiftPMDataModel"
      ],
      "product_memberships" : [
        "spmgraph",
        "SPMGraphKit"
      ],
      "sources" : [
        "GraphViz/GraphVizWrapper.swift",
        "Helpers/Array+Extensions.swift",
        "Helpers/Edge+Factories.swift",
        "Helpers/HelperFunctions.swift",
        "Helpers/Node+Attributes.swift",
        "Helpers/Node+Factories.swift",
        "Package+externalDependencies.swift",
        "SPMGraphVisualize.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphTests",
      "path" : "Sources/SPMGraphTests",
      "product_memberships" : [
        "spmgraph",
        "SPMGraphKit"
      ],
      "sources" : [
        "SPMGraphTests.swift"
      ],
      "target_dependencies" : [
        "Core",
        "SPMGraphDescriptionInterface"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMGraphLint",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphLint",
      "path" : "Sources/SPMGraphLint",
      "product_memberships" : [
        "spmgraph",
        "SPMGraphKit"
      ],
      "sources" : [
        "SPMGraphLint.swift"
      ],
      "target_dependencies" : [
        "Core",
        "SPMGraphDescriptionInterface"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMGraphExecutableTests",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphExecutableTests",
      "path" : "Tests/SPMGraphExecutableTests",
      "sources" : [
        "SPMGraphExecutableE2ETests.swift"
      ],
      "target_dependencies" : [
        "SPMGraphExecutable",
        "FixtureSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SPMGraphExecutable",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphExecutable",
      "path" : "Sources/SPMGraphExecutable",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "spmgraph"
      ],
      "sources" : [
        "SPMGraph.swift",
        "Subcommands/Config.swift",
        "Subcommands/Lint.swift",
        "Subcommands/Load.swift",
        "Subcommands/Tests.swift",
        "Subcommands/Visualize.swift"
      ],
      "target_dependencies" : [
        "SPMGraphVisualize",
        "SPMGraphLint",
        "SPMGraphTests",
        "SPMGraphConfigSetup"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SPMGraphDescriptionInterfaceTests",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphDescriptionInterfaceTests",
      "path" : "Tests/SPMGraphDescriptionInterfaceTests",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "sources" : [
        "SPMGraphConfigTests.swift"
      ],
      "target_dependencies" : [
        "SPMGraphDescriptionInterface",
        "Core",
        "FixtureSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SPMGraphDescriptionInterface",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphDescriptionInterface",
      "path" : "Sources/SPMGraphDescriptionInterface",
      "product_dependencies" : [
        "SwiftPMDataModel"
      ],
      "product_memberships" : [
        "spmgraph",
        "SPMGraphKit",
        "SPMGraphDescriptionInterface"
      ],
      "sources" : [
        "SPMGraphConfigInterface.swift",
        "SPMGraphConfigLoader.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SPMGraphConfigSetup",
      "module_type" : "SwiftTarget",
      "name" : "SPMGraphConfigSetup",
      "path" : "Sources/SPMGraphConfigSetup",
      "product_dependencies" : [
        "FileMonitor"
      ],
      "product_memberships" : [
        "spmgraph"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SPMGraphConfigSetup/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "SPMGraphEdit.swift",
        "SPMGraphLoad.swift"
      ],
      "target_dependencies" : [
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FixtureSupport",
      "module_type" : "SwiftTarget",
      "name" : "FixtureSupport",
      "path" : "Sources/FixtureSupport",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/FixtureSupport/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Package+Fixture.swift"
      ],
      "target_dependencies" : [
        "SPMGraphDescriptionInterface",
        "Core"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Core",
      "module_type" : "SwiftTarget",
      "name" : "Core",
      "path" : "Sources/Core",
      "product_dependencies" : [
        "SwiftPMDataModel"
      ],
      "product_memberships" : [
        "spmgraph",
        "SPMGraphKit",
        "SPMGraphDescriptionInterface"
      ],
      "sources" : [
        "Extensions/AbsolutePath+Core.swift",
        "Extensions/KeyPath+Core.swift",
        "Extensions/ProcessInfo+Core.swift",
        "GitClient.swift",
        "PackageLoader.swift",
        "System.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-package-manager
[1/166101] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager from cache (12.81s)
Fetching https://github.com/aus-der-Technik/FileMonitor
[1/358] Fetching filemonitor
Fetched https://github.com/aus-der-Technik/FileMonitor from cache (0.32s)
Fetching https://github.com/swiftlang/swift-llbuild.git
[1/29325] Fetching swift-llbuild
Fetched https://github.com/swiftlang/swift-llbuild.git from cache (2.28s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/72712] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.17s)
Fetching https://github.com/swiftlang/swift-tools-support-core.git
[1/7005] Fetching swift-tools-support-core
Fetched https://github.com/swiftlang/swift-tools-support-core.git from cache (0.63s)
Fetching https://github.com/swiftlang/swift-driver.git
[1/35954] Fetching swift-driver
Fetched https://github.com/swiftlang/swift-driver.git from cache (2.88s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-crypto.git
[1/197] Fetching swift-toolchain-sqlite
[19/16883] Fetching swift-toolchain-sqlite, swift-argument-parser
[20/23554] Fetching swift-toolchain-sqlite, swift-argument-parser, swift-certificates
[5892/28717] Fetching swift-toolchain-sqlite, swift-argument-parser, swift-certificates, swift-system
[13676/47003] Fetching swift-toolchain-sqlite, swift-argument-parser, swift-certificates, swift-system, swift-collections
[17424/64431] Fetching swift-toolchain-sqlite, swift-argument-parser, swift-certificates, swift-system, swift-collections, swift-crypto
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.09s)
Fetching https://github.com/tuist/GraphViz.git
[40869/64234] Fetching swift-argument-parser, swift-certificates, swift-system, swift-collections, swift-crypto
[50119/64806] Fetching swift-argument-parser, swift-certificates, swift-system, swift-collections, swift-crypto, graphviz
Fetched https://github.com/tuist/GraphViz.git from cache (0.28s)
[51512/64234] Fetching swift-argument-parser, swift-certificates, swift-system, swift-collections, swift-crypto
Fetched https://github.com/apple/swift-system.git from cache (1.74s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.74s)
[49438/52400] Fetching swift-argument-parser, swift-collections, swift-crypto
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.44s)
Fetched https://github.com/apple/swift-collections.git from cache (2.47s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.47s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (5.88s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (1.46s)
Computing version for https://github.com/tuist/GraphViz.git
Computed https://github.com/tuist/GraphViz.git at 0.4.2 (2.19s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (1.33s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.36s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (1.07s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.7 (2.38s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.6 (1.01s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.78s)
Creating working copy for https://github.com/tuist/GraphViz.git
Working copy of https://github.com/tuist/GraphViz.git resolved at 0.4.2
Creating working copy for https://github.com/swiftlang/swift-tools-support-core.git
Working copy of https://github.com/swiftlang/swift-tools-support-core.git resolved at release/6.2 (5a993c8)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.0.0
Creating working copy for https://github.com/swiftlang/swift-llbuild.git
Working copy of https://github.com/swiftlang/swift-llbuild.git resolved at release/6.2 (d80e185)
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.7
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at release/6.2 (5a87516)
Creating working copy for https://github.com/swiftlang/swift-driver.git
Working copy of https://github.com/swiftlang/swift-driver.git resolved at release/6.2 (4f9ac60)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-package-manager
Working copy of https://github.com/apple/swift-package-manager resolved at swift-6.2-RELEASE (3cf1cb6)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.6
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/aus-der-Technik/FileMonitor
Working copy of https://github.com/aus-der-Technik/FileMonitor resolved at 1.2.0 (ef22f14)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/542] Write sources
[14/542] Compiling sha1-armv8-ios.ios.aarch64.S
[15/542] Copying Resources
[17/542] Compiling rand_extra.c
[18/542] Write sources
[23/542] Compiling aead.c
[24/542] Compiling sha1-armv8-linux.linux.aarch64.S
[25/542] Compiling cipher.c
[25/542] Write sources
[30/542] Compiling TSCclibc process.c
[30/542] Write sources
[52/542] Compiling TSCclibc strerror.c
[52/542] Write sources
[64/542] Compiling _SwiftSyntaxCShims PlatformMutex.c
[65/542] Compiling TSCclibc libc.c
[65/542] Compiling e_aes.c
[67/542] Compiling CSystem shims.c
[68/542] Write swift-version-24593BA9C3E375BF.txt
[68/542] Compiling e_aesccm.c
[70/542] Compiling fiat_curve25519_adx_square.S
[71/542] Compiling fiat_curve25519_adx_mul.S
[72/542] Compiling v3_skey.c
[73/544] Compiling v3_prn.c
[74/544] Compiling CCryptoBoringSSLShims shims.c
[75/544] Compiling v3_utl.c
[76/546] Compiling v3_purp.c
[78/548] Emitting module _CertificateInternals
[79/585] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/585] Emitting module TSCLibc
[81/585] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/586] Compiling SystemPackage FilePathSyntax.swift
[83/586] Compiling SystemPackage FilePathTemp.swift
[84/586] Compiling SystemPackage FilePathTempPosix.swift
[85/586] Compiling SystemPackage FilePathTempWindows.swift
[87/590] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/590] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/591] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/591] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/591] Emitting module SwiftSyntax602
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/591] Compiling SwiftSyntax602 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/593] Emitting module SystemPackage
[95/593] Compiling _CertificateInternals _TinyArray.swift
[97/596] Compiling SystemPackage FilePathWindows.swift
[98/596] Compiling SystemPackage FilePermissions.swift
[99/596] Compiling SystemPackage IOCompletion.swift
[100/596] Compiling SystemPackage IORequest.swift
[101/596] Compiling SystemPackage IORing.swift
[102/596] Compiling SystemPackage RawIORequest.swift
[103/596] Compiling SystemPackage Backcompat.swift
[104/596] Compiling SystemPackage CInterop.swift
[107/596] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/596] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/649] Compiling GraphViz Location.swift
[111/649] Compiling GraphViz Ordering.swift
[112/706] Compiling SwiftSyntax RawSyntax.swift
[113/706] Compiling SwiftSyntax RawSyntaxArena.swift
[114/714] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[115/714] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[116/714] Compiling SwiftSyntax Identifier.swift
[117/714] Compiling SwiftSyntax MemoryLayout.swift
[118/714] Compiling SwiftSyntax MissingNodeInitializers.swift
[121/714] Compiling SwiftSyntax AbsolutePosition.swift
[122/714] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[123/714] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[124/714] Compiling SwiftSyntax Assert.swift
[125/714] Compiling SwiftSyntax BumpPtrAllocator.swift
[126/714] Compiling SwiftSyntax RawSyntaxTokenView.swift
[127/714] Compiling SwiftSyntax SourceEdit.swift
[128/714] Emitting module InternalCollectionsUtilities
[129/714] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[130/714] Compiling SwiftSyntax TokenDiagnostic.swift
[131/714] Compiling SwiftSyntax TokenSequence.swift
[132/714] Compiling SwiftSyntax TokenSyntax.swift
[133/714] Compiling SwiftSyntax Convenience.swift
[134/714] Compiling SwiftSyntax CustomTraits.swift
[140/714] Compiling SwiftSyntax CommonAncestor.swift
[141/714] Compiling SwiftSyntax EditorPlaceholder.swift
[144/715] Compiling TSCLibc libc.swift
[145/716] Compiling SwiftSyntax SyntaxIdentifier.swift
[146/716] Compiling SwiftSyntax SyntaxNodeStructure.swift
[147/716] Compiling SwiftSyntax SyntaxProtocol.swift
[148/716] Compiling SwiftSyntax SyntaxText.swift
[149/716] Compiling SwiftSyntax Syntax.swift
[150/716] Compiling SwiftSyntax SyntaxChildren.swift
[151/716] Compiling SwiftSyntax SyntaxCollection.swift
[152/716] Compiling SwiftSyntax SyntaxHashable.swift
[155/717] Emitting module PackageCollectionsModel
[155/721] Compiling SwiftToolchainCSQLite sqlite3.c
[157/824] Emitting module _AsyncFileSystem
[158/824] Compiling _AsyncFileSystem AsyncFileSystem.swift
[159/825] Compiling _AsyncFileSystem ConcurrencySupport.swift
[160/825] Compiling _AsyncFileSystem OpenWritableFile.swift
[161/825] Compiling _AsyncFileSystem ReadableFileStream.swift
[162/825] Compiling _AsyncFileSystem OpenReadableFile.swift
[163/825] Compiling _AsyncFileSystem WritableStream.swift
[164/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[165/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[166/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[167/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[168/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[169/825] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[170/825] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[171/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[172/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[173/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[174/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[175/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[176/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[177/825] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[178/832] Compiling TSCBasic EditDistance.swift
[179/832] Compiling TSCBasic FileInfo.swift
[180/832] Compiling TSCBasic FileSystem.swift
[181/832] Compiling TSCBasic GraphAlgorithms.swift
[182/832] Compiling TSCBasic Await.swift
[183/832] Compiling TSCBasic Base64URL.swift
[184/832] Compiling TSCBasic ByteString.swift
[185/832] Compiling TSCBasic CStringArray.swift
[186/832] Compiling TSCBasic CacheableSequence.swift
[187/832] Compiling TSCBasic Closable.swift
[188/832] Compiling TSCBasic Result.swift
[189/832] Compiling TSCBasic SortedArray.swift
[190/832] Compiling TSCBasic StringConversions.swift
[191/832] Compiling TSCBasic SynchronizedQueue.swift
[192/832] Compiling TSCBasic TemporaryFile.swift
[193/832] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[194/832] Compiling TSCBasic Path.swift
[195/832] Compiling TSCBasic PathShims.swift
[196/832] Compiling TSCBasic Process.swift
[197/832] Compiling TSCBasic ProcessEnv.swift
[198/834] Compiling PackageCollectionsModel PackageCollectionModel.swift
[199/834] Compiling _AsyncFileSystem MockFileSystem.swift
[200/834] Compiling _AsyncFileSystem OSFileSystem.swift
[201/835] Emitting module FileMonitorShared
[202/835] Compiling FileMonitorShared FileChangeEvent.swift
[203/835] Compiling TSCBasic OrderedDictionary.swift
[204/835] Compiling TSCBasic OrderedSet.swift
[209/835] Compiling GraphViz Rectangle.swift
[210/835] Compiling GraphViz Size.swift
[211/835] Compiling TSCBasic HashAlgorithms.swift
[212/835] Compiling TSCBasic JSON.swift
[213/835] Compiling TSCBasic JSONMapper.swift
[214/835] Compiling TSCBasic KeyedPair.swift
[215/835] Compiling TSCBasic LazyCache.swift
[216/835] Compiling TSCBasic Lock.swift
[217/835] Compiling TSCBasic DictionaryExtensions.swift
[218/835] Compiling TSCBasic DictionaryLiteralExtensions.swift
[219/835] Compiling FileMonitorShared Watcher.swift
[220/835] Compiling FileMonitorShared URL+isDirectory.swift
[221/836] Compiling TSCBasic CodableResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/836] Compiling TSCBasic CollectionAlgorithms.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[223/836] Compiling TSCBasic CollectionExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/836] Compiling TSCBasic Condition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/836] Compiling TSCBasic DeltaAlgorithm.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/836] Compiling TSCBasic DiagnosticsEngine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/836] Compiling TSCBasic OSLog.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/836] Compiling TSCBasic ObjectIdentifierProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[252/844] Emitting module TSCBasic
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/866] Wrapping AST for _CertificateInternals for debugging
[256/866] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[257/867] Wrapping AST for _AsyncFileSystem for debugging
[259/870] Compiling DequeModule Deque+CustomReflectable.swift
[260/870] Compiling DequeModule Deque+Descriptions.swift
[261/872] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/872] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/872] Wrapping AST for TSCLibc for debugging
[269/872] Compiling DequeModule _DequeBuffer.swift
[270/872] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[272/872] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[273/872] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[274/872] Compiling DequeModule Deque+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[281/872] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[282/872] Compiling DequeModule Deque+Extras.swift
[283/872] Compiling DequeModule Deque+Hashable.swift
[286/872] Compiling FileMonitor FileMonitor.swift
/host/spi-builder-workspace/.build/checkouts/FileMonitor/Sources/FileMonitor/FileMonitor.swift:53:37: error: enum case 'unsupported_os' has no associated values
51 |             watcher = try MacosWatcher(directory: url)
52 |         #else
53 |             throw FileMonitorErrors.unsupported_os()
   |                                     `- error: enum case 'unsupported_os' has no associated values
54 |         #endif
55 |
[287/872] Emitting module FileMonitor
[288/872] Compiling FileMonitor FileDidChangedDelegate.swift
[288/872] Wrapping AST for SystemPackage for debugging
[289/872] Wrapping AST for SwiftSyntax602 for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/462] Write sources
[5/467] Compiling v3_pcons.c
[6/467] Compiling v3_int.c
[7/467] Compiling v3_ia5.c
[8/467] Compiling v3_info.c
[9/467] Compiling v3_ncons.c
[10/467] Compiling v3_pmaps.c
[11/467] Compiling v3_ocsp.c
[12/467] Compiling v3_lib.c
[13/467] Write swift-version-24593BA9C3E375BF.txt
[14/467] Compiling v3_genn.c
[15/467] Compiling v3_extku.c
[16/467] Compiling v3_enum.c
[17/467] Compiling v3_conf.c
[18/467] Compiling v3_crld.c
[19/467] Compiling v3_bitst.c
[20/467] Compiling v3_cpols.c
[21/477] Compiling v3_bcons.c
[23/479] Emitting module SwiftSyntax510
[24/479] Compiling SwiftSyntax510 Empty.swift
[25/479] Compiling SwiftSyntax601 Empty.swift
[26/479] Emitting module SwiftSyntax601
[27/481] Compiling SwiftSyntax602 Empty.swift
[28/481] Emitting module TSCLibc
[29/481] Compiling TSCLibc libc.swift
[30/482] Emitting module SwiftSyntax602
[32/514] Compiling SwiftSyntax600 Empty.swift
[33/514] Emitting module _CertificateInternals
[34/514] Emitting module SwiftSyntax600
[39/533] Compiling _CertificateInternals _TinyArray.swift
[40/534] Emitting module SwiftSyntax509
[41/534] Compiling SwiftSyntax509 Empty.swift
[44/609] Compiling GraphViz Location.swift
[45/609] Compiling GraphViz Ordering.swift
[46/611] Compiling GraphViz Point.swift
[47/611] Compiling GraphViz Position.swift
[48/611] Compiling TSCBasic EditDistance.swift
[49/611] Compiling TSCBasic FileInfo.swift
[50/615] Compiling PackageCollectionsModel PackageCollectionModel.swift
[51/615] Compiling FileMonitorShared Watcher.swift
[56/617] Compiling GraphViz Graph.swift
[57/617] Compiling GraphViz Node.swift
[58/617] Compiling GraphViz Format.swift
[59/641] Compiling FileMonitorShared FileChangeEvent.swift
[60/642] Emitting module FileMonitorShared
[61/644] Compiling FileMonitorShared URL+isDirectory.swift
[62/656] Compiling SwiftSyntax Trivia.swift
[63/656] Compiling SwiftSyntax Utils.swift
[64/683] Compiling SwiftSyntax SourceLength.swift
[65/683] Compiling SwiftSyntax SourceLocation.swift
[66/683] Compiling SwiftSyntax SourcePresence.swift
[67/683] Compiling SwiftSyntax SyntaxChildren.swift
[68/683] Compiling SwiftSyntax SyntaxCollection.swift
[69/683] Compiling SwiftSyntax SyntaxHashable.swift
[70/683] Compiling SwiftSyntax SyntaxIdentifier.swift
[72/687] Emitting module SystemPackage
[74/687] Compiling SwiftSyntax SyntaxNodeStructure.swift
[75/687] Emitting module InternalCollectionsUtilities
[76/687] Compiling SwiftSyntax SyntaxKind.swift
[77/687] Compiling SwiftSyntax Identifier.swift
[78/687] Compiling SwiftSyntax MemoryLayout.swift
[79/687] Compiling SwiftSyntax MissingNodeInitializers.swift
[80/687] Compiling SwiftSyntax ChildNameForKeyPath.swift
[81/687] Compiling SwiftSyntax Keyword.swift
[82/687] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[83/687] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[84/687] Compiling SwiftSyntax TokenSequence.swift
[85/687] Compiling SwiftSyntax TokenSyntax.swift
[88/687] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[89/687] Compiling SwiftSyntax SyntaxBaseNodes.swift
[90/687] Compiling SwiftSyntax SyntaxCollections.swift
[91/687] Compiling SwiftSyntax SyntaxEnum.swift
[97/687] Compiling SwiftSyntax SyntaxProtocol.swift
[98/687] Compiling SwiftSyntax SyntaxText.swift
[99/687] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[100/687] Compiling SwiftSyntax TokenDiagnostic.swift
[111/695] Emitting module FileMonitor
[121/695] Compiling FileMonitor FileMonitor.swift
/host/spi-builder-workspace/.build/checkouts/FileMonitor/Sources/FileMonitor/FileMonitor.swift:53:37: error: enum case 'unsupported_os' has no associated values
51 |             watcher = try MacosWatcher(directory: url)
52 |         #else
53 |             throw FileMonitorErrors.unsupported_os()
   |                                     `- error: enum case 'unsupported_os' has no associated values
54 |         #endif
55 |
[122/695] Compiling FileMonitor FileDidChangedDelegate.swift
[123/695] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[124/695] Compiling SwiftSyntax Syntax.swift
BUILD FAILURE 6.1 android