Build Information
Failed to build spmgraph, reference 1.0.1 (9ba4f7), with Swift 6.1 for Android on 1 Nov 2025 22:32:20 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getyourguide/spmgraph.git
Reference: 1.0.1
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
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 9ba4f78 Merge pull request #47 from getyourguide/fix-lint-config-2
Cloned https://github.com/getyourguide/spmgraph.git
Revision (git rev-parse @):
9ba4f78d21da72a37b0a29f0c988a6ce2678f008
SUCCESS checkout https://github.com/getyourguide/spmgraph.git at 1.0.1
========================================
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/165993] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager from cache (26.57s)
Fetching https://github.com/aus-der-Technik/FileMonitor
[1/358] Fetching filemonitor
Fetched https://github.com/aus-der-Technik/FileMonitor from cache (0.47s)
Fetching https://github.com/swiftlang/swift-llbuild.git
[1/29322] Fetching swift-llbuild
Fetched https://github.com/swiftlang/swift-llbuild.git from cache (4.89s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/72690] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (12.41s)
Fetching https://github.com/swiftlang/swift-tools-support-core.git
[1/7002] Fetching swift-tools-support-core
Fetched https://github.com/swiftlang/swift-tools-support-core.git from cache (0.86s)
Fetching https://github.com/swiftlang/swift-driver.git
[1/35942] Fetching swift-driver
Fetched https://github.com/swiftlang/swift-driver.git from cache (5.15s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/16685] Fetching swift-argument-parser
[669/16882] Fetching swift-argument-parser, swift-toolchain-sqlite
[687/23553] Fetching swift-argument-parser, swift-toolchain-sqlite, swift-certificates
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.28s)
Fetching https://github.com/tuist/GraphViz.git
Fetched https://github.com/apple/swift-certificates.git from cache (2.48s)
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (2.49s)
[1/572] Fetching graphviz
Fetched https://github.com/tuist/GraphViz.git from cache (0.47s)
[1/5126] Fetching swift-system
[155/22475] Fetching swift-system, swift-crypto
[1855/40761] Fetching swift-system, swift-crypto, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.16s)
[17046/22475] Fetching swift-system, swift-crypto
Fetched https://github.com/apple/swift-system.git from cache (8.14s)
Fetched https://github.com/apple/swift-crypto.git from cache (8.21s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (11.69s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.0.0 (1.55s)
Computing version for https://github.com/tuist/GraphViz.git
Computed https://github.com/tuist/GraphViz.git at 0.4.2 (1.19s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.5.0 (1.13s)
Fetching https://github.com/apple/swift-asn1.git
[1/1653] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.12s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.42s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.7 (1.05s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.6 (1.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.30s)
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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/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/aus-der-Technik/FileMonitor
Working copy of https://github.com/aus-der-Technik/FileMonitor resolved at 1.2.0 (ef22f14)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.6
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
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/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-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-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/swiftlang/swift-llbuild.git
Working copy of https://github.com/swiftlang/swift-llbuild.git resolved at release/6.2 (d80e185)
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/542] Write sources
[15/542] Copying Resources
[16/542] Write sources
[23/542] Compiling TSCclibc strerror.c
[24/542] Compiling _SwiftSyntaxCShims PlatformMutex.c
[25/542] Compiling TSCclibc libc.c
[26/542] Write sources
[30/542] Compiling a_d2i_fp.c
[31/542] Write sources
[53/542] Compiling a_bool.c
[53/542] Write sources
[64/542] Compiling TSCclibc process.c
[65/542] Compiling a_gentm.c
[66/542] Compiling a_dup.c
[67/542] Write swift-version-24593BA9C3E375BF.txt
[68/542] Compiling a_bitstr.c
[69/542] Compiling CSystem shims.c
[70/542] Compiling fiat_curve25519_adx_square.S
[70/542] Compiling fiat_curve25519_adx_mul.S
[72/575] Compiling v3_utl.c
[73/579] Compiling v3_skey.c
[74/579] Compiling CCryptoBoringSSLShims shims.c
[76/579] 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
[77/583] 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
[78/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
[79/585] Emitting module SystemPackage
[80/589] 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
[81/589] 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
[82/589] 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
[83/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
[84/592] Compiling _CertificateInternals _TinyArray.swift
[85/592] Emitting module _CertificateInternals
[86/593] 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
[92/594] Compiling SystemPackage SystemString.swift
[93/594] Compiling SystemPackage Util+StringArray.swift
[94/594] Compiling SystemPackage Util.swift
[95/594] Compiling SystemPackage UtilConsumers.swift
[96/594] Compiling SystemPackage FilePathSyntax.swift
[97/594] Compiling SystemPackage FilePathTemp.swift
[98/594] Compiling SystemPackage FilePathTempPosix.swift
[99/594] Compiling SystemPackage FilePathTempWindows.swift
[100/617] 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
[101/648] 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
[102/649] Compiling GraphViz AspectRatio.swift
[103/649] Compiling GraphViz Color.swift
[104/651] Compiling GraphViz Attribute.swift
[105/651] Compiling GraphViz Edge.swift
[106/651] Compiling GraphViz KeyValuePairs+Extensions.swift
[107/651] Compiling InternalCollectionsUtilities _SortedCollection.swift
[108/651] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[109/651] Compiling GraphViz Point.swift
[110/651] Compiling GraphViz Position.swift
[112/714] Compiling SwiftSyntax RawSyntaxTokenView.swift
[113/714] Compiling SwiftSyntax SourceEdit.swift
[114/714] Emitting module InternalCollectionsUtilities
[115/714] Compiling SwiftSyntax Assert.swift
[116/714] Compiling SwiftSyntax BumpPtrAllocator.swift
[117/714] Compiling SwiftSyntax CommonAncestor.swift
[118/714] Compiling SwiftSyntax Convenience.swift
[119/714] Compiling SwiftSyntax CustomTraits.swift
[120/714] Compiling SwiftSyntax MemoryLayout.swift
[121/714] Compiling SwiftSyntax MissingNodeInitializers.swift
[123/770] Emitting module TSCLibc
[124/770] Compiling TSCLibc libc.swift
[125/770] Compiling OrderedCollections _HashTable+Bucket.swift
[126/770] Compiling OrderedCollections _HashTable+BucketIterator.swift
[127/770] Compiling OrderedCollections _HashTable+Constants.swift
[128/770] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[129/770] Compiling OrderedCollections _HashTable+Testing.swift
[130/770] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[131/770] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[132/770] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[133/770] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[134/771] Compiling OrderedCollections OrderedDictionary+Elements.swift
[135/771] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[136/771] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[137/771] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[138/771] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[139/771] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[140/771] Compiling OrderedCollections OrderedDictionary+Values.swift
[141/771] Compiling OrderedCollections OrderedDictionary.swift
[142/771] Compiling OrderedCollections OrderedSet+Codable.swift
[143/771] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[144/771] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[145/771] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[146/771] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[147/771] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[148/771] Compiling OrderedCollections OrderedSet+Descriptions.swift
[149/771] Compiling OrderedCollections OrderedSet+Diffing.swift
[150/771] Compiling OrderedCollections OrderedSet+Equatable.swift
[152/772] Compiling SwiftToolchainCSQLite sqlite3.c
[154/772] Compiling OrderedCollections _HashTable.swift
[155/772] Compiling OrderedCollections _Hashtable+Header.swift
[156/826] Compiling TSCBasic EditDistance.swift
[157/826] Compiling TSCBasic FileInfo.swift
[158/826] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[159/826] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[160/826] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[161/826] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[162/826] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[163/826] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[164/826] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[165/826] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[166/826] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[167/826] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[168/826] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[169/826] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[170/826] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[171/826] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[172/833] Emitting module _AsyncFileSystem
[173/834] Compiling TSCBasic OSLog.swift
[174/834] Compiling TSCBasic ObjectIdentifierProtocol.swift
[175/834] Compiling TSCBasic OrderedDictionary.swift
[176/834] Compiling TSCBasic OrderedSet.swift
[177/834] Compiling TSCBasic Path.swift
[178/834] Compiling TSCBasic PathShims.swift
[179/834] Compiling TSCBasic Process.swift
[180/834] Compiling TSCBasic ProcessEnv.swift
[181/834] Compiling _AsyncFileSystem OpenReadableFile.swift
[182/834] Compiling _AsyncFileSystem AsyncFileSystem.swift
[183/834] Compiling _AsyncFileSystem ConcurrencySupport.swift
[184/834] Compiling _AsyncFileSystem WritableStream.swift
[185/834] Compiling _AsyncFileSystem OpenWritableFile.swift
[186/834] Compiling _AsyncFileSystem ReadableFileStream.swift
[187/834] Compiling TSCBasic ByteString.swift
[188/834] Compiling TSCBasic CStringArray.swift
[189/834] Compiling TSCBasic CacheableSequence.swift
[190/834] Compiling TSCBasic Closable.swift
[191/834] Compiling TSCBasic DictionaryExtensions.swift
[192/834] Compiling TSCBasic DictionaryLiteralExtensions.swift
[195/834] Compiling TSCBasic FileSystem.swift
[196/834] Compiling TSCBasic GraphAlgorithms.swift
[197/834] Compiling TSCBasic HashAlgorithms.swift
[198/834] Compiling TSCBasic JSON.swift
[199/834] Compiling TSCBasic JSONMapper.swift
[200/834] Compiling TSCBasic KeyedPair.swift
[201/834] Compiling TSCBasic LazyCache.swift
[202/834] Compiling TSCBasic Lock.swift
[203/834] Compiling TSCBasic ProcessSet.swift
[204/834] Compiling TSCBasic RegEx.swift
[205/834] Compiling TSCBasic Result.swift
[206/834] Compiling TSCBasic SortedArray.swift
[207/834] Compiling TSCBasic StringConversions.swift
[208/834] Compiling TSCBasic SynchronizedQueue.swift
[209/834] Compiling TSCBasic TemporaryFile.swift
[210/834] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[213/834] Emitting module FileMonitorShared
[214/834] Compiling _AsyncFileSystem MockFileSystem.swift
[215/834] Compiling _AsyncFileSystem OSFileSystem.swift
[216/835] Compiling FileMonitorShared FileChangeEvent.swift
[217/835] Compiling FileMonitorShared URL+isDirectory.swift
[218/835] Compiling FileMonitorShared Watcher.swift
[219/836] Compiling TSCBasic DeltaAlgorithm.swift
[220/836] Compiling TSCBasic DiagnosticsEngine.swift
[221/836] Compiling PackageCollectionsModel PackageCollectionModel.swift
[224/836] Compiling TSCBasic CodableResult.swift
[225/836] Compiling TSCBasic CollectionAlgorithms.swift
[226/836] Compiling TSCBasic CollectionExtensions.swift
[227/836] Compiling TSCBasic Condition.swift
[230/836] Compiling TSCBasic Await.swift
[231/836] Compiling TSCBasic Base64URL.swift
[232/836] Emitting module TSCBasic
[239/859] Emitting module FileMonitor
[240/859] Compiling FileMonitor FileDidChangedDelegate.swift
[241/859] 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 |
[242/859] Compiling DequeModule Deque+Codable.swift
[243/859] Compiling DequeModule Deque+Collection.swift
[244/859] Compiling DequeModule Deque+CustomReflectable.swift
[245/859] Compiling DequeModule Deque+Descriptions.swift
[246/859] Compiling DequeModule Deque+Extras.swift
[247/859] Compiling DequeModule Deque+Hashable.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
[248/859] Emitting module PackageCollectionsModel
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/469] Compiling v3_purp.c
[3/469] Compiling v3_pmaps.c
[4/469] Compiling v3_pcons.c
[5/469] Compiling v3_int.c
[5/469] Write swift-version-24593BA9C3E375BF.txt
[7/469] Compiling v3_ncons.c
[8/469] Compiling v3_ocsp.c
[9/469] Compiling v3_prn.c
[10/469] Compiling v3_genn.c
[11/469] Compiling v3_lib.c
[12/471] Compiling v3_info.c
[13/471] Compiling v3_ia5.c
[14/475] Compiling v3_extku.c
[16/497] Emitting module TSCLibc
[17/497] Compiling TSCLibc libc.swift
[18/502] Emitting module SwiftSyntax602
[19/502] Compiling SwiftSyntax602 Empty.swift
[20/514] Compiling SwiftSyntax600 Empty.swift
[22/514] Emitting module SwiftSyntax600
[23/514] Compiling SwiftSyntax601 Empty.swift
[25/517] Emitting module SwiftSyntax601
[26/518] Emitting module SwiftSyntax510
[27/518] Compiling SwiftSyntax510 Empty.swift
[29/519] Compiling SwiftSyntax509 Empty.swift
[32/522] Emitting module SwiftSyntax509
[34/580] Emitting module _CertificateInternals
[35/580] Compiling _CertificateInternals _TinyArray.swift
[36/613] Compiling TSCBasic JSON.swift
[37/613] Compiling TSCBasic JSONMapper.swift
[38/613] Compiling TSCBasic KeyedPair.swift
[39/613] Compiling TSCBasic LazyCache.swift
[40/613] Compiling PackageCollectionsModel PackageCollectionModel.swift
[42/617] Compiling GraphViz Point.swift
[43/617] Compiling GraphViz Position.swift
[44/619] Compiling GraphViz Location.swift
[45/619] Compiling GraphViz Ordering.swift
[46/619] Compiling InternalCollectionsUtilities Debugging.swift
[47/619] Compiling InternalCollectionsUtilities Descriptions.swift
[48/623] Compiling GraphViz Color.swift
[56/668] Compiling SwiftSyntax MemoryLayout.swift
[57/668] Compiling SwiftSyntax MissingNodeInitializers.swift
[58/668] Compiling SwiftSyntax RawSyntaxTokenView.swift
[59/668] Compiling SwiftSyntax SourceEdit.swift
[60/689] Compiling SwiftSyntax SourceLength.swift
[61/689] Compiling SwiftSyntax SourceLocation.swift
[62/689] Compiling SwiftSyntax SourcePresence.swift
[63/689] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[64/689] Compiling SwiftSyntax SyntaxIdentifier.swift
[65/689] Compiling SwiftSyntax SyntaxNodeStructure.swift
[66/689] Compiling SwiftSyntax SyntaxProtocol.swift
[67/689] Compiling SwiftSyntax SyntaxText.swift
[68/690] Compiling SwiftSyntax CommonAncestor.swift
[69/690] Compiling SwiftSyntax Convenience.swift
[70/690] Compiling SwiftSyntax CustomTraits.swift
[71/690] Compiling SwiftSyntax EditorPlaceholder.swift
[72/690] Emitting module SystemPackage
[73/690] Emitting module FileMonitorShared
[74/690] Compiling FileMonitorShared URL+isDirectory.swift
[75/690] Compiling FileMonitorShared FileChangeEvent.swift
[76/690] Compiling FileMonitorShared Watcher.swift
[78/691] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[79/691] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[79/691] Wrapping AST for _CertificateInternals for debugging
[81/691] Emitting module TSCBasic
[82/696] Compiling SwiftSyntax RawSyntax.swift
[83/696] Compiling SwiftSyntax RawSyntaxArena.swift
[84/696] Compiling SwiftSyntax TokenSyntax.swift
[85/696] Compiling SwiftSyntax Trivia.swift
[86/696] Compiling SwiftSyntax Utils.swift
[87/696] Compiling SwiftSyntax ChildNameForKeyPath.swift
[88/696] Compiling SwiftSyntax Keyword.swift
[89/696] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[90/699] Compiling SwiftSyntax Assert.swift
[91/699] Compiling SwiftSyntax BumpPtrAllocator.swift
[92/699] Compiling SwiftSyntax AbsolutePosition.swift
[93/699] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[94/699] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[106/699] Compiling SwiftASN1 DER.swift
[107/699] Compiling SwiftASN1 Errors.swift
[113/699] Compiling FileMonitor FileDidChangedDelegate.swift
[114/699] Emitting module FileMonitor
[115/699] 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 |
[124/699] Emitting module InternalCollectionsUtilities
[126/699] Compiling SwiftSyntax Identifier.swift
BUILD FAILURE 6.1 android