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

Successful build of FluentUI, reference 0.33.0 (ab4ccb), with Swift 5.10 for Linux on 5 Apr 2025 02:59:02 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/microsoft/fluentui-apple.git
Reference: 0.33.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/microsoft/fluentui-apple
 * tag               0.33.0     -> FETCH_HEAD
HEAD is now at ab4ccb0 Bump to 0.33 (#2142)
Cloned https://github.com/microsoft/fluentui-apple.git
Revision (git rev-parse @):
ab4ccb0d06f8e696f1dabfc74ece86c5a6ea124d
SUCCESS checkout https://github.com/microsoft/fluentui-apple.git at 0.33.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/microsoft/fluentui-apple.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
warning: 'spi-builder-workspace': found 4 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/FluentUI_macOS/README.md
    /host/spi-builder-workspace/Sources/FluentUI_macOS/FluentUI-Info.plist
    /host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/FluentUI-macos.xcassets
    /host/spi-builder-workspace/Sources/FluentUI_macOS/CONTRIBUTING.md
warning: 'spi-builder-workspace': found 17 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Components/TextField/TextField.resources.xcfilelist
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Components/TableViewListShared/TableViewListShared.resources.xcfilelist
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Components/Notification/Notification.resources.xcfilelist
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Components/BarButtonItems/BarButtonItems.resources.xcfilelist
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Components/Other Cells/OtherCells.resources.xcfilelist
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/FluentUI-ios.xcassets
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Core/Core.resources.xcfilelist
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Components/Navigation/Navigation.resources.xcfilelist
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Components/Bottom Commanding/BottomCommanding.resources.xcfilelist
    /host/spi-builder-workspace/Sources/FluentUI_iOS/CONTRIBUTING.md
    /host/spi-builder-workspace/Sources/FluentUI_iOS/README.md
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/CultureMapping.json
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Components/Tooltip/Tooltip.resources.xcfilelist
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Components/Avatar/Avatar.resources.xcfilelist
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Components/Table View/TableView.resources.xcfilelist
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Components/HUD/HUD.resources.xcfilelist
    /host/spi-builder-workspace/Sources/FluentUI_iOS/Components/TwoLineTitleView/TwoLineTitleView.resources.xcfilelist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/FluentUI_iOS_Tests/Info.plist
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/7] Compiling FluentUI FluentUI.swift
/host/spi-builder-workspace/Sources/FluentUI/FluentUI.swift:6:19: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(visionOS)
                  ^
/host/spi-builder-workspace/Sources/FluentUI/FluentUI.swift:6:19: note: did you mean 'iOS'?
#if os(iOS) || os(visionOS)
                  ^~~~~~~~
                  iOS
/host/spi-builder-workspace/Sources/FluentUI/FluentUI.swift:6:19: note: did you mean 'Windows'?
#if os(iOS) || os(visionOS)
                  ^~~~~~~~
                  Windows
[4/7] Emitting module FluentUI
/host/spi-builder-workspace/Sources/FluentUI/FluentUI.swift:6:19: warning: unknown operating system for build configuration 'os'
#if os(iOS) || os(visionOS)
                  ^
/host/spi-builder-workspace/Sources/FluentUI/FluentUI.swift:6:19: note: did you mean 'iOS'?
#if os(iOS) || os(visionOS)
                  ^~~~~~~~
                  iOS
/host/spi-builder-workspace/Sources/FluentUI/FluentUI.swift:6:19: note: did you mean 'Windows'?
#if os(iOS) || os(visionOS)
                  ^~~~~~~~
                  Windows
