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 swift-systemd with Swift 5.8 for watchOS using Xcode 14.3 at main.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme swift-systemd-Package -destination generic/platform=watchos

Build Log

========================================
RunAll
========================================
Builder version: 4.38.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xtremekforever/swift-systemd.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/xtremekforever/swift-systemd
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 708c66f Set up CI with Azure Pipelines
Cloned https://github.com/xtremekforever/swift-systemd.git
Revision (git rev-parse @):
708c66fb578bf2ea772deefdbc86cd1367833458
SUCCESS checkout https://github.com/xtremekforever/swift-systemd.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             5.8
Building package at path:  $workDir
https://github.com/xtremekforever/swift-systemd.git
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-async-algorithms (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/swift-server/swift-service-lifecycle.git (cached)
Creating working copy of package ‘swift-log’
Checking out 1.5.3 of package ‘swift-log’
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.0.0 of package ‘swift-async-algorithms’
Creating working copy of package ‘swift-service-lifecycle’
Checking out 2.3.0 of package ‘swift-service-lifecycle’
Creating working copy of package ‘swift-collections’
Checking out 1.0.6 of package ‘swift-collections’
Resolve Package Graph
Resolved source packages:
  swift-systemd: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.0
  swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle.git @ 2.3.0
  swift-log: https://github.com/apple/swift-log.git @ 1.5.3
resolved source packages: swift-systemd, swift-collections, swift-async-algorithms, swift-service-lifecycle, swift-log
2024-05-07 07:26:41.705 xcodebuild[23796:7713690] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.3.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "swift-systemd",
  "name" : "swift-systemd",
  "path" : "/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Systemd",
      "targets" : [
        "Systemd"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SystemdLifecycle",
      "targets" : [
        "SystemdLifecycle"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SystemdLifecycle",
      "module_type" : "SwiftTarget",
      "name" : "SystemdLifecycle",
      "path" : "Sources/SystemdLifecycle",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "SystemdLifecycle",
        "Example"
      ],
      "sources" : [
        "SystemdService.swift"
      ],
      "target_dependencies" : [
        "Systemd"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Systemd",
      "module_type" : "SwiftTarget",
      "name" : "Systemd",
      "path" : "Sources/Systemd",
      "product_memberships" : [
        "Systemd",
        "SystemdLifecycle",
        "Example"
      ],
      "sources" : [
        "SystemdHelpers.swift",
        "SystemdNotifier.swift"
      ],
      "target_dependencies" : [
        "CSystemd"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "Example.swift"
      ],
      "target_dependencies" : [
        "SystemdLifecycle"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CSystemd",
      "module_type" : "SystemLibraryTarget",
      "name" : "CSystemd",
      "path" : "Sources/CSystemd",
      "product_memberships" : [
        "Systemd",
        "SystemdLifecycle",
        "Example"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.6"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Example",
      "swift-systemd-Package",
      "Systemd",
      "SystemdLifecycle"
    ]
  }
}
2024-05-07 07:26:50.962 xcodebuild[24797:7715734] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme swift-systemd-Package -destination generic/platform=watchos
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipPackagePluginValidation -derivedDataPath /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme swift-systemd-Package -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle.git @ 2.3.0
  swift-systemd: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.0
  swift-log: https://github.com/apple/swift-log.git @ 1.5.3
2024-05-07 07:26:52.848 xcodebuild[24835:7715974] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-05-07 07:26:54.480 xcodebuild[24835:7715974] Writing error result bundle to /var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/ResultBundle_2024-07-05_07-26-0054.xcresult
2024-05-07 07:26:54.507 xcodebuild[24835:7715974] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600001cf5600: name:Docs.docc path:group:Docs.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-service-lifecycle/Sources/ServiceLifecycle/Docs.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-05-07 07:26:54.509 xcodebuild[24835:7715974] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600001cf6700: name:OrderedCollections.docc path:group:OrderedCollections.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedCollections.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "OrderedCollections.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "OrderedCollections.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-05-07 07:26:54.515 xcodebuild[24835:7715974] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600001cf7c00: name:DequeModule.docc path:group:DequeModule.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/DequeModule.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "DequeModule.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "DequeModule.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-05-07 07:26:54.516 xcodebuild[24835:7715974] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600001cf8500: name:Collections.docc path:group:Collections.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/Collections/Collections.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Collections.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Collections.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-05-07 07:26:54.524 xcodebuild[24835:7715974] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600001cfd300: name:Docs.docc path:group:Docs.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Docs.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-05-07 07:26:54.539 xcodebuild[24835:7715974] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600001ce1000: name:AsyncAlgorithms.docc path:group:AsyncAlgorithms.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/AsyncAlgorithms.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "AsyncAlgorithms.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "AsyncAlgorithms.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:watchos }
	Available destinations for the "swift-systemd-Package" scheme:
		{ platform:macOS, arch:arm64, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:x86_64, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-F826A02F5534A97C }
		{ platform:DriverKit, name:Any DriverKit Host }
		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
		{ platform:macOS, name:Any Mac }
		{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
		{ platform:iOS Simulator, id:6C4FD8C4-7064-4EE6-9250-7FA4A4D7E4DC, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:6C4FD8C4-7064-4EE6-9250-7FA4A4D7E4DC, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:2D0C4921-726D-4497-9E62-7AA79D0A0882, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:2D0C4921-726D-4497-9E62-7AA79D0A0882, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:DDB20DA7-234B-4DE2-8EA1-B4E08EC1D29A, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:DDB20DA7-234B-4DE2-8EA1-B4E08EC1D29A, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:16E18003-D123-4D8D-9F55-45961CCB414C, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:16E18003-D123-4D8D-9F55-45961CCB414C, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:CA7B5066-6534-4A4D-9CD7-52EC794D316D, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:CA7B5066-6534-4A4D-9CD7-52EC794D316D, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:CEFF2531-9FD2-452C-9265-D58431222920, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:CEFF2531-9FD2-452C-9265-D58431222920, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:6DDEF2AD-0F89-4710-82F7-713D6FDC5A9B, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:6DDEF2AD-0F89-4710-82F7-713D6FDC5A9B, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:A2C7E825-C98E-4484-AF47-9A701A54410C, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:A2C7E825-C98E-4484-AF47-9A701A54410C, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:B914BBFB-42BF-4167-8425-D556F74D1C65, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:B914BBFB-42BF-4167-8425-D556F74D1C65, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:68B081AC-C635-4FE1-89F2-CFFBC264F385, OS:16.4, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:68B081AC-C635-4FE1-89F2-CFFBC264F385, OS:16.4, name:iPhone SE (3rd generation) }
	Ineligible destinations for the "swift-systemd-Package" scheme:
		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device, error:tvOS 16.4 is not installed. To use with Xcode, first download and install the platform }
		{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device, error:watchOS 9.4 is not installed. To use with Xcode, first download and install the platform }
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipPackagePluginValidation -derivedDataPath /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme swift-systemd-Package -destination generic/platform=watchos
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  swift-collections: https://github.com/apple/swift-collections.git @ 1.0.6
  swift-systemd: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  swift-async-algorithms: https://github.com/apple/swift-async-algorithms @ 1.0.0
  swift-service-lifecycle: https://github.com/swift-server/swift-service-lifecycle.git @ 2.3.0
  swift-log: https://github.com/apple/swift-log.git @ 1.5.3
2024-05-07 07:26:56.293 xcodebuild[24911:7716374] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
2024-05-07 07:26:56.528 xcodebuild[24911:7716374] Writing error result bundle to /var/folders/n8/pp_chp6x3jlfy1n94r6hdjv40000gn/T/ResultBundle_2024-07-05_07-26-0056.xcresult
2024-05-07 07:26:56.562 xcodebuild[24911:7716374] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x6000024d4900: name:Docs.docc path:group:Docs.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-service-lifecycle/Sources/ServiceLifecycle/Docs.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-05-07 07:26:56.566 xcodebuild[24911:7716374] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x6000024da100: name:OrderedCollections.docc path:group:OrderedCollections.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/OrderedCollections/OrderedCollections.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "OrderedCollections.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "OrderedCollections.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-05-07 07:26:56.568 xcodebuild[24911:7716374] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x6000024daa00: name:Collections.docc path:group:Collections.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/Collections/Collections.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Collections.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Collections.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-05-07 07:26:56.569 xcodebuild[24911:7716374] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x6000024db900: name:DequeModule.docc path:group:DequeModule.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-collections/Sources/DequeModule/DequeModule.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "DequeModule.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "DequeModule.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-05-07 07:26:56.570 xcodebuild[24911:7716374] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x6000024d0200: name:Docs.docc path:group:Docs.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Docs.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-05-07 07:26:56.576 xcodebuild[24911:7716374] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x6000024d3600: name:AsyncAlgorithms.docc path:group:AsyncAlgorithms.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/AsyncAlgorithms.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "AsyncAlgorithms.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "AsyncAlgorithms.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:watchos }
	Available destinations for the "swift-systemd-Package" scheme:
		{ platform:macOS, arch:arm64, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:x86_64, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-F826A02F5534A97C }
		{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-F826A02F5534A97C }
		{ platform:DriverKit, name:Any DriverKit Host }
		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
		{ platform:macOS, name:Any Mac }
		{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
		{ platform:iOS Simulator, id:6C4FD8C4-7064-4EE6-9250-7FA4A4D7E4DC, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:6C4FD8C4-7064-4EE6-9250-7FA4A4D7E4DC, OS:16.4, name:iPad (10th generation) }
		{ platform:iOS Simulator, id:2D0C4921-726D-4497-9E62-7AA79D0A0882, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:2D0C4921-726D-4497-9E62-7AA79D0A0882, OS:16.4, name:iPad Air (5th generation) }
		{ platform:iOS Simulator, id:DDB20DA7-234B-4DE2-8EA1-B4E08EC1D29A, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:DDB20DA7-234B-4DE2-8EA1-B4E08EC1D29A, OS:16.4, name:iPad Pro (11-inch) (4th generation) }
		{ platform:iOS Simulator, id:16E18003-D123-4D8D-9F55-45961CCB414C, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:16E18003-D123-4D8D-9F55-45961CCB414C, OS:16.4, name:iPad Pro (12.9-inch) (6th generation) }
		{ platform:iOS Simulator, id:CA7B5066-6534-4A4D-9CD7-52EC794D316D, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:CA7B5066-6534-4A4D-9CD7-52EC794D316D, OS:16.4, name:iPad mini (6th generation) }
		{ platform:iOS Simulator, id:CEFF2531-9FD2-452C-9265-D58431222920, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:CEFF2531-9FD2-452C-9265-D58431222920, OS:16.4, name:iPhone 14 }
		{ platform:iOS Simulator, id:6DDEF2AD-0F89-4710-82F7-713D6FDC5A9B, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:6DDEF2AD-0F89-4710-82F7-713D6FDC5A9B, OS:16.4, name:iPhone 14 Plus }
		{ platform:iOS Simulator, id:A2C7E825-C98E-4484-AF47-9A701A54410C, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:A2C7E825-C98E-4484-AF47-9A701A54410C, OS:16.4, name:iPhone 14 Pro }
		{ platform:iOS Simulator, id:B914BBFB-42BF-4167-8425-D556F74D1C65, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:B914BBFB-42BF-4167-8425-D556F74D1C65, OS:16.4, name:iPhone 14 Pro Max }
		{ platform:iOS Simulator, id:68B081AC-C635-4FE1-89F2-CFFBC264F385, OS:16.4, name:iPhone SE (3rd generation) }
		{ platform:iOS Simulator, id:68B081AC-C635-4FE1-89F2-CFFBC264F385, OS:16.4, name:iPhone SE (3rd generation) }
	Ineligible destinations for the "swift-systemd-Package" scheme:
		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device, error:tvOS 16.4 is not installed. To use with Xcode, first download and install the platform }
		{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device, error:watchOS 9.4 is not installed. To use with Xcode, first download and install the platform }
BUILD FAILURE 5.8 watchOS