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 main (35005a), 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-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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mchakravarty/ProjectNavigator.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/mchakravarty/ProjectNavigator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 35005a1 Fix
Cloned https://github.com/mchakravarty/ProjectNavigator.git
Revision (git rev-parse @):
35005a147eb645cba1733b26e852bd243016345a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mchakravarty/ProjectNavigator.git at main
========================================
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-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/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.96s)
Fetched https://github.com/apple/swift-collections.git from cache (0.99s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.86s)
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.57s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.14s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
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
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/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
[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] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/25] Compiling InternalCollectionsUtilities Specialize.swift
[11/27] Compiling InternalCollectionsUtilities _SortedCollection.swift
[12/27] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[14/27] Compiling InternalCollectionsUtilities _UnsafeBitSet.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] Emitting module InternalCollectionsUtilities
[19/27] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/27] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/27] Compiling InternalCollectionsUtilities Debugging.swift
[22/27] Compiling InternalCollectionsUtilities Descriptions.swift
[23/27] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/27] Compiling InternalCollectionsUtilities Integer rank.swift
[25/27] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/27] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/27] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[30/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[31/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[32/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[33/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[34/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[35/83] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[36/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[37/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[38/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[39/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[40/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[41/90] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[42/90] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[43/90] Compiling OrderedCollections OrderedDictionary.swift
[44/90] Compiling OrderedCollections OrderedSet+Codable.swift
[45/90] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[46/90] Compiling OrderedCollections OrderedSet+Descriptions.swift
[47/90] Compiling OrderedCollections OrderedSet+Diffing.swift
[48/90] Compiling OrderedCollections OrderedSet+Equatable.swift
[49/90] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[50/90] Compiling OrderedCollections OrderedSet+Hashable.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+Hashable.swift
[60/90] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[61/90] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[62/90] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[63/90] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[64/90] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[65/90] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[66/90] Compiling OrderedCollections OrderedDictionary+Values.swift
[67/90] Compiling OrderedCollections OrderedSet+Initializers.swift
[68/90] Compiling OrderedCollections OrderedSet+Insertions.swift
[69/90] Compiling OrderedCollections OrderedSet+Invariants.swift
[70/90] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[71/90] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[72/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[73/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[74/90] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[92/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 |
[93/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 |
[94/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 |
[95/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 |
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
[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 RandomAccessCollection+Offsets.swift
[5/20] Compiling InternalCollectionsUtilities Specialize.swift
[6/20] Compiling InternalCollectionsUtilities _SortedCollection.swift
[7/20] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/22] Compiling InternalCollectionsUtilities UInt+reversed.swift
[9/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[10/22] Compiling InternalCollectionsUtilities Debugging.swift
[11/22] Compiling InternalCollectionsUtilities Descriptions.swift
[12/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[13/22] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[14/22] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[15/22] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/22] Compiling InternalCollectionsUtilities Integer rank.swift
[17/22] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[18/22] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/22] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/22] Emitting module InternalCollectionsUtilities
[21/22] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/22] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/78] Compiling OrderedCollections OrderedDictionary.swift
[25/78] Compiling OrderedCollections OrderedSet+Codable.swift
[26/78] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[27/78] Compiling OrderedCollections OrderedSet+Descriptions.swift
[28/78] Compiling OrderedCollections OrderedSet+Diffing.swift
[29/78] Compiling OrderedCollections OrderedSet+Equatable.swift
[30/78] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[31/78] Compiling OrderedCollections OrderedSet+Hashable.swift
[32/85] Compiling OrderedCollections OrderedDictionary+Codable.swift
[33/85] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[34/85] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[35/85] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[36/85] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[37/85] Compiling OrderedCollections OrderedDictionary+Elements.swift
[38/85] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[39/85] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[40/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[41/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[42/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[43/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[44/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[45/85] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[46/85] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[47/85] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[48/85] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[49/85] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[50/85] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[51/85] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[52/85] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[53/85] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[54/85] Compiling OrderedCollections OrderedDictionary+Values.swift
[55/85] Compiling OrderedCollections OrderedSet+Initializers.swift
[56/85] Compiling OrderedCollections OrderedSet+Insertions.swift
[57/85] Compiling OrderedCollections OrderedSet+Invariants.swift
[58/85] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[59/85] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[60/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[61/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[62/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[63/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[64/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[65/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[66/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[67/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[68/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[69/85] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[70/85] Compiling OrderedCollections _HashTable+Bucket.swift
[71/85] Compiling OrderedCollections _HashTable+BucketIterator.swift
[72/85] Compiling OrderedCollections _HashTable+Constants.swift
[73/85] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[74/85] Compiling OrderedCollections _HashTable+Testing.swift
[75/85] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[76/85] Compiling OrderedCollections _HashTable.swift
[77/85] Compiling OrderedCollections _Hashtable+Header.swift
[78/85] Compiling OrderedCollections OrderedSet+Sendable.swift
[79/85] Compiling OrderedCollections OrderedSet+SubSequence.swift
[80/85] Compiling OrderedCollections OrderedSet+Testing.swift
[81/85] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[82/85] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[83/85] Compiling OrderedCollections OrderedSet.swift
[84/85] Compiling OrderedCollections _UnsafeBitset.swift
[85/85] Emitting module OrderedCollections
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 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 |
[89/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 |
[90/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 |
BUILD FAILURE 6.1 linux