[5/8] Wrapping AST for FluentUI for debugging
[6/8] Write Objects.LinkFileList
[7/8] Archiving libFluentUI.a
Build complete! (3.20s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "FluentUI",
  "name" : "FluentUI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "FluentUI",
      "targets" : [
        "FluentUI"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluentUI_macos",
      "module_type" : "SwiftTarget",
      "name" : "FluentUI_macos",
      "path" : "Sources/FluentUI_macOS",
      "product_memberships" : [
        "FluentUI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/pl.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/es-MX.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "es-mx"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/ro.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ro"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/pt-BR.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-br"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/fr.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/he.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/de.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/id.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "id"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/ko.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/vi.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "vi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/zh-Hans.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/uk.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/el.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/th.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/cs.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/zh-Hant.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/sv.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/fi.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "fi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/es.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/ar.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/en-GB.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "en-gb"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/it.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/ca.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/en.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/tr.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/nl.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/ja.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/nb-NO.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "nb-no"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/ru.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/pt-PT.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-pt"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/hi.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "hi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/sk.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/hr.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "hr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/da.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/ms.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "ms"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_macOS/Resources/Strings/hu.lproj/FluentUI.strings",
          "rule" : {
            "process" : {
              "localization" : "hu"
            }
          }
        }
      ],
      "sources" : [
        "Components/Appearance/Apperance+Theme.swift",
        "Components/AvatarView/AvatarView.swift",
        "Components/Badge/BadgeView.swift",
        "Components/Button/Button.swift",
        "Components/DatePicker/CalendarDayButton.swift",
        "Components/DatePicker/CalendarHeaderView.swift",
        "Components/DatePicker/CalendarView.swift",
        "Components/DatePicker/DatePickerController.swift",
        "Components/DatePicker/DatePickerView.swift",
        "Components/DynamicColor/DynamicColor.swift",
        "Components/FilledTemplateImageView/FilledTemplateImageView.swift",
        "Components/Link/Link.swift",
        "Components/MultilinePillPicker/MultilinePillPicker.swift",
        "Components/MultilinePillPicker/MultilinePillPickerView.swift",
        "Components/Notification/NotificationBarView.swift",
        "Components/Separator/Separator.swift",
        "Core/ColorProviding.swift",
        "Core/Colors.swift",
        "Core/ControlHostingView.swift",
        "Core/Extensions/NSColor+Extensions.swift",
        "Core/FluentUIResources.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FluentUI_macOS_Tests",
      "module_type" : "SwiftTarget",
      "name" : "FluentUI_macOS_Tests",
      "path" : "Tests/FluentUI_macOS_Tests",
      "sources" : [
        "AvatarViewTests.swift",
        "DatePickerControllerTests.swift"
      ],
      "target_dependencies" : [
        "FluentUI_macos"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentUI_ios",
      "module_type" : "SwiftTarget",
      "name" : "FluentUI_ios",
      "path" : "Sources/FluentUI_iOS",
      "product_memberships" : [
        "FluentUI"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/es.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/sv.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/cs.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/sk.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ro.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ro"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/pl.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/da.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/pt-BR.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-br"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/vi.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "vi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/en-GB.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "en-gb"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/el.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/sk.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "sk"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/zh-Hant.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/zh-Hans.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/fi.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "fi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/it.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ko.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Version.plist",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/el.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "el"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/he.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/es-MX.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "es-mx"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/sv.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "sv"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/uk.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ru.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/nb-NO.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "nb-no"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ja.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/hu.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "hu"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ms.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ms"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/nl.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ms.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ms"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ro.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ro"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/hr.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "hr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/de.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/tr.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/vi.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "vi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/hi.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "hi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ar.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/fr.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ca.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/zh-Hant.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "zh-hant"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/fr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/pl.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/he.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "he"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/en-GB.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en-gb"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/id.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "id"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/uk.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "uk"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/de.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "de"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/tr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "tr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/pt-PT.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "pt-pt"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/es-MX.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es-mx"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/hr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "hr"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/th.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/cs.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "cs"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/zh-Hans.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "zh-hans"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ko.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "ko"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/pt-PT.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "pt-pt"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ar.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ar"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/th.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "th"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/fi.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/it.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "it"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/pt-BR.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "pt-br"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/nl.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "nl"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/id.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "id"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/da.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "da"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ja.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ja"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ca.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ca"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/nb-NO.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "nb-no"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/hu.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "hu"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/en.lproj/Localizable.stringsdict",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/es.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "es"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/hi.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "hi"
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Sources/FluentUI_iOS/Resources/Localization/ru.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "ru"
            }
          }
        }
      ],
      "sources" : [
        "Components/ActivityIndicator/ActivityIndicator.swift",
        "Components/ActivityIndicator/ActivityIndicatorModifiers.swift",
        "Components/ActivityIndicator/ActivityIndicatorTokenSet.swift",
        "Components/ActivityIndicator/MSFActivityIndicator.swift",
        "Components/Avatar/Avatar.swift",
        "Components/Avatar/AvatarModifiers.swift",
        "Components/Avatar/AvatarTokenSet.swift",
        "Components/Avatar/MSFAvatar.swift",
        "Components/Avatar/MSFAvatarPresence.swift",
        "Components/Avatar/Persona.swift",
        "Components/AvatarGroup/AvatarGroup.swift",
        "Components/AvatarGroup/AvatarGroupModifiers.swift",
        "Components/AvatarGroup/AvatarGroupTokenSet.swift",
        "Components/AvatarGroup/MSFAvatarGroup.swift",
        "Components/Badge Field/BadgeField.swift",
        "Components/Badge Field/BadgeFieldTokenSet.swift",
        "Components/Badge Field/BadgeStringExtractor.swift",
        "Components/Badge Field/BadgeView.swift",
        "Components/Badge Field/BadgeViewTokenSet.swift",
        "Components/BarButtonItems/BarButtonItems.swift",
        "Components/Bottom Commanding/BottomCommandingController.swift",
        "Components/Bottom Commanding/BottomCommandingTokenSet.swift",
        "Components/Bottom Commanding/CommandingItem.swift",
        "Components/Bottom Commanding/CommandingSection.swift",
        "Components/Bottom Sheet/BottomSheetController.swift",
        "Components/Bottom Sheet/BottomSheetPassthroughView.swift",
        "Components/Bottom Sheet/BottomSheetTokenSet.swift",
        "Components/Bottom Sheet/ContentHeightResolutionContext.swift",
        "Components/Button/Button.swift",
        "Components/Button/ButtonTokenSet.swift",
        "Components/Button/FluentButtonStyle.swift",
        "Components/Button/FluentButtonToggleStyle.swift",
        "Components/Calendar/AccessibilityContainerView.swift",
        "Components/Calendar/AccessibleViewDelegate.swift",
        "Components/Calendar/Calendar+Extensions.swift",
        "Components/Calendar/CalendarConfiguration.swift",
        "Components/Calendar/CalendarView.swift",
        "Components/Calendar/CalendarViewDataSource.swift",
        "Components/Calendar/CalendarViewLayout.swift",
        "Components/Calendar/Views/CalendarViewDayCell.swift",
        "Components/Calendar/Views/CalendarViewDayMonthCell.swift",
        "Components/Calendar/Views/CalendarViewDayMonthYearCell.swift",
        "Components/Calendar/Views/CalendarViewDayTodayCell.swift",
        "Components/Calendar/Views/CalendarViewMonthBannerView.swift",
        "Components/Calendar/Views/CalendarViewWeekdayHeadingView.swift",
        "Components/Card Nudge/CardNudge.swift",
        "Components/Card Nudge/CardNudgeModifiers.swift",
        "Components/Card Nudge/CardNudgeTokenSet.swift",
        "Components/Card Nudge/MSFCardNudge.swift",
        "Components/Card/CardView.swift",
        "Components/Command Bar/CommandBar.swift",
        "Components/Command Bar/CommandBarButton.swift",
        "Components/Command Bar/CommandBarButtonGroupView.swift",
        "Components/Command Bar/CommandBarCommandGroupsView.swift",
        "Components/Command Bar/CommandBarItem.swift",
        "Components/Command Bar/CommandBarTokenSet.swift",
        "Components/Date Time Pickers/Date Picker/DatePickerController.swift",
        "Components/Date Time Pickers/Date Picker/DatePickerSelectionManager.swift",
        "Components/Date Time Pickers/Date Time Picker/DateTimePickerController.swift",
        "Components/Date Time Pickers/Date Time Picker/Views/DateTimePickerView.swift",
        "Components/Date Time Pickers/Date Time Picker/Views/DateTimePickerViewComponent.swift",
        "Components/Date Time Pickers/Date Time Picker/Views/DateTimePickerViewComponentCell.swift",
        "Components/Date Time Pickers/Date Time Picker/Views/DateTimePickerViewComponentTableView.swift",
        "Components/Date Time Pickers/Date Time Picker/Views/DateTimePickerViewDataSource.swift",
        "Components/Date Time Pickers/Date Time Picker/Views/DateTimePickerViewLayout.swift",
        "Components/Date Time Pickers/Date+Extensions.swift",
        "Components/Date Time Pickers/DateComponents+Extensions.swift",
        "Components/Date Time Pickers/DateTimePicker.swift",
        "Components/Date Time Pickers/DayOfMonth.swift",
        "Components/Date Time Pickers/GenericDateTimePicker.swift",
        "Components/Date Time Pickers/String+Date.swift",
        "Components/DotView/DotView.swift",
        "Components/Drawer/CALayer+Extensions.swift",
        "Components/Drawer/DrawerController.swift",
        "Components/Drawer/DrawerPresentationController.swift",
        "Components/Drawer/DrawerShadowView.swift",
        "Components/Drawer/DrawerTokenSet.swift",
        "Components/Drawer/DrawerTransitionAnimator.swift",
        "Components/EasyTapButton/EasyTapButton.swift",
        "Components/HUD/HUD.swift",
        "Components/HUD/HUDModifiers.swift",
        "Components/HUD/HeadsUpDisplay.swift",
        "Components/HUD/HeadsUpDisplayTokenSet.swift",
        "Components/HUD/MSFHeadsUpDisplay.swift",
        "Components/IndeterminateProgressBar/IndeterminateProgressBar.swift",
        "Components/IndeterminateProgressBar/IndeterminateProgressBarModifiers.swift",
        "Components/IndeterminateProgressBar/IndeterminateProgressBarTokenSet.swift",
        "Components/IndeterminateProgressBar/MSFIndeterminateProgressBar.swift",
        "Components/Label/BadgeLabel.swift",
        "Components/Label/BadgeLabelTokenSet.swift",
        "Components/Label/Label.swift",
        "Components/Label/LabelTokenSet.swift",
        "Components/List/FluentList.swift",
        "Components/List/FluentListModifiers.swift",
        "Components/List/FluentListSection.swift",
        "Components/List/FluentListSectionFooter.swift",
        "Components/List/FluentListSectionHeader.swift",
        "Components/List/ListActionItem.swift",
        "Components/List/ListActionItemModifiers.swift",
        "Components/List/ListItem.swift",
        "Components/List/ListItemModifiers.swift",
        "Components/MultilineCommandBar/MultilineCommandBar.swift",
        "Components/Navigation/BadgeLabelButton.swift",
        "Components/Navigation/Helpers/ContentScrollViewTraits.swift",
        "Components/Navigation/Helpers/NavigationAnimator.swift",
        "Components/Navigation/NavigationBar.swift",
        "Components/Navigation/NavigationBarTokenSet.swift",
        "Components/Navigation/NavigationController.swift",
        "Components/Navigation/SearchBar/SearchBar.swift",
        "Components/Navigation/SearchBar/SearchBarTokenSet.swift",
        "Components/Navigation/Shy Header/ShyHeaderController.swift",
        "Components/Navigation/Shy Header/ShyHeaderView.swift",
        "Components/Navigation/TwoLineTitleView+Navigation.swift",
        "Components/Navigation/UIBarButtonItem+BadgeValue.swift",
        "Components/Navigation/UINavigationItem+Navigation.swift",
        "Components/Navigation/UIViewController+Navigation.swift",
        "Components/Navigation/Views/AvatarTitleView.swift",
        "Components/Navigation/Views/AvatarTitleViewTokenSet.swift",
        "Components/Notification/FluentNotification.swift",
        "Components/Notification/MSFNotification.swift",
        "Components/Notification/NotificationModifiers.swift",
        "Components/Notification/NotificationTokenSet.swift",
        "Components/Obscurable/BlurringView.swift",
        "Components/Obscurable/DimmingView.swift",
        "Components/Obscurable/Obscurable.swift",
        "Components/Other Cells/ActionsCell.swift",
        "Components/Other Cells/ActivityIndicatorCell.swift",
        "Components/Other Cells/BooleanCell.swift",
        "Components/Other Cells/CenteredLabelCell.swift",
        "Components/People Picker/PeoplePicker.swift",
        "Components/People Picker/PeoplePickerTokenSet.swift",
        "Components/People Picker/PersonaBadgeViewDataSource.swift",
        "Components/People Picker/PersonaCell.swift",
        "Components/People Picker/PersonaListView.swift",
        "Components/PersonaButton/MSFPersonaButton.swift",
        "Components/PersonaButton/PersonaButton.swift",
        "Components/PersonaButton/PersonaButtonModifiers.swift",
        "Components/PersonaButton/PersonaButtonTokenSet.swift",
        "Components/PersonaButtonCarousel/MSFPersonaButtonCarousel.swift",
        "Components/PersonaButtonCarousel/PersonaButtonCarousel.swift",
        "Components/PersonaButtonCarousel/PersonaButtonCarouselModifiers.swift",
        "Components/PersonaButtonCarousel/PersonaButtonCarouselTokenSet.swift",
        "Components/Pill Button Bar/PillButton.swift",
        "Components/Pill Button Bar/PillButtonBar.swift",
        "Components/Pill Button Bar/PillButtonTokenSet.swift",
        "Components/Popup Menu/PopupMenuController.swift",
        "Components/Popup Menu/PopupMenuItem.swift",
        "Components/Popup Menu/PopupMenuItemCell.swift",
        "Components/Popup Menu/PopupMenuItemTokenSet.swift",
        "Components/Popup Menu/PopupMenuProtocols.swift",
        "Components/Popup Menu/PopupMenuSection.swift",
        "Components/Popup Menu/PopupMenuSectionHeaderView.swift",
        "Components/Popup Menu/PopupMenuTokenSet.swift",
        "Components/Presenters/CardPresentationController.swift",
        "Components/Presenters/CardPresenterNavigationController.swift",
        "Components/Presenters/CardTransitionAnimator.swift",
        "Components/Presenters/PageCardPresenterController.swift",
        "Components/ResizingHandleView/ResizingHandleTokenSet.swift",
        "Components/ResizingHandleView/ResizingHandleView.swift",
        "Components/SegmentedControl/SegmentItem.swift",
        "Components/SegmentedControl/SegmentPillButton.swift",
        "Components/SegmentedControl/SegmentedControl.swift",
        "Components/SegmentedControl/SegmentedControlTokenSet.swift",
        "Components/Separator/Separator.swift",
        "Components/Separator/SeparatorTokenSet.swift",
        "Components/Shimmer/ShimmerLinesView.swift",
        "Components/Shimmer/ShimmerTokenSet.swift",
        "Components/Shimmer/ShimmerView.swift",
        "Components/Tab Bar/SideTabBar.swift",
        "Components/Tab Bar/SideTabBarTokenSet.swift",
        "Components/Tab Bar/TabBarItem.swift",
        "Components/Tab Bar/TabBarItemTokenSet.swift",
        "Components/Tab Bar/TabBarItemView.swift",
        "Components/Tab Bar/TabBarTokenSet.swift",
        "Components/Tab Bar/TabBarView.swift",
        "Components/Table View/TableViewCell.swift",
        "Components/Table View/TableViewHeaderFooterView.swift",
        "Components/Table View/TableViewHeaderFooterViewTokenSet.swift",
        "Components/TableViewListShared/TableViewCellTokenSet.swift",
        "Components/TextField/FluentTextField.swift",
        "Components/TextField/FluentTextFieldInternal.swift",
        "Components/TextField/FluentTextInputError.swift",
        "Components/TextField/TextFieldTokenSet.swift",
        "Components/Tooltip/Tooltip.swift",
        "Components/Tooltip/TooltipModifiers.swift",
        "Components/Tooltip/TooltipTokenSet.swift",
        "Components/Tooltip/TooltipView.swift",
        "Components/Tooltip/TooltipViewController.swift",
        "Components/TouchForwardingView/TouchForwardingView.swift",
        "Components/TwoLineTitleView/TwoLineTitleView.swift",
        "Components/TwoLineTitleView/TwoLineTitleViewTokenSet.swift",
        "Core/ColorProviding.swift",
        "Core/Compatibility.swift",
        "Core/ControlHostingView.swift",
        "Core/Extensions/Color+Extensions.swift",
        "Core/Extensions/NSLayoutConstraint+Extensions.swift",
        "Core/Extensions/String+Extension.swift",
        "Core/Extensions/SwiftUI+ViewAnimation.swift",
        "Core/Extensions/SwiftUI+ViewModifiers.swift",
        "Core/Extensions/SwiftUI+ViewPresentation.swift",
        "Core/Extensions/UIApplication+Extensions.swift",
        "Core/Extensions/UIColor+Extensions.swift",
        "Core/Extensions/UIFont+Extensions.swift",
        "Core/Extensions/UIImage+Extensions.swift",
        "Core/Extensions/UIScrollView+Extensions.swift",
        "Core/Extensions/UIView+Extensions.swift",
        "Core/FluentTheme+Tokens.swift",
        "Core/FluentThemedHostingController.swift",
        "Core/FluentUIFramework.swift",
        "Core/FocusRingView.swift",
        "Core/Theme/FluentTheme+UIKit.swift",
        "Core/Theme/FluentTheme+visionOS.swift",
        "Core/Theme/FluentTheme.swift",
        "Core/Theme/Tokens/ControlTokenSet.swift",
        "Core/Theme/Tokens/DynamicColor.swift",
        "Core/Theme/Tokens/EmptyTokenSet.swift",
        "Core/Theme/Tokens/FontInfo.swift",
        "Core/Theme/Tokens/GlobalTokens+UIKit.swift",
        "Core/Theme/Tokens/GlobalTokens.swift",
        "Core/Theme/Tokens/LinearGradientInfo.swift",
        "Core/Theme/Tokens/ShadowInfo+UIKit.swift",
        "Core/Theme/Tokens/ShadowInfo.swift",
        "Core/Theme/Tokens/TokenSet.swift",
        "Core/Theme/Tokens/TokenizedControl.swift",
        "Core/Theme/Tokens/TokenizedControlView.swift",
        "Core/UIKit+SwiftUI_interoperability.swift",
        "Core/Utilities/AnimationSynchronizer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FluentUI_iOS_Tests",
      "module_type" : "SwiftTarget",
      "name" : "FluentUI_iOS_Tests",
      "path" : "Tests/FluentUI_iOS_Tests",
      "sources" : [
        "AvatarTests.swift",
        "ColorTests.swift",
        "DatePickerControllerTests.swift",
        "FluentUITests.swift",
        "FontTests.swift"
      ],
      "target_dependencies" : [
        "FluentUI_ios"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentUI",
      "module_type" : "SwiftTarget",
      "name" : "FluentUI",
      "path" : "Sources/FluentUI",
      "product_memberships" : [
        "FluentUI"
      ],
      "sources" : [
        "FluentUI.swift"
      ],
      "target_dependencies" : [
        "FluentUI_ios",
        "FluentUI_macos"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.