The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build IBGraph, reference master (42935e), with Swift 6.1 for Linux on 25 Apr 2025 12:11:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IBDecodable/IBGraph.git
Reference: master
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/IBDecodable/IBGraph
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 42935e4 Create release.yml
Cloned https://github.com/IBDecodable/IBGraph.git
Revision (git rev-parse @):
42935e46ed804dd7d485af4bef6cd9617818345d
SUCCESS checkout https://github.com/IBDecodable/IBGraph.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/IBDecodable/IBGraph.git
https://github.com/IBDecodable/IBGraph.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "dotswift",
      "requirement" : {
        "revision" : [
          "HEAD"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ferranpujolcamins/DotSwift.git"
    },
    {
      "identity" : "ibdecodable",
      "requirement" : {
        "revision" : [
          "HEAD"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBDecodable/IBDecodable.git"
    },
    {
      "identity" : "commandant",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.0",
            "upper_bound" : "0.18.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Carthage/Commandant.git"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "2.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "IBGraph",
  "name" : "IBGraph",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ibgraph",
      "targets" : [
        "IBGraph"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "IBGraphKit",
      "targets" : [
        "IBGraphKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IBGraphFrontend",
      "targets" : [
        "IBGraphFrontend"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IBGraphTests",
      "module_type" : "SwiftTarget",
      "name" : "IBGraphTests",
      "path" : "Tests",
      "sources" : [
        "test.swift"
      ],
      "target_dependencies" : [
        "IBGraph",
        "IBGraphKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IBGraphKit",
      "module_type" : "SwiftTarget",
      "name" : "IBGraphKit",
      "path" : "Sources/IBGraphKit",
      "product_dependencies" : [
        "Commandant",
        "DotSwiftAttributes",
        "DotSwiftEncoder",
        "SwiftGraphBindings",
        "IBDecodable",
        "Yams"
      ],
      "product_memberships" : [
        "ibgraph",
        "IBGraphKit",
        "IBGraphFrontend"
      ],
      "sources" : [
        "Config/Config.swift",
        "GraphBuilder.swift",
        "IBGraph.swift",
        "Reporters/DOTReporter.swift",
        "Reporters/DefaultReporter.swift",
        "Reporters/GMLReporter.swift",
        "Reporters/GraphMLReporter.swift",
        "Reporters/JSONReporter.swift",
        "Reporters/OnlineReporter.swift",
        "Reporters/Reporter.swift",
        "Utils/Glob.swift",
        "Vertexable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IBGraphFrontend",
      "module_type" : "SwiftTarget",
      "name" : "IBGraphFrontend",
      "path" : "Sources/IBGraphFrontend",
      "product_dependencies" : [
        "PathKit"
      ],
      "product_memberships" : [
        "ibgraph",
        "IBGraphFrontend"
      ],
      "sources" : [
        "Commands/GenerateCommand.swift",
        "Commands/VersionCommand.swift",
        "IBGraphFrontend.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "IBGraphKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IBGraph",
      "module_type" : "SwiftTarget",
      "name" : "IBGraph",
      "path" : "Sources/IBGraph",
      "product_memberships" : [
        "ibgraph"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "IBGraphKit",
        "IBGraphFrontend"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ferranpujolcamins/DotSwift.git
[2/137] Fetching dotswift
Fetched https://github.com/ferranpujolcamins/DotSwift.git from cache (0.33s)
Fetching https://github.com/IBDecodable/IBDecodable.git
[1/2876] Fetching ibdecodable
Fetched https://github.com/IBDecodable/IBDecodable.git from cache (0.58s)
Fetching https://github.com/davecom/SwiftGraph
Fetching https://github.com/Carthage/Commandant.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/drmohundro/SWXMLHash.git
[1/3193] Fetching swiftgraph
[417/6013] Fetching swiftgraph, swxmlhash
[474/8342] Fetching swiftgraph, swxmlhash, commandant
[1716/18631] Fetching swiftgraph, swxmlhash, commandant, yams
[2391/20042] Fetching swiftgraph, swxmlhash, commandant, yams, pathkit
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.80s)
Fetched https://github.com/davecom/SwiftGraph from cache (0.82s)
[5078/14029] Fetching commandant, yams, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (1.98s)
Fetched https://github.com/Carthage/Commandant.git from cache (1.99s)
Fetched https://github.com/jpsim/Yams.git from cache (2.06s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (5.39s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (1.07s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.17.0 (0.85s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
[1/14755] Fetching quick
[1920/34322] Fetching quick, nimble
Fetched https://github.com/Quick/Quick.git from cache (1.14s)
[15458/19567] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (2.46s)
Computing version for https://github.com/davecom/SwiftGraph
Computed https://github.com/davecom/SwiftGraph at 3.1.0 (3.34s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.82s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.77s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.90s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.90s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (1.30s)
Creating working copy for https://github.com/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/IBDecodable/IBDecodable.git
Working copy of https://github.com/IBDecodable/IBDecodable.git resolved at HEAD (0ae1b9e)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/ferranpujolcamins/DotSwift.git
Working copy of https://github.com/ferranpujolcamins/DotSwift.git resolved at HEAD (e1749ec)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 8.1.2
Creating working copy for https://github.com/davecom/SwiftGraph
Working copy of https://github.com/davecom/SwiftGraph resolved at 3.1.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.17.0
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 2.2.1
Building for debugging...
[0/33] Write sources
[12/33] Compiling writer.c
[13/33] Compiling reader.c
[14/33] Compiling scanner.c
[15/33] Compiling parser.c
[16/33] Compiling api.c
[17/33] Compiling emitter.c
[18/33] Write swift-version-24593BA9C3E375BF.txt
[20/106] Emitting module Commandant
[21/107] Emitting module SwiftGraph
[22/109] Compiling SwiftGraph WeightedEdge.swift
[23/109] Compiling SwiftGraph WeightedGraph.swift
[24/109] Compiling Commandant Result+Additions.swift
[25/109] Compiling Commandant Switch.swift
[26/109] Compiling Commandant Argument.swift
[27/109] Compiling Commandant ArgumentParser.swift
[28/109] Compiling Commandant ArgumentProtocol.swift
[29/109] Compiling Commandant OrderedSet.swift
[30/109] Compiling SwiftGraph UnweightedEdge.swift
[31/109] Compiling SwiftGraph UnweightedGraph.swift
[32/109] Compiling SwiftGraph Union.swift
[33/109] Compiling SwiftGraph UniqueElementsGraph.swift
[34/109] Compiling DotSwiftAttributes Attributes.swift
[35/109] Emitting module DotSwiftAttributes
[36/109] Compiling SwiftGraph Search.swift
[37/109] Compiling SwiftGraph Sort.swift
[38/109] Compiling SwiftGraph Stack.swift
[39/109] Compiling SwiftGraph SwiftPriorityQueue.swift
[40/109] Compiling DotSwiftAttributes AttributeGroups.generated.swift
[44/112] Emitting module SWXMLHash
[45/112] Compiling DotSwiftAttributes Attributes.generated.swift
[46/112] Compiling Commandant Command.swift
[47/112] Compiling SwiftGraph MST.swift
[48/112] Compiling SwiftGraph Queue.swift
[49/112] Compiling SwiftGraph Reversed.swift
[52/112] Compiling DotSwiftAttributes Model.swift
[53/112] Compiling SWXMLHash XMLContent.swift
[54/112] Compiling SWXMLHash XMLElement.swift
[55/112] Compiling SWXMLHash XMLHash.swift
[56/113] Compiling DotSwiftAttributes Types.swift
[60/114] Compiling Commandant Option.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Option.swift:239:32: error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
237 | 			let components = unwrappedStringValue.split(
238 | 				omittingEmptySubsequences: true,
239 | 				whereSeparator: [",", " "].contains
    |                                `- error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
240 | 			)
241 | 			var resultValues: [T] = []
_StringProcessing.Collection.contains:3:15: note: where 'C' = 'String.Element' (aka 'Character')
1 | protocol Collection {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 |   public func contains<C>(_ other: C) -> Bool where C : Collection, Self.Element == C.Element}
  |               `- note: where 'C' = 'String.Element' (aka 'Character')
4 |
[61/114] Compiling Commandant HelpCommand.swift
[65/114] Compiling SWXMLHash IndexOp.swift
[66/114] Compiling SWXMLHash LazyXMLParser.swift
[67/114] Compiling SWXMLHash Stack.swift
[82/116] Compiling Commandant Errors.swift
[87/116] Emitting module PathKit
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/15] Write swift-version-24593BA9C3E375BF.txt
[2/88] Compiling DotSwiftAttributes AttributeGroups.generated.swift
[3/88] Compiling Commandant Result+Additions.swift
[4/89] Compiling SWXMLHash ParsingError.swift
[5/89] Compiling SWXMLHash XMLDeserializationError.swift
[6/91] Compiling Commandant OrderedSet.swift
[7/91] Compiling SWXMLHash String+Extensions.swift
[8/91] Compiling SWXMLHash TextElement.swift
[9/91] Compiling Yams Node.Scalar.swift
[10/94] Emitting module SWXMLHash
[11/94] Compiling Commandant Errors.swift
[12/94] Compiling SWXMLHash XMLContent.swift
[13/94] Compiling SWXMLHash XMLElement.swift
[14/94] Compiling SWXMLHash XMLHash.swift
[15/94] Compiling Commandant Option.swift
[16/94] Emitting module SwiftGraph
[17/94] Compiling Commandant HelpCommand.swift
[18/94] Compiling Commandant Switch.swift
[19/94] Emitting module Commandant
[20/94] Compiling SWXMLHash Int+XMLDeserialization.swift
[21/94] Compiling SWXMLHash String+XMLDeserialization.swift
[22/94] Compiling SWXMLHash IndexingError.swift
[25/94] Compiling SWXMLHash FullXMLParser.swift
[26/94] Compiling SWXMLHash XMLValueDeserialization.swift
[27/94] Compiling SWXMLHash Bool+XMLDeserialization.swift
[28/94] Compiling SWXMLHash Double+XMLDeserialization.swift
[29/94] Compiling SWXMLHash Float+XMLDeserialization.swift
[30/94] Compiling Yams Node.Sequence.swift
[31/94] Compiling SWXMLHash XMLElementDeserializable.swift
[32/94] Compiling SwiftGraph WeightedEdge.swift
[33/94] Compiling SwiftGraph WeightedGraph.swift
[34/94] Compiling SWXMLHash IndexOp.swift
[35/94] Compiling SWXMLHash LazyXMLParser.swift
[36/94] Compiling SWXMLHash Stack.swift
[48/97] Compiling Yams YamlError.swift
[50/97] Compiling SWXMLHash XMLHashOptions.swift
[51/97] Compiling SWXMLHash XMLIndexer.swift
[52/97] Compiling SWXMLHash shim.swift
[55/98] Compiling DotSwiftAttributes Attributes.generated.swift
[56/98] Compiling DotSwiftAttributes Model.swift
[57/98] Compiling DotSwiftAttributes Types.swift
[65/98] Wrapping AST for Commandant for debugging
[67/98] Emitting module PathKit
[68/98] Compiling PathKit PathKit.swift
[68/147] Wrapping AST for SWXMLHash for debugging
[71/177] Compiling IBDecodable TabBarController.swift
[72/177] Compiling IBDecodable TableViewController.swift
[73/177] Compiling IBDecodable AttributedString.swift
[74/177] Compiling IBDecodable Classes.swift
[76/177] Compiling IBDecodable Color.swift
[77/178] Compiling IBDecodable IBProtocol.swift
[78/178] Compiling IBDecodable Accessibility.swift
[79/178] Compiling IBDecodable PageViewController.swift
[80/178] Compiling IBDecodable SplitViewController.swift
[80/178] Wrapping AST for PathKit for debugging
[83/178] Emitting module DotSwiftAttributes
[84/178] Compiling DotSwiftAttributes Attributes.swift
[85/179] Compiling IBDecodable HostingController.swift
[86/179] Compiling IBDecodable NavigationController.swift
[87/179] Emitting module Yams
[88/179] Compiling IBDecodable AnyViewController.swift
[89/179] Compiling IBDecodable CollectionViewController.swift
[91/180] Wrapping AST for SwiftGraph for debugging
[92/180] Wrapping AST for DotSwiftAttributes for debugging
[93/180] Wrapping AST for Yams for debugging
[95/183] Compiling DotSwiftEncoder OutputStructure.swift
[96/183] Compiling DotSwiftEncoder DOTEncoder.swift
[97/183] Emitting module DotSwiftEncoder
[98/184] Wrapping AST for DotSwiftEncoder for debugging
[100/186] Compiling SwiftGraphBindings SwiftGraphBindings.swift
[101/186] Emitting module SwiftGraphBindings
[102/187] Wrapping AST for SwiftGraphBindings for debugging
[104/187] Emitting module IBDecodable
[107/187] Compiling IBDecodable AVPlayerViewController.swift
[108/187] Compiling IBDecodable GLKViewController.swift
[115/187] Compiling IBDecodable ViewController.swift
[116/198] Compiling IBDecodable IBError.swift
[122/198] Compiling IBDecodable Action.swift
[123/198] Compiling IBDecodable AnyConnection.swift
[124/198] Compiling IBDecodable Outlet.swift
[125/198] Compiling IBDecodable OutletCollection.swift
[126/198] Compiling IBDecodable Segue.swift
[127/198] Compiling IBDecodable InterfaceBuilderFile.swift
[128/198] Compiling IBDecodable StoryboardFile.swift
[129/198] Compiling IBDecodable XibFile.swift
[130/198] Compiling IBDecodable Geometry.swift
[131/198] Compiling IBDecodable KeyCommand.swift
[132/198] Compiling IBDecodable ModalPresentationStyle.swift
[133/198] Compiling IBDecodable ModalTransitionStyle.swift
[134/198] Compiling IBDecodable Primitive.swift
[135/198] Compiling IBDecodable AnyResource.swift
[136/198] Compiling IBDecodable Image.swift
[137/198] Compiling IBDecodable NamedColor.swift
[138/198] Compiling IBDecodable AnyDependency.swift
[139/198] Compiling IBDecodable CustomObject.swift
[140/198] Compiling IBDecodable Device.swift
[141/198] Compiling IBDecodable Exit.swift
[142/198] Compiling IBDecodable InterfaceBuilderDocument.swift
[143/198] Compiling IBDecodable Placeholder.swift
[144/198] Compiling IBDecodable Scene.swift
[145/198] Compiling IBDecodable SearchDisplayController.swift
[146/198] Compiling IBDecodable StoryboardDocument.swift
[147/198] Compiling IBDecodable TargetRuntime.swift
[148/198] Compiling IBDecodable XibDocument.swift
[149/198] Compiling IBDecodable ControlProtocol.swift
[150/198] Compiling IBDecodable DatePicker.swift
[151/198] Compiling IBDecodable PageControl.swift
[152/198] Compiling IBDecodable SegmentedControl.swift
[153/198] Compiling IBDecodable Slider.swift
[154/198] Compiling IBDecodable Stepper.swift
[155/198] Compiling IBDecodable Switch.swift
[156/198] Compiling IBDecodable TextField.swift
[157/198] Compiling IBDecodable TextView.swift
[158/198] Compiling IBDecodable ARSCNView.swift
[159/198] Compiling IBDecodable ARSKView.swift
[160/198] Compiling IBDecodable GLKView.swift
[161/198] Compiling IBDecodable MTKView.swift
[162/198] Compiling IBDecodable MapView.swift
[163/198] Compiling IBDecodable SKView.swift
[164/198] Compiling IBDecodable SceneKitView.swift
[165/198] Compiling IBDecodable WKWebView.swift
[166/198] Compiling IBDecodable ImageView.swift
[167/198] Compiling IBDecodable Label.swift
[168/198] Compiling IBDecodable Picker.swift
[169/198] Compiling IBDecodable ProgressView.swift
[170/198] Compiling IBDecodable CollectionView.swift
[171/198] Compiling IBDecodable SystemColor.swift
[172/198] Compiling IBDecodable StringElement.swift
[173/198] Compiling IBDecodable UserDefinedRuntimeAttribute.swift
[174/198] Compiling IBDecodable Variation.swift
[175/198] Compiling IBDecodable ActivityIndicatorView.swift
[176/198] Compiling IBDecodable AnyView.swift
[177/198] Compiling IBDecodable NavigationBar.swift
[178/198] Compiling IBDecodable SearchBar.swift
[179/198] Compiling IBDecodable TabBar.swift
[180/198] Compiling IBDecodable Toolbar.swift
[181/198] Compiling IBDecodable Button.swift
[182/198] Compiling IBDecodable ScrollView.swift
[183/198] Compiling IBDecodable TableView.swift
[184/198] Compiling IBDecodable StackView.swift
[185/198] Compiling IBDecodable View.swift
[186/198] Compiling IBDecodable VisualEffectView.swift
[187/198] Compiling IBDecodable InterfaceBuilderParser.swift
[188/198] Compiling IBDecodable MapXMLIndexerContainer.swift
[189/198] Compiling IBDecodable MappedCodingKey.swift
[190/198] Compiling IBDecodable XMLDecodable.swift
[191/198] Compiling IBDecodable XMLIndexer.swift
[192/198] Compiling IBDecodable XMLIndexerContainer.swift
[193/199] Wrapping AST for IBDecodable for debugging
[195/211] Compiling IBGraphKit Glob.swift
/host/spi-builder-workspace/Sources/IBGraphKit/Reporters/OnlineReporter.swift:12:8: error: no such module 'Cocoa'
10 | import SwiftGraph
11 | import SwiftGraphBindings
12 | import Cocoa
   |        `- error: no such module 'Cocoa'
13 |
14 | struct OnlineReporter: Reporter {
[196/211] Compiling IBGraphKit DefaultReporter.swift
/host/spi-builder-workspace/Sources/IBGraphKit/Reporters/OnlineReporter.swift:12:8: error: no such module 'Cocoa'
10 | import SwiftGraph
11 | import SwiftGraphBindings
12 | import Cocoa
   |        `- error: no such module 'Cocoa'
13 |
14 | struct OnlineReporter: Reporter {
[197/211] Compiling IBGraphKit GMLReporter.swift
/host/spi-builder-workspace/Sources/IBGraphKit/Reporters/OnlineReporter.swift:12:8: error: no such module 'Cocoa'
10 | import SwiftGraph
11 | import SwiftGraphBindings
12 | import Cocoa
   |        `- error: no such module 'Cocoa'
13 |
14 | struct OnlineReporter: Reporter {
[198/212] Compiling IBGraphKit GraphMLReporter.swift
/host/spi-builder-workspace/Sources/IBGraphKit/Reporters/OnlineReporter.swift:12:8: error: no such module 'Cocoa'
10 | import SwiftGraph
11 | import SwiftGraphBindings
12 | import Cocoa
   |        `- error: no such module 'Cocoa'
13 |
14 | struct OnlineReporter: Reporter {
[199/212] Compiling IBGraphKit JSONReporter.swift
/host/spi-builder-workspace/Sources/IBGraphKit/Reporters/OnlineReporter.swift:12:8: error: no such module 'Cocoa'
10 | import SwiftGraph
11 | import SwiftGraphBindings
12 | import Cocoa
   |        `- error: no such module 'Cocoa'
13 |
14 | struct OnlineReporter: Reporter {
[200/212] Compiling IBGraphKit Reporter.swift
/host/spi-builder-workspace/Sources/IBGraphKit/Reporters/OnlineReporter.swift:12:8: error: no such module 'Cocoa'
10 | import SwiftGraph
11 | import SwiftGraphBindings
12 | import Cocoa
   |        `- error: no such module 'Cocoa'
13 |
14 | struct OnlineReporter: Reporter {
[201/212] Compiling IBGraphKit OnlineReporter.swift
/host/spi-builder-workspace/Sources/IBGraphKit/Reporters/OnlineReporter.swift:12:8: error: no such module 'Cocoa'
10 | import SwiftGraph
11 | import SwiftGraphBindings
12 | import Cocoa
   |        `- error: no such module 'Cocoa'
13 |
14 | struct OnlineReporter: Reporter {
[202/212] Compiling IBGraphKit Vertexable.swift
/host/spi-builder-workspace/Sources/IBGraphKit/Reporters/OnlineReporter.swift:12:8: error: no such module 'Cocoa'
10 | import SwiftGraph
11 | import SwiftGraphBindings
12 | import Cocoa
   |        `- error: no such module 'Cocoa'
13 |
14 | struct OnlineReporter: Reporter {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[203/212] Emitting module IBGraphKit
/host/spi-builder-workspace/Sources/IBGraphKit/Reporters/OnlineReporter.swift:12:8: error: no such module 'Cocoa'
10 | import SwiftGraph
11 | import SwiftGraphBindings
12 | import Cocoa
   |        `- error: no such module 'Cocoa'
13 |
14 | struct OnlineReporter: Reporter {
[204/212] Compiling IBGraphKit IBGraph.swift
/host/spi-builder-workspace/Sources/IBGraphKit/Reporters/OnlineReporter.swift:12:8: error: no such module 'Cocoa'
10 | import SwiftGraph
11 | import SwiftGraphBindings
12 | import Cocoa
   |        `- error: no such module 'Cocoa'
13 |
14 | struct OnlineReporter: Reporter {
[205/212] Compiling IBGraphKit DOTReporter.swift
/host/spi-builder-workspace/Sources/IBGraphKit/Reporters/OnlineReporter.swift:12:8: error: no such module 'Cocoa'
10 | import SwiftGraph
11 | import SwiftGraphBindings
12 | import Cocoa
   |        `- error: no such module 'Cocoa'
13 |
14 | struct OnlineReporter: Reporter {
[206/212] Compiling IBGraphKit Config.swift
/host/spi-builder-workspace/Sources/IBGraphKit/Reporters/OnlineReporter.swift:12:8: error: no such module 'Cocoa'
10 | import SwiftGraph
11 | import SwiftGraphBindings
12 | import Cocoa
   |        `- error: no such module 'Cocoa'
13 |
14 | struct OnlineReporter: Reporter {
[207/212] Compiling IBGraphKit GraphBuilder.swift
/host/spi-builder-workspace/Sources/IBGraphKit/Reporters/OnlineReporter.swift:12:8: error: no such module 'Cocoa'
10 | import SwiftGraph
11 | import SwiftGraphBindings
12 | import Cocoa
   |        `- error: no such module 'Cocoa'
13 |
14 | struct OnlineReporter: Reporter {
BUILD FAILURE 6.1 linux