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 ProjectNavigator, reference 1.4.0 (2be0e7), with Swift 6.1 for Linux on 29 Apr 2025 13:09:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mchakravarty/ProjectNavigator.git
Reference: 1.4.0
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/mchakravarty/ProjectNavigator
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 2be0e72 Edit new file names
Cloned https://github.com/mchakravarty/ProjectNavigator.git
Revision (git rev-parse @):
2be0e722424304aaf2e96a10fe39af6174aed80d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mchakravarty/ProjectNavigator.git at 1.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mchakravarty/ProjectNavigator.git
https://github.com/mchakravarty/ProjectNavigator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ProjectNavigator",
  "name" : "ProjectNavigator",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Files",
      "targets" : [
        "Files"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ProjectNavigator",
      "targets" : [
        "ProjectNavigator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_FilesTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "_FilesTestSupport",
      "path" : "Sources/_FilesTestSupport",
      "product_memberships" : [
        "ProjectNavigator"
      ],
      "sources" : [
        "Payload.swift"
      ],
      "target_dependencies" : [
        "Files"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProjectNavigatorTests",
      "module_type" : "SwiftTarget",
      "name" : "ProjectNavigatorTests",
      "path" : "Tests/ProjectNavigatorTests",
      "sources" : [
        "NavigationViewTests.swift"
      ],
      "target_dependencies" : [
        "ProjectNavigator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProjectNavigator",
      "module_type" : "SwiftTarget",
      "name" : "ProjectNavigator",
      "path" : "Sources/ProjectNavigator",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "ProjectNavigator"
      ],
      "sources" : [
        "EditableLabel.swift",
        "FileNavigator.swift",
        "SwitchFileOrFolder.swift",
        "WrappedUUIDSet.swift"
      ],
      "target_dependencies" : [
        "Files",
        "_FilesTestSupport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FilesTests",
      "module_type" : "SwiftTarget",
      "name" : "FilesTests",
      "path" : "Tests/FilesTests",
      "sources" : [
        "FileOperationsTests.swift",
        "FilesTests.swift"
      ],
      "target_dependencies" : [
        "Files",
        "_FilesTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Files",
      "module_type" : "SwiftTarget",
      "name" : "Files",
      "path" : "Sources/Files",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "Files",
        "ProjectNavigator"
      ],
      "sources" : [
        "FileOperations.swift",
        "FileTree.swift",
        "Files.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-collections.git
[1/2049] Fetching swift-docc-plugin
[2050/18318] Fetching swift-docc-plugin, swift-collections
Fetched https://github.com/apple/swift-docc-plugin from cache (0.94s)
Fetched https://github.com/apple/swift-collections.git from cache (0.96s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.83s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.32s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.89s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.70s)
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.4
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/25] Emitting module InternalCollectionsUtilities
[10/27] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[11/27] Compiling InternalCollectionsUtilities Integer rank.swift
[12/27] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/27] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[16/27] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[17/27] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[18/27] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/27] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/27] Compiling InternalCollectionsUtilities Specialize.swift
[22/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[23/27] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/27] Compiling InternalCollectionsUtilities Debugging.swift
[25/27] Compiling InternalCollectionsUtilities Descriptions.swift
[26/27] Compiling InternalCollectionsUtilities _SortedCollection.swift
[27/27] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[29/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[30/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[31/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[32/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[33/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[34/83] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[35/83] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[36/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[37/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[38/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[39/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[40/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[41/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[42/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[43/90] Compiling OrderedCollections OrderedSet+Initializers.swift
[44/90] Compiling OrderedCollections OrderedSet+Insertions.swift
[45/90] Compiling OrderedCollections OrderedSet+Invariants.swift
[46/90] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[47/90] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[48/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[49/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[50/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[51/90] Compiling OrderedCollections OrderedDictionary+Codable.swift
[52/90] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[53/90] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[54/90] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[55/90] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[56/90] Compiling OrderedCollections OrderedDictionary+Elements.swift
[57/90] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[58/90] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[59/90] Compiling OrderedCollections OrderedDictionary.swift
[60/90] Compiling OrderedCollections OrderedSet+Codable.swift
[61/90] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[62/90] Compiling OrderedCollections OrderedSet+Descriptions.swift
[63/90] Compiling OrderedCollections OrderedSet+Diffing.swift
[64/90] Compiling OrderedCollections OrderedSet+Equatable.swift
[65/90] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[66/90] Compiling OrderedCollections OrderedSet+Hashable.swift
[67/90] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[68/90] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[69/90] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[70/90] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[71/90] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[72/90] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[73/90] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[74/90] Compiling OrderedCollections OrderedDictionary+Values.swift
[75/90] Compiling OrderedCollections _HashTable+Bucket.swift
[76/90] Compiling OrderedCollections _HashTable+BucketIterator.swift
[77/90] Compiling OrderedCollections _HashTable+Constants.swift
[78/90] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[79/90] Compiling OrderedCollections _HashTable+Testing.swift
[80/90] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[81/90] Compiling OrderedCollections _HashTable.swift
[82/90] Compiling OrderedCollections _Hashtable+Header.swift
[83/90] Compiling OrderedCollections OrderedSet+Sendable.swift
[84/90] Compiling OrderedCollections OrderedSet+SubSequence.swift
[85/90] Compiling OrderedCollections OrderedSet+Testing.swift
[86/90] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[87/90] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[88/90] Compiling OrderedCollections OrderedSet.swift
[89/90] Compiling OrderedCollections _UnsafeBitset.swift
[90/90] Emitting module OrderedCollections
[92/95] Compiling Files FileTree.swift
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 |
[93/95] Compiling Files Files.swift
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[94/95] Emitting module Files
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 |
[95/95] Compiling Files FileOperations.swift
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/20] Compiling InternalCollectionsUtilities _SortedCollection.swift
[5/20] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[7/22] Compiling InternalCollectionsUtilities Integer rank.swift
[8/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[9/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[10/22] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[11/22] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[12/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[13/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[14/22] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[16/22] Emitting module InternalCollectionsUtilities
[17/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/22] Compiling InternalCollectionsUtilities Debugging.swift
[20/22] Compiling InternalCollectionsUtilities Descriptions.swift
[21/22] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/22] Compiling InternalCollectionsUtilities Specialize.swift
[24/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[25/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[26/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[27/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[28/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[29/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[30/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[31/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[32/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[33/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[34/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[35/78] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[36/78] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[37/78] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[38/85] Compiling OrderedCollections OrderedDictionary+Codable.swift
[39/85] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[40/85] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[41/85] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[42/85] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[43/85] Compiling OrderedCollections OrderedDictionary+Elements.swift
[44/85] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[45/85] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[46/85] Compiling OrderedCollections OrderedDictionary.swift
[47/85] Compiling OrderedCollections OrderedSet+Codable.swift
[48/85] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[49/85] Compiling OrderedCollections OrderedSet+Descriptions.swift
[50/85] Compiling OrderedCollections OrderedSet+Diffing.swift
[51/85] Compiling OrderedCollections OrderedSet+Equatable.swift
[52/85] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[53/85] Compiling OrderedCollections OrderedSet+Hashable.swift
[54/85] Compiling OrderedCollections OrderedSet+Initializers.swift
[55/85] Compiling OrderedCollections OrderedSet+Insertions.swift
[56/85] Compiling OrderedCollections OrderedSet+Invariants.swift
[57/85] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[58/85] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[59/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[60/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[61/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[62/85] Compiling OrderedCollections _HashTable+Bucket.swift
[63/85] Compiling OrderedCollections _HashTable+BucketIterator.swift
[64/85] Compiling OrderedCollections _HashTable+Constants.swift
[65/85] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[66/85] Compiling OrderedCollections _HashTable+Testing.swift
[67/85] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[68/85] Compiling OrderedCollections _HashTable.swift
[69/85] Compiling OrderedCollections _Hashtable+Header.swift
[70/85] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[71/85] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[72/85] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[73/85] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[74/85] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[75/85] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[76/85] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[77/85] Compiling OrderedCollections OrderedDictionary+Values.swift
[78/85] Emitting module OrderedCollections
[79/85] Compiling OrderedCollections OrderedSet+Sendable.swift
[80/85] Compiling OrderedCollections OrderedSet+SubSequence.swift
[81/85] Compiling OrderedCollections OrderedSet+Testing.swift
[82/85] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[83/85] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[84/85] Compiling OrderedCollections OrderedSet.swift
[85/85] Compiling OrderedCollections _UnsafeBitset.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[87/90] Emitting module Files
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 |
[88/90] Compiling Files Files.swift
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 |
[89/90] Compiling Files FileTree.swift
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 |
[90/90] Compiling Files FileOperations.swift
/host/spi-builder-workspace/Sources/Files/FileOperations.swift:9:8: error: no such module 'os'
  7 |
  8 | import Foundation
  9 | import os
    |        `- error: no such module 'os'
 10 |
 11 |
BUILD FAILURE 6.1 linux