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 0.0.2 (1387a6), with Swift 6.1 for Linux on 25 Apr 2025 12:11:08 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/IBDecodable/IBGraph.git
Reference: 0.0.2
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
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at 1387a6c Add `online` reporter, which open online in default browser the graph Add instruction to install using swiftbrew
Cloned https://github.com/IBDecodable/IBGraph.git
Revision (git rev-parse @):
1387a6c7b8987e6b096b8cd1b8cf632431a65bb5
SUCCESS checkout https://github.com/IBDecodable/IBGraph.git at 0.0.2
========================================
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.16.0",
            "upper_bound" : "0.17.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-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
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
[1/137] Fetching dotswift
Fetched https://github.com/ferranpujolcamins/DotSwift.git from cache (0.24s)
Fetching https://github.com/IBDecodable/IBDecodable.git
[1/2876] Fetching ibdecodable
Fetched https://github.com/IBDecodable/IBDecodable.git from cache (0.29s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/drmohundro/SWXMLHash.git
Fetching https://github.com/davecom/SwiftGraph
Fetching https://github.com/Carthage/Commandant.git
[1/2329] Fetching commandant
[141/3740] Fetching commandant, pathkit
[366/6560] Fetching commandant, pathkit, swxmlhash
[4605/9753] Fetching commandant, pathkit, swxmlhash, swiftgraph
[6487/20042] Fetching commandant, pathkit, swxmlhash, swiftgraph, yams
Fetched https://github.com/kylef/PathKit.git from cache (0.49s)
Fetched https://github.com/Carthage/Commandant.git from cache (0.49s)
[7660/16302] Fetching swxmlhash, swiftgraph, yams
Fetched https://github.com/drmohundro/SWXMLHash.git from cache (0.50s)
Fetched https://github.com/davecom/SwiftGraph from cache (0.50s)
[1750/10289] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.24s)
Computing version for https://github.com/drmohundro/SWXMLHash.git
Computed https://github.com/drmohundro/SWXMLHash.git at 7.0.2 (4.81s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (0.96s)
Computing version for https://github.com/Carthage/Commandant.git
Computed https://github.com/Carthage/Commandant.git at 0.16.0 (0.62s)
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/antitypical/Result.git
[1/2533] Fetching result
[2534/17288] Fetching result, quick
[9469/36855] Fetching result, quick, nimble
Fetched https://github.com/antitypical/Result.git from cache (1.48s)
Fetched https://github.com/Quick/Quick.git from cache (1.50s)
Fetched https://github.com/Quick/Nimble.git from cache (1.52s)
Computing version for https://github.com/davecom/SwiftGraph
Computed https://github.com/davecom/SwiftGraph at 3.1.0 (2.11s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.26s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.28s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.90s)
Computing version for https://github.com/antitypical/Result.git
Computed https://github.com/antitypical/Result.git at 4.1.0 (0.62s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 2.2.1 (0.65s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 8.1.2 (0.66s)
Creating working copy for https://github.com/antitypical/Result.git
Working copy of https://github.com/antitypical/Result.git resolved at 4.1.0
Creating working copy for https://github.com/Carthage/Commandant.git
Working copy of https://github.com/Carthage/Commandant.git resolved at 0.16.0
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
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/davecom/SwiftGraph
Working copy of https://github.com/davecom/SwiftGraph resolved at 3.1.0
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/drmohundro/SWXMLHash.git
Working copy of https://github.com/drmohundro/SWXMLHash.git resolved at 7.0.2
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/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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/35] Write sources
[13/35] Compiling writer.c
[14/35] Compiling reader.c
[15/35] Compiling parser.c
[16/35] Compiling api.c
[17/35] Compiling emitter.c
[18/35] Compiling scanner.c
[19/35] Write swift-version-24593BA9C3E375BF.txt
[21/103] Emitting module SWXMLHash
[22/106] Emitting module DotSwiftAttributes
[23/106] Compiling DotSwiftAttributes Attributes.swift
[24/106] Compiling DotSwiftAttributes AttributeGroups.generated.swift
[25/106] Compiling SWXMLHash XMLValueDeserialization.swift
[26/106] Compiling SWXMLHash Bool+XMLDeserialization.swift
[27/108] Compiling Result ResultProtocol.swift
[28/108] Compiling SWXMLHash FullXMLParser.swift
[29/108] Compiling SWXMLHash IndexOp.swift
[30/108] Compiling SWXMLHash ParsingError.swift
[31/108] Compiling SWXMLHash XMLDeserializationError.swift
[32/108] Compiling SWXMLHash Double+XMLDeserialization.swift
[33/108] Compiling SWXMLHash Float+XMLDeserialization.swift
[34/108] Emitting module SwiftGraph
[35/108] Compiling SwiftGraph WeightedEdge.swift
[36/108] Compiling SwiftGraph WeightedGraph.swift
[37/108] Compiling DotSwiftAttributes Types.swift
[38/108] Compiling Result NoError.swift
[39/108] Compiling Result Result.swift
[40/108] Compiling SWXMLHash XMLHashOptions.swift
[41/108] Compiling SWXMLHash XMLIndexer.swift
[42/108] Compiling SWXMLHash shim.swift
[43/108] Compiling SWXMLHash XMLObjectDeserialization.swift
[45/108] Compiling SWXMLHash XMLElementDeserializable.swift
[46/108] Compiling SWXMLHash XMLIndexer+XMLDeserialization.swift
[47/110] Compiling DotSwiftAttributes Attributes.generated.swift
[48/110] Compiling DotSwiftAttributes Model.swift
[49/111] Emitting module Result
[50/111] Compiling Result AnyError.swift
[51/112] Compiling SWXMLHash String+Extensions.swift
[52/112] Compiling SWXMLHash TextElement.swift
[53/112] Compiling SWXMLHash XMLAttribute.swift
[54/112] Compiling SWXMLHash IndexingError.swift
[55/112] Compiling SWXMLHash XMLAttributeDeserializable.swift
[60/112] Compiling SWXMLHash XMLContent.swift
[61/112] Compiling SWXMLHash XMLElement.swift
[62/112] Compiling SWXMLHash XMLHash.swift
[63/112] Compiling SWXMLHash Int+XMLDeserialization.swift
[64/112] Compiling SWXMLHash String+XMLDeserialization.swift
[73/112] Compiling Yams YamlError.swift
[74/112] Compiling Yams shim.swift
[82/113] Emitting module Yams
[94/114] Compiling PathKit PathKit.swift
[95/114] Emitting module PathKit
[97/115] Wrapping AST for Result for debugging
[98/115] Wrapping AST for DotSwiftAttributes for debugging
[99/115] Wrapping AST for SwiftGraph for debugging
[101/120] Wrapping AST for SWXMLHash for debugging
[105/128] Wrapping AST for PathKit for debugging
[106/206] Wrapping AST for Yams for debugging
[108/206] Compiling Commandant ArgumentProtocol.swift
[109/207] Emitting module DotSwiftEncoder
[110/207] Compiling Commandant Option.swift
/host/spi-builder-workspace/.build/checkouts/Commandant/Sources/Commandant/Option.swift:240:32: error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
238 | 			let components = unwrappedStringValue.split(
239 | 				omittingEmptySubsequences: true,
240 | 				whereSeparator: [",", " "].contains
    |                                `- error: instance method 'contains' requires that 'String.Element' (aka 'Character') conform to 'Collection'
241 | 			)
242 | 			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 |
[111/207] Compiling Commandant OrderedSet.swift
[112/207] Compiling Commandant HelpCommand.swift
[113/207] Compiling Commandant Switch.swift
[114/207] Compiling Commandant Errors.swift
[115/207] Compiling Commandant Command.swift
[116/207] Compiling DotSwiftEncoder DOTEncoder.swift
[117/207] Compiling DotSwiftEncoder OutputStructure.swift
[119/208] Compiling IBDecodable AnyViewController.swift
[120/208] Compiling IBDecodable CollectionViewController.swift
[121/208] Emitting module Commandant
[121/208] Wrapping AST for DotSwiftEncoder for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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/16] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling Result ResultProtocol.swift
[3/84] Emitting module SwiftGraph
[4/86] Compiling Result Result.swift
[5/86] Compiling Result NoError.swift
[6/86] Emitting module Result
[7/86] Compiling Result AnyError.swift
[9/87] Compiling DotSwiftAttributes Types.swift
[10/86] Compiling SWXMLHash String+Extensions.swift
[11/86] Compiling SWXMLHash TextElement.swift
[12/86] Compiling SWXMLHash XMLAttribute.swift
[13/86] Compiling DotSwiftAttributes Model.swift
[14/89] Compiling Yams Node.Mapping.swift
[15/89] Compiling Yams Node.Scalar.swift
[16/89] Compiling Yams Constructor.swift
[17/89] Compiling Yams Decoder.swift
[18/89] Compiling Yams Emitter.swift
[19/89] Compiling Yams Encoder.swift
[20/89] Compiling Yams Mark.swift
[23/89] Compiling Yams String+Yams.swift
[24/89] Compiling Yams Tag.swift
[25/91] Compiling SWXMLHash XMLContent.swift
[26/91] Compiling SWXMLHash XMLElement.swift
[27/91] Compiling SWXMLHash XMLHash.swift
[28/91] Compiling Yams YamlError.swift
[29/91] Compiling Yams shim.swift
[30/91] Compiling SwiftGraph WeightedGraph.swift
[31/92] Emitting module PathKit
[32/92] Compiling PathKit PathKit.swift
[33/101] Compiling Commandant Argument.swift
[34/101] Compiling Commandant ArgumentParser.swift
[39/101] Compiling Yams Representer.swift
[40/101] Compiling Yams Resolver.swift
[44/101] Emitting module SWXMLHash
[45/101] Compiling Yams Node.Sequence.swift
[46/101] Compiling Yams Node.swift
[47/101] Compiling Yams Parser.swift
[55/101] Compiling DotSwiftAttributes AttributeGroups.generated.swift
[56/101] Compiling DotSwiftAttributes Attributes.generated.swift
[57/101] Compiling Commandant OrderedSet.swift
[61/103] Wrapping AST for PathKit for debugging
[63/103] Compiling Commandant Switch.swift
[64/103] Compiling SWXMLHash XMLHashOptions.swift
[65/103] Compiling SWXMLHash XMLIndexer.swift
[66/103] Compiling SWXMLHash shim.swift
[69/104] Compiling Commandant Option.swift
[74/104] Compiling Commandant Errors.swift
[75/104] Compiling Commandant HelpCommand.swift
[76/104] Compiling Commandant ArgumentProtocol.swift
[77/104] Compiling Commandant Command.swift
[78/104] Emitting module Commandant
[80/105] Wrapping AST for SwiftGraph for debugging
[82/105] Wrapping AST for SWXMLHash for debugging
[84/105] Emitting module DotSwiftAttributes
[85/105] Compiling DotSwiftAttributes Attributes.swift
[86/120] Compiling IBDecodable Scene.swift
[87/120] Compiling IBDecodable SearchDisplayController.swift
[88/128] Compiling IBDecodable StoryboardDocument.swift
[89/128] Compiling IBDecodable TargetRuntime.swift
[89/178] Wrapping AST for Commandant for debugging
[92/183] Compiling IBDecodable Device.swift
[93/183] Compiling IBDecodable Exit.swift
[94/186] Emitting module Yams
[95/186] Compiling IBDecodable AnyDependency.swift
[96/186] Compiling IBDecodable CustomObject.swift
[98/187] Compiling DotSwiftEncoder DOTEncoder.swift
[99/187] Compiling DotSwiftEncoder OutputStructure.swift
[100/187] Emitting module DotSwiftEncoder
[101/188] Wrapping AST for Yams for debugging
[102/188] Wrapping AST for DotSwiftEncoder for debugging
[104/190] Emitting module SwiftGraphBindings
[105/190] Compiling SwiftGraphBindings SwiftGraphBindings.swift
[106/191] Wrapping AST for SwiftGraphBindings for debugging
[108/191] Compiling IBDecodable InterfaceBuilderFile.swift
[109/191] Compiling IBDecodable StoryboardFile.swift
[110/191] Compiling IBDecodable XibFile.swift
[111/191] Compiling IBDecodable Geometry.swift
[112/191] Compiling IBDecodable KeyCommand.swift
[113/191] Compiling IBDecodable ModalPresentationStyle.swift
[114/191] Compiling IBDecodable ModalTransitionStyle.swift
[115/191] Compiling IBDecodable Primitive.swift
[116/191] Compiling IBDecodable AnyResource.swift
[117/191] Compiling IBDecodable Image.swift
[118/191] Compiling IBDecodable NamedColor.swift
[123/202] Compiling IBDecodable InterfaceBuilderDocument.swift
[124/202] Compiling IBDecodable Placeholder.swift
[129/202] Compiling IBDecodable XibDocument.swift
[130/202] Emitting module IBDecodable
[131/202] Compiling IBDecodable SystemColor.swift
[132/202] Compiling IBDecodable StringElement.swift
[133/202] Compiling IBDecodable UserDefinedRuntimeAttribute.swift
[134/202] Compiling IBDecodable Variation.swift
[135/202] Compiling IBDecodable ActivityIndicatorView.swift
[136/202] Compiling IBDecodable AnyView.swift
[137/202] Compiling IBDecodable NavigationBar.swift
[138/202] Compiling IBDecodable SearchBar.swift
[139/202] Compiling IBDecodable TabBar.swift
[140/202] Compiling IBDecodable Toolbar.swift
[141/202] Compiling IBDecodable Button.swift
[142/202] Compiling IBDecodable IBError.swift
[143/202] Compiling IBDecodable IBProtocol.swift
[144/202] Compiling IBDecodable Accessibility.swift
[145/202] Compiling IBDecodable AttributedString.swift
[146/202] Compiling IBDecodable Classes.swift
[147/202] Compiling IBDecodable Color.swift
[148/202] Compiling IBDecodable Action.swift
[149/202] Compiling IBDecodable AnyConnection.swift
[150/202] Compiling IBDecodable Outlet.swift
[151/202] Compiling IBDecodable OutletCollection.swift
[152/202] Compiling IBDecodable Segue.swift
[153/202] Compiling IBDecodable AnyViewController.swift
[154/202] Compiling IBDecodable CollectionViewController.swift
[155/202] Compiling IBDecodable AVPlayerViewController.swift
[156/202] Compiling IBDecodable GLKViewController.swift
[157/202] Compiling IBDecodable HostingController.swift
[158/202] Compiling IBDecodable NavigationController.swift
[159/202] Compiling IBDecodable PageViewController.swift
[160/202] Compiling IBDecodable SplitViewController.swift
[161/202] Compiling IBDecodable TabBarController.swift
[162/202] Compiling IBDecodable TableViewController.swift
[163/202] Compiling IBDecodable ViewController.swift
[164/202] Compiling IBDecodable ScrollView.swift
[165/202] Compiling IBDecodable TableView.swift
[166/202] Compiling IBDecodable StackView.swift
[167/202] Compiling IBDecodable View.swift
[168/202] Compiling IBDecodable VisualEffectView.swift
[169/202] Compiling IBDecodable InterfaceBuilderParser.swift
[170/202] Compiling IBDecodable MapXMLIndexerContainer.swift
[171/202] Compiling IBDecodable MappedCodingKey.swift
[172/202] Compiling IBDecodable XMLDecodable.swift
[173/202] Compiling IBDecodable XMLIndexer.swift
[174/202] Compiling IBDecodable XMLIndexerContainer.swift
[175/202] Compiling IBDecodable ControlProtocol.swift
[176/202] Compiling IBDecodable DatePicker.swift
[177/202] Compiling IBDecodable PageControl.swift
[178/202] Compiling IBDecodable SegmentedControl.swift
[179/202] Compiling IBDecodable Slider.swift
[180/202] Compiling IBDecodable Stepper.swift
[181/202] Compiling IBDecodable Switch.swift
[182/202] Compiling IBDecodable TextField.swift
[183/202] Compiling IBDecodable TextView.swift
[184/202] Compiling IBDecodable ARSCNView.swift
[185/202] Compiling IBDecodable ARSKView.swift
[186/202] Compiling IBDecodable GLKView.swift
[187/202] Compiling IBDecodable MTKView.swift
[188/202] Compiling IBDecodable MapView.swift
[189/202] Compiling IBDecodable SKView.swift
[190/202] Compiling IBDecodable SceneKitView.swift
[191/202] Compiling IBDecodable WKWebView.swift
[192/202] Compiling IBDecodable ImageView.swift
[193/202] Compiling IBDecodable Label.swift
[194/202] Compiling IBDecodable Picker.swift
[195/202] Compiling IBDecodable ProgressView.swift
[196/202] Compiling IBDecodable CollectionView.swift
[197/203] Wrapping AST for IBDecodable for debugging
[199/215] 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 {
[200/215] 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/215] 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 {
[202/215] 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 {
[203/216] 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 {
[204/216] 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)
[205/216] 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 {
[206/216] 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 {
[207/216] 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 {
[208/216] 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 {
[209/216] 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 {
[210/216] 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 {
[211/216] 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 {
BUILD FAILURE 6.1 linux