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 Segmentio, reference master (f12bae), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 24 Apr 2025 15:40:03 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Segmentio -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Yalantis/Segmentio.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Yalantis/Segmentio
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f12bae7 Merge pull request #143 from Yalantis/feature/new_options
Cloned https://github.com/Yalantis/Segmentio.git
Revision (git rev-parse @):
f12bae77afc7dbdc5d176cc01ab8f45eb3563e68
SUCCESS checkout https://github.com/Yalantis/Segmentio.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Yalantis/Segmentio.git
https://github.com/Yalantis/Segmentio.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Segmentio",
  "name" : "Segmentio",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Segmentio",
      "targets" : [
        "Segmentio"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Segmentio",
      "module_type" : "SwiftTarget",
      "name" : "Segmentio",
      "path" : "Segmentio/Source",
      "product_memberships" : [
        "Segmentio"
      ],
      "sources" : [
        "Badge/BadgeViewPresenter.swift",
        "Badge/Views/BadgeWithCounterView.swift",
        "Cells/SegmentioCell.swift",
        "Cells/SegmentioCellWithImage.swift",
        "Cells/SegmentioCellWithImageAfterLabel.swift",
        "Cells/SegmentioCellWithImageBeforeLabel.swift",
        "Cells/SegmentioCellWithImageOverLabel.swift",
        "Cells/SegmentioCellWithImageUnderLabel.swift",
        "Cells/SegmentioCellWithLabel.swift",
        "Extensions/RoundImageView.swift",
        "Extensions/UIView+Appearance.swift",
        "Segmentio.swift",
        "SegmentioOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Segmentio",
  "name" : "Segmentio",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Segmentio",
      "targets" : [
        "Segmentio"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Segmentio",
      "module_type" : "SwiftTarget",
      "name" : "Segmentio",
      "path" : "Segmentio/Source",
      "product_memberships" : [
        "Segmentio"
      ],
      "sources" : [
        "Badge/BadgeViewPresenter.swift",
        "Badge/Views/BadgeWithCounterView.swift",
        "Cells/SegmentioCell.swift",
        "Cells/SegmentioCellWithImage.swift",
        "Cells/SegmentioCellWithImageAfterLabel.swift",
        "Cells/SegmentioCellWithImageBeforeLabel.swift",
        "Cells/SegmentioCellWithImageOverLabel.swift",
        "Cells/SegmentioCellWithImageUnderLabel.swift",
        "Cells/SegmentioCellWithLabel.swift",
        "Extensions/RoundImageView.swift",
        "Extensions/UIView+Appearance.swift",
        "Segmentio.swift",
        "SegmentioOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Segmentio",
    "schemes" : [
      "Segmentio"
    ],
    "targets" : [
      "Segmentio"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Segmentio -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Segmentio -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Segmentio' in project 'Segmentio' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 04cbcbcb63b24cf67a8f42049b8a8f07
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/04cbcbcb63b24cf67a8f42049b8a8f07.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Segmentio.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Segmentio.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Segmentio.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst
    cd /Users/admin/builder/spi-builder-workspace/Segmentio.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst
    cd /Users/admin/builder/spi-builder-workspace/Segmentio.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio-c9199a39c39f29e319ec8e9914e0edab-VFS-maccatalyst/all-product-headers.yaml
    cd /Users/admin/builder/spi-builder-workspace/Segmentio.xcodeproj
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio-c9199a39c39f29e319ec8e9914e0edab-VFS-maccatalyst/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/unextended-module-overlay.yaml (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/unextended-module-overlay.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio.hmap (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-project-headers.hmap (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-generated-files.hmap (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-own-target-headers.hmap (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/unextended-module.modulemap (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/unextended-module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-all-target-headers.hmap (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/module.modulemap (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio.DependencyStaticMetadataFileList (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio.DependencyMetadataFileList (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_const_extract_protocols.json (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-all-non-framework-target-headers.hmap (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.SwiftFileList (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.SwiftConstValuesFileList (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.LinkFileList (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio-OutputFileMap.json (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios13.1-macabi '-std=gnu99' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=Segmentio' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio-c9199a39c39f29e319ec8e9914e0edab-VFS-maccatalyst/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources/Segmentio_vers.c (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources/Segmentio_vers.c
CpHeader /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Headers/Segmentio.h /Users/admin/builder/spi-builder-workspace/Segmentio/Segmentio.h (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Segmentio/Segmentio.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Headers
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/module.modulemap (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/Current A (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Segmentio Versions/Current/Segmentio (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Segmentio /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Segmentio
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Resources Versions/Current/Resources (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Modules Versions/Current/Modules (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Headers Versions/Current/Headers (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Resources (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Headers (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework
CompileXIB /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterViewStandardSized.xib (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --platform macosx --module Segmentio --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/BadgeWithCounterViewStandardSized-PartialInfo.plist --auto-activate-custom-fonts --target-device ipad --minimum-deployment-target 13.1 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Resources/BadgeWithCounterViewStandardSized.nib /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterViewStandardSized.xib
2025-04-24 08:39:51.292 ibtoold[616:3459] DEBUG: Added to environment: {
    CFStringDisableROM = 1;
}
CompileXIB /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterViewBigSized.xib (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --platform macosx --module Segmentio --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/BadgeWithCounterViewBigSized-PartialInfo.plist --auto-activate-custom-fonts --target-device ipad --minimum-deployment-target 13.1 --output-format human-readable-text --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Resources/BadgeWithCounterViewBigSized.nib /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterViewBigSized.xib
2025-04-24 08:39:52.306 ibtoold[697:3844] DEBUG: Added to environment: {
    CFStringDisableROM = 1;
}
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Segmentio/Info.plist (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Segmentio/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/BadgeWithCounterViewStandardSized-PartialInfo.plist -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/BadgeWithCounterViewBigSized-PartialInfo.plist -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Resources/Info.plist
SwiftDriver Segmentio normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Segmentio -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-ios13.1-macabi -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -Fsystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio-c9199a39c39f29e319ec8e9914e0edab-VFS-maccatalyst/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BadgeViewPresenter.swift /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift (in target 'Segmentio' from project 'Segmentio')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:16:35: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        for view in containerView.subviews {
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:13:10: note: add '@MainActor' to make instance method 'addBadgeForContainerView(_:counterValue:backgroundColor:badgeSize:)' part of global actor 'MainActor'
    func addBadgeForContainerView(_ containerView: UIView, counterValue: Int, backgroundColor: UIColor = .red,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:19:28: warning: call to main actor-isolated instance method 'setBadgeBackgroundColor' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                badgeView?.setBadgeBackgroundColor(backgroundColor)
                           ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterView.swift:42:10: note: calls to instance method 'setBadgeBackgroundColor' from outside of its actor context are implicitly asynchronous
    func setBadgeBackgroundColor(_ color: UIColor) {
         ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterView.swift:42:10: note: main actor isolation inferred from inheritance from class 'UIView'
    func setBadgeBackgroundColor(_ color: UIColor) {
         ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:13:10: note: add '@MainActor' to make instance method 'addBadgeForContainerView(_:counterValue:backgroundColor:badgeSize:)' part of global actor 'MainActor'
    func addBadgeForContainerView(_ containerView: UIView, counterValue: Int, backgroundColor: UIColor = .red,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:20:28: warning: call to main actor-isolated instance method 'setBadgeCounterValue' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                badgeView?.setBadgeCounterValue(counterValue)
                           ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterView.swift:32:10: note: calls to instance method 'setBadgeCounterValue' from outside of its actor context are implicitly asynchronous
    func setBadgeCounterValue(_ counterValue: Int) {
         ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterView.swift:32:10: note: main actor isolation inferred from inheritance from class 'UIView'
    func setBadgeCounterValue(_ counterValue: Int) {
         ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:13:10: note: add '@MainActor' to make instance method 'addBadgeForContainerView(_:counterValue:backgroundColor:badgeSize:)' part of global actor 'MainActor'
    func addBadgeForContainerView(_ containerView: UIView, counterValue: Int, backgroundColor: UIColor = .red,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:25:23: warning: main actor-isolated property 'translatesAutoresizingMaskIntoConstraints' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            badgeView.translatesAutoresizingMaskIntoConstraints = false
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:464:27: note: mutation of this property is only permitted within the actor
@property(nonatomic) BOOL translatesAutoresizingMaskIntoConstraints API_AVAILABLE(ios(6.0)); // Default YES
                          ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:13:10: note: add '@MainActor' to make instance method 'addBadgeForContainerView(_:counterValue:backgroundColor:badgeSize:)' part of global actor 'MainActor'
    func addBadgeForContainerView(_ containerView: UIView, counterValue: Int, backgroundColor: UIColor = .red,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:26:27: warning: call to main actor-isolated instance method 'addSubview' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            containerView.addSubview(badgeView)
                          ^
UIKit.UIView.addSubview:2:22: note: calls to instance method 'addSubview' from outside of its actor context are implicitly asynchronous
@MainActor open func addSubview(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:13:10: note: add '@MainActor' to make instance method 'addBadgeForContainerView(_:counterValue:backgroundColor:badgeSize:)' part of global actor 'MainActor'
    func addBadgeForContainerView(_ containerView: UIView, counterValue: Int, backgroundColor: UIColor = .red,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:27:27: warning: call to main actor-isolated instance method 'bringSubviewToFront' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            containerView.bringSubviewToFront(badgeView)
                          ^
UIKit.UIView.bringSubviewToFront:2:22: note: calls to instance method 'bringSubviewToFront' from outside of its actor context are implicitly asynchronous
@MainActor open func bringSubviewToFront(_ view: UIView)}
                     ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:13:10: note: add '@MainActor' to make instance method 'addBadgeForContainerView(_:counterValue:backgroundColor:badgeSize:)' part of global actor 'MainActor'
    func addBadgeForContainerView(_ containerView: UIView, counterValue: Int, backgroundColor: UIColor = .red,
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:33:35: warning: main actor-isolated property 'subviews' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        for view in containerView.subviews {
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:222:64: note: property declared here
@property(nonatomic,readonly,copy) NSArray<__kindof UIView *> *subviews;
                                                               ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:32:10: note: add '@MainActor' to make instance method 'removeBadgeFromContainerView' part of global actor 'MainActor'
    func removeBadgeFromContainerView(_ containerView: UIView) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:35:22: warning: call to main actor-isolated instance method 'removeFromSuperview()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                view.removeFromSuperview()
                     ^
UIKit.UIView.removeFromSuperview:2:22: note: calls to instance method 'removeFromSuperview()' from outside of its actor context are implicitly asynchronous
@MainActor open func removeFromSuperview()}
                     ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:32:10: note: add '@MainActor' to make instance method 'removeBadgeFromContainerView' part of global actor 'MainActor'
    func removeBadgeFromContainerView(_ containerView: UIView) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:46:13: warning: call to main actor-isolated initializer 'init(item:attribute:relatedBy:toItem:attribute:multiplier:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            NSLayoutConstraint(
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:142:1: note: calls to initializer 'init(item:attribute:relatedBy:toItem:attribute:multiplier:constant:)' from outside of its actor context are implicitly asynchronous
+ (instancetype)constraintWithItem:(id)view1 attribute:(NSLayoutAttribute)attr1 relatedBy:(NSLayoutRelation)relation toItem:(nullable id)view2 attribute:(NSLayoutAttribute)attr2 multiplier:(CGFloat)multiplier constant:(CGFloat)c API_AVAILABLE(macos(10.7), ios(6.0), tvos(9.0));
^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:40:22: note: add '@MainActor' to make instance method 'setupBadgeConstraints(_:counterValue:)' part of global actor 'MainActor'
    fileprivate func setupBadgeConstraints(_ badgeView: BadgeWithCounterView, counterValue: Int) {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:50:35: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                toItem: badgeView.superview,
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:40:22: note: add '@MainActor' to make instance method 'setupBadgeConstraints(_:counterValue:)' part of global actor 'MainActor'
    fileprivate func setupBadgeConstraints(_ badgeView: BadgeWithCounterView, counterValue: Int) {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:57:13: warning: call to main actor-isolated initializer 'init(item:attribute:relatedBy:toItem:attribute:multiplier:constant:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            NSLayoutConstraint(
            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:142:1: note: calls to initializer 'init(item:attribute:relatedBy:toItem:attribute:multiplier:constant:)' from outside of its actor context are implicitly asynchronous
+ (instancetype)constraintWithItem:(id)view1 attribute:(NSLayoutAttribute)attr1 relatedBy:(NSLayoutRelation)relation toItem:(nullable id)view2 attribute:(NSLayoutAttribute)attr2 multiplier:(CGFloat)multiplier constant:(CGFloat)c API_AVAILABLE(macos(10.7), ios(6.0), tvos(9.0));
^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:40:22: note: add '@MainActor' to make instance method 'setupBadgeConstraints(_:counterValue:)' part of global actor 'MainActor'
    fileprivate func setupBadgeConstraints(_ badgeView: BadgeWithCounterView, counterValue: Int) {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:61:35: warning: main actor-isolated property 'superview' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                toItem: badgeView.superview,
                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:221:55: note: property declared here
@property(nullable, nonatomic,readonly) UIView       *superview;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:40:22: note: add '@MainActor' to make instance method 'setupBadgeConstraints(_:counterValue:)' part of global actor 'MainActor'
    fileprivate func setupBadgeConstraints(_ badgeView: BadgeWithCounterView, counterValue: Int) {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:66:53: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        segmentTitleLabelHorizontalCenterConstraint.isActive = true
                                                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:40:22: note: add '@MainActor' to make instance method 'setupBadgeConstraints(_:counterValue:)' part of global actor 'MainActor'
    fileprivate func setupBadgeConstraints(_ badgeView: BadgeWithCounterView, counterValue: Int) {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:67:51: warning: main actor-isolated property 'isActive' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        segmentTitleLabelVerticalCenterConstraint.isActive = true
                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/NSLayoutConstraint.h:181:34: note: mutation of this property is only permitted within the actor
@property (getter=isActive) BOOL active API_AVAILABLE(macos(10.10), ios(8.0));
                                 ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:40:22: note: add '@MainActor' to make instance method 'setupBadgeConstraints(_:counterValue:)' part of global actor 'MainActor'
    fileprivate func setupBadgeConstraints(_ badgeView: BadgeWithCounterView, counterValue: Int) {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:87:41: warning: call to main actor-isolated class method 'instanceFromNib(size:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let view = BadgeWithCounterView.instanceFromNib(size: size)
                                        ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterView.swift:20:16: note: calls to class method 'instanceFromNib(size:)' from outside of its actor context are implicitly asynchronous
    class func instanceFromNib(size: BadgeSize) -> BadgeWithCounterView {
               ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterView.swift:20:16: note: main actor isolation inferred from inheritance from class 'UIView'
    class func instanceFromNib(size: BadgeSize) -> BadgeWithCounterView {
               ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:86:22: note: add '@MainActor' to make instance method 'badgeViewForCounterValue(_:backgroundColor:size:)' part of global actor 'MainActor'
    fileprivate func badgeViewForCounterValue(_ counter: Int, backgroundColor: UIColor, size: BadgeSize) -> BadgeWithCounterView {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:88:14: warning: call to main actor-isolated instance method 'setBadgeBackgroundColor' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        view.setBadgeBackgroundColor(backgroundColor)
             ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterView.swift:42:10: note: calls to instance method 'setBadgeBackgroundColor' from outside of its actor context are implicitly asynchronous
    func setBadgeBackgroundColor(_ color: UIColor) {
         ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterView.swift:42:10: note: main actor isolation inferred from inheritance from class 'UIView'
    func setBadgeBackgroundColor(_ color: UIColor) {
         ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:86:22: note: add '@MainActor' to make instance method 'badgeViewForCounterValue(_:backgroundColor:size:)' part of global actor 'MainActor'
    fileprivate func badgeViewForCounterValue(_ counter: Int, backgroundColor: UIColor, size: BadgeSize) -> BadgeWithCounterView {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:89:14: warning: call to main actor-isolated instance method 'setBadgeCounterValue' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        view.setBadgeCounterValue(counter)
             ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterView.swift:32:10: note: calls to instance method 'setBadgeCounterValue' from outside of its actor context are implicitly asynchronous
    func setBadgeCounterValue(_ counterValue: Int) {
         ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterView.swift:32:10: note: main actor isolation inferred from inheritance from class 'UIView'
    func setBadgeCounterValue(_ counterValue: Int) {
         ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/BadgeViewPresenter.swift:86:22: note: add '@MainActor' to make instance method 'badgeViewForCounterValue(_:backgroundColor:size:)' part of global actor 'MainActor'
    fileprivate func badgeViewForCounterValue(_ counter: Int, backgroundColor: UIColor, size: BadgeSize) -> BadgeWithCounterView {
                     ^
    @MainActor
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745509193338451-swift-frontend-Segmentio-BadgeViewPresenter.swift-arm64_apple_ios13.1_macabi-o-Onone-976807992.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5725 seconds (9.1787 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0475 ( 13.4%)   0.0551 ( 25.3%)   0.1026 ( 17.9%)   4.3617 ( 47.5%)  parse-and-resolve-imports
   0.0420 ( 11.9%)   0.0494 ( 22.6%)   0.0914 ( 16.0%)   4.3504 ( 47.4%)  Import resolution
   0.0880 ( 24.9%)   0.0335 ( 15.4%)   0.1216 ( 21.2%)   0.1215 (  1.3%)  build-rewrite-system
   0.0012 (  0.3%)   0.0077 (  3.5%)   0.0089 (  1.6%)   0.0946 (  1.0%)  load-stdlib
   0.0277 (  7.8%)   0.0237 ( 10.9%)   0.0514 (  9.0%)   0.0521 (  0.6%)  import-clang-decl
   0.0336 (  9.5%)   0.0110 (  5.1%)   0.0447 (  7.8%)   0.0452 (  0.5%)  perform-sema
   0.0336 (  9.5%)   0.0110 (  5.1%)   0.0446 (  7.8%)   0.0451 (  0.5%)  Type checking and Semantic analysis
   0.0192 (  5.4%)   0.0082 (  3.7%)   0.0274 (  4.8%)   0.0279 (  0.3%)  typecheck-decl
   0.0174 (  4.9%)   0.0039 (  1.8%)   0.0213 (  3.7%)   0.0213 (  0.2%)  typecheck-stmt
   0.0159 (  4.5%)   0.0039 (  1.8%)   0.0198 (  3.5%)   0.0199 (  0.2%)  typecheck-expr
   0.0087 (  2.4%)   0.0066 (  3.0%)   0.0153 (  2.7%)   0.0153 (  0.2%)  IRGen
   0.0041 (  1.2%)   0.0010 (  0.5%)   0.0051 (  0.9%)   0.0051 (  0.1%)  SILGen
   0.0040 (  1.1%)   0.0010 (  0.5%)   0.0050 (  0.9%)   0.0051 (  0.1%)  typecheck-for-each
   0.0042 (  1.2%)   0.0001 (  0.0%)   0.0042 (  0.7%)   0.0042 (  0.0%)  SIL optimization
   0.0031 (  0.9%)   0.0009 (  0.4%)   0.0040 (  0.7%)   0.0040 (  0.0%)  SILGen-function
   0.0023 (  0.7%)   0.0008 (  0.4%)   0.0032 (  0.6%)   0.0032 (  0.0%)  load-all-members
   0.0017 (  0.5%)   0.0004 (  0.2%)   0.0021 (  0.4%)   0.0021 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3543 (100.0%)   0.2182 (100.0%)   0.5725 (100.0%)   9.1787 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.0713 seconds (8.7963 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8572 (100.0%)   2.2141 (100.0%)   4.0713 (100.0%)   8.7963 (100.0%)  Building Target
   1.8572 (100.0%)   2.2141 (100.0%)   4.0713 (100.0%)   8.7963 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ SegmentioCellWithImageAfterLabel.swift /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCellWithImageAfterLabel.swift (in target 'Segmentio' from project 'Segmentio')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCellWithImageAfterLabel.swift (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745509193325072-swift-frontend-Segmentio-SegmentioCellWithImageAfterLabel.swift-arm64_apple_ios13.1_macabi-o-Onone-2516353338.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5775 seconds (8.9172 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0406 ( 12.7%)   0.0717 ( 27.6%)   0.1122 ( 19.4%)   4.2361 ( 47.5%)  parse-and-resolve-imports
   0.0362 ( 11.4%)   0.0659 ( 25.4%)   0.1021 ( 17.7%)   4.2239 ( 47.4%)  Import resolution
   0.0879 ( 27.6%)   0.0317 ( 12.2%)   0.1197 ( 20.7%)   0.1199 (  1.3%)  build-rewrite-system
   0.0015 (  0.5%)   0.0126 (  4.9%)   0.0141 (  2.4%)   0.1024 (  1.1%)  load-stdlib
   0.0303 (  9.5%)   0.0244 (  9.4%)   0.0547 (  9.5%)   0.0551 (  0.6%)  import-clang-decl
   0.0230 (  7.2%)   0.0086 (  3.3%)   0.0317 (  5.5%)   0.0317 (  0.4%)  SILGen
   0.0178 (  5.6%)   0.0067 (  2.6%)   0.0245 (  4.2%)   0.0256 (  0.3%)  perform-sema
   0.0177 (  5.6%)   0.0067 (  2.6%)   0.0244 (  4.2%)   0.0255 (  0.3%)  Type checking and Semantic analysis
   0.0100 (  3.1%)   0.0123 (  4.7%)   0.0223 (  3.9%)   0.0233 (  0.3%)  IRGen
   0.0133 (  4.2%)   0.0056 (  2.2%)   0.0189 (  3.3%)   0.0200 (  0.2%)  typecheck-decl
   0.0121 (  3.8%)   0.0045 (  1.7%)   0.0166 (  2.9%)   0.0166 (  0.2%)  typecheck-expr
   0.0084 (  2.6%)   0.0031 (  1.2%)   0.0114 (  2.0%)   0.0115 (  0.1%)  typecheck-stmt
   0.0076 (  2.4%)   0.0029 (  1.1%)   0.0105 (  1.8%)   0.0106 (  0.1%)  load-all-members
   0.0047 (  1.5%)   0.0002 (  0.1%)   0.0049 (  0.8%)   0.0054 (  0.1%)  SIL optimization
   0.0036 (  1.1%)   0.0015 (  0.6%)   0.0051 (  0.9%)   0.0051 (  0.1%)  SILGen-function
   0.0034 (  1.1%)   0.0009 (  0.4%)   0.0043 (  0.7%)   0.0043 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3181 (100.0%)   0.2594 (100.0%)   0.5775 (100.0%)   8.9172 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.1939 seconds (8.8178 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8974 (100.0%)   2.2965 (100.0%)   4.1939 (100.0%)   8.8178 (100.0%)  Building Target
   1.8974 (100.0%)   2.2965 (100.0%)   4.1939 (100.0%)   8.8178 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ SegmentioCellWithImage.swift /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCellWithImage.swift (in target 'Segmentio' from project 'Segmentio')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745509193328907-swift-frontend-Segmentio-SegmentioCellWithImage.swift-arm64_apple_ios13.1_macabi-o-Onone-2565716811.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5339 seconds (8.9334 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0385 ( 12.6%)   0.0544 ( 23.7%)   0.0929 ( 17.4%)   4.2555 ( 47.6%)  parse-and-resolve-imports
   0.0342 ( 11.2%)   0.0482 ( 21.0%)   0.0824 ( 15.4%)   4.2446 ( 47.5%)  Import resolution
   0.0878 ( 28.8%)   0.0299 ( 13.0%)   0.1177 ( 22.0%)   0.1209 (  1.4%)  build-rewrite-system
   0.0014 (  0.5%)   0.0124 (  5.4%)   0.0139 (  2.6%)   0.0809 (  0.9%)  load-stdlib
   0.0300 (  9.9%)   0.0261 ( 11.4%)   0.0561 ( 10.5%)   0.0570 (  0.6%)  import-clang-decl
   0.0237 (  7.8%)   0.0096 (  4.2%)   0.0333 (  6.2%)   0.0336 (  0.4%)  SILGen
   0.0157 (  5.2%)   0.0073 (  3.2%)   0.0230 (  4.3%)   0.0235 (  0.3%)  perform-sema
   0.0156 (  5.1%)   0.0072 (  3.2%)   0.0229 (  4.3%)   0.0234 (  0.3%)  Type checking and Semantic analysis
   0.0095 (  3.1%)   0.0130 (  5.7%)   0.0225 (  4.2%)   0.0233 (  0.3%)  IRGen
   0.0116 (  3.8%)   0.0061 (  2.7%)   0.0177 (  3.3%)   0.0182 (  0.2%)  typecheck-decl
   0.0109 (  3.6%)   0.0051 (  2.2%)   0.0159 (  3.0%)   0.0160 (  0.2%)  typecheck-expr
   0.0077 (  2.5%)   0.0032 (  1.4%)   0.0109 (  2.0%)   0.0114 (  0.1%)  load-all-members
   0.0070 (  2.3%)   0.0034 (  1.5%)   0.0104 (  2.0%)   0.0104 (  0.1%)  typecheck-stmt
   0.0036 (  1.2%)   0.0017 (  0.8%)   0.0054 (  1.0%)   0.0057 (  0.1%)  SILGen-function
   0.0044 (  1.4%)   0.0006 (  0.2%)   0.0050 (  0.9%)   0.0051 (  0.1%)  SIL optimization
   0.0028 (  0.9%)   0.0010 (  0.5%)   0.0039 (  0.7%)   0.0039 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3046 (100.0%)   0.2293 (100.0%)   0.5339 (100.0%)   8.9334 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.1622 seconds (8.8087 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8754 (100.0%)   2.2868 (100.0%)   4.1622 (100.0%)   8.8087 (100.0%)  Building Target
   1.8754 (100.0%)   2.2868 (100.0%)   4.1622 (100.0%)   8.8087 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCellWithImage.swift (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SegmentioCellWithImageBeforeLabel.swift /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCellWithImageBeforeLabel.swift (in target 'Segmentio' from project 'Segmentio')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745509193329557-swift-frontend-Segmentio-SegmentioCellWithImageBeforeLabel.swift-arm64_apple_ios13.1_macabi-o-Onone-588755563.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5502 seconds (9.2555 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0490 ( 14.5%)   0.0523 ( 24.7%)   0.1013 ( 18.4%)   4.4096 ( 47.6%)  parse-and-resolve-imports
   0.0437 ( 12.9%)   0.0476 ( 22.5%)   0.0913 ( 16.6%)   4.3996 ( 47.5%)  Import resolution
   0.0880 ( 26.0%)   0.0318 ( 15.0%)   0.1198 ( 21.8%)   0.1205 (  1.3%)  build-rewrite-system
   0.0014 (  0.4%)   0.0112 (  5.3%)   0.0126 (  2.3%)   0.0986 (  1.1%)  load-stdlib
   0.0316 (  9.3%)   0.0257 ( 12.1%)   0.0573 ( 10.4%)   0.0584 (  0.6%)  import-clang-decl
   0.0254 (  7.5%)   0.0081 (  3.8%)   0.0335 (  6.1%)   0.0337 (  0.4%)  SILGen
   0.0178 (  5.3%)   0.0059 (  2.8%)   0.0237 (  4.3%)   0.0238 (  0.3%)  perform-sema
   0.0177 (  5.2%)   0.0059 (  2.8%)   0.0236 (  4.3%)   0.0237 (  0.3%)  Type checking and Semantic analysis
   0.0130 (  3.9%)   0.0045 (  2.1%)   0.0176 (  3.2%)   0.0176 (  0.2%)  typecheck-expr
   0.0130 (  3.8%)   0.0046 (  2.2%)   0.0176 (  3.2%)   0.0176 (  0.2%)  typecheck-decl
   0.0088 (  2.6%)   0.0057 (  2.7%)   0.0145 (  2.6%)   0.0145 (  0.2%)  IRGen
   0.0081 (  2.4%)   0.0032 (  1.5%)   0.0113 (  2.0%)   0.0117 (  0.1%)  load-all-members
   0.0083 (  2.5%)   0.0029 (  1.4%)   0.0112 (  2.0%)   0.0112 (  0.1%)  typecheck-stmt
   0.0044 (  1.3%)   0.0013 (  0.6%)   0.0057 (  1.0%)   0.0058 (  0.1%)  SILGen-function
   0.0047 (  1.4%)   0.0001 (  0.0%)   0.0048 (  0.9%)   0.0048 (  0.1%)  SIL optimization
   0.0035 (  1.0%)   0.0009 (  0.4%)   0.0043 (  0.8%)   0.0043 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3386 (100.0%)   0.2116 (100.0%)   0.5502 (100.0%)   9.2555 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.0390 seconds (8.8095 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8641 (100.0%)   2.1749 (100.0%)   4.0390 (100.0%)   8.8095 (100.0%)  Building Target
   1.8641 (100.0%)   2.1749 (100.0%)   4.0390 (100.0%)   8.8095 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCellWithImageBeforeLabel.swift (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ UIView+Appearance.swift /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift (in target 'Segmentio' from project 'Segmentio')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745509193337656-swift-frontend-Segmentio-UIView_Appearance.swift-arm64_apple_ios13.1_macabi-o-Onone-3832838965.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6924 seconds (9.0433 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0403 ( 10.1%)   0.0750 ( 25.6%)   0.1152 ( 16.6%)   4.2545 ( 47.0%)  parse-and-resolve-imports
   0.0361 (  9.0%)   0.0692 ( 23.6%)   0.1053 ( 15.2%)   4.2447 ( 46.9%)  Import resolution
   0.0873 ( 21.8%)   0.0314 ( 10.7%)   0.1187 ( 17.1%)   0.1188 (  1.3%)  build-rewrite-system
   0.0013 (  0.3%)   0.0086 (  2.9%)   0.0099 (  1.4%)   0.0718 (  0.8%)  load-stdlib
   0.0444 ( 11.1%)   0.0196 (  6.7%)   0.0640 (  9.2%)   0.0671 (  0.7%)  perform-sema
   0.0443 ( 11.1%)   0.0196 (  6.7%)   0.0639 (  9.2%)   0.0670 (  0.7%)  Type checking and Semantic analysis
   0.0286 (  7.2%)   0.0245 (  8.4%)   0.0531 (  7.7%)   0.0532 (  0.6%)  import-clang-decl
   0.0234 (  5.9%)   0.0146 (  5.0%)   0.0380 (  5.5%)   0.0411 (  0.5%)  typecheck-decl
   0.0275 (  6.9%)   0.0103 (  3.5%)   0.0378 (  5.5%)   0.0383 (  0.4%)  typecheck-expr
   0.0226 (  5.7%)   0.0058 (  2.0%)   0.0284 (  4.1%)   0.0284 (  0.3%)  typecheck-stmt
   0.0079 (  2.0%)   0.0055 (  1.9%)   0.0134 (  1.9%)   0.0135 (  0.1%)  IRGen
   0.0095 (  2.4%)   0.0024 (  0.8%)   0.0119 (  1.7%)   0.0119 (  0.1%)  SILGen
   0.0105 (  2.6%)   0.0006 (  0.2%)   0.0111 (  1.6%)   0.0111 (  0.1%)  SIL optimization
   0.0070 (  1.8%)   0.0029 (  1.0%)   0.0099 (  1.4%)   0.0102 (  0.1%)  precheck-target
   0.0052 (  1.3%)   0.0011 (  0.4%)   0.0063 (  0.9%)   0.0064 (  0.1%)  SILGen-function
   0.0029 (  0.7%)   0.0013 (  0.5%)   0.0043 (  0.6%)   0.0043 (  0.0%)  load-all-members
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  associated-type-inference
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3997 (100.0%)   0.2928 (100.0%)   0.6924 (100.0%)   9.0433 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.1987 seconds (8.7871 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9070 (100.0%)   2.2917 (100.0%)   4.1987 (100.0%)   8.7871 (100.0%)  Building Target
   1.9070 (100.0%)   2.2917 (100.0%)   4.1987 (100.0%)   8.7871 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:15:23: warning: static property 'overlay' is not concurrency-safe because non-'Sendable' type 'AppearanceOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let overlay = AppearanceOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:13:15: note: consider making struct 'AppearanceOptions' conform to the 'Sendable' protocol
public struct AppearanceOptions: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:15:23: note: add '@MainActor' to make static property 'overlay' part of global actor 'MainActor'
    public static let overlay = AppearanceOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let overlay = AppearanceOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:16:23: warning: static property 'useAutoresize' is not concurrency-safe because non-'Sendable' type 'AppearanceOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useAutoresize = AppearanceOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:13:15: note: consider making struct 'AppearanceOptions' conform to the 'Sendable' protocol
public struct AppearanceOptions: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:16:23: note: add '@MainActor' to make static property 'useAutoresize' part of global actor 'MainActor'
    public static let useAutoresize = AppearanceOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useAutoresize = AppearanceOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ SegmentioCell.swift,\ BadgeWithCounterView.swift /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCell.swift /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterView.swift (in target 'Segmentio' from project 'Segmentio')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCell.swift (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Badge/Views/BadgeWithCounterView.swift (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745509193339109-swift-frontend-Segmentio-SegmentioCell.swift-arm64_apple_ios13.1_macabi-o-Onone-1348803976.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0616 seconds (9.4026 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0417 (  5.9%)   0.0742 ( 21.2%)   0.1159 ( 10.9%)   4.2533 ( 45.2%)  parse-and-resolve-imports
   0.0372 (  5.2%)   0.0674 ( 19.2%)   0.1046 (  9.9%)   4.2377 ( 45.1%)  Import resolution
   0.1073 ( 15.1%)   0.0301 (  8.6%)   0.1374 ( 12.9%)   0.1395 (  1.5%)  perform-sema
   0.1070 ( 15.0%)   0.0301 (  8.6%)   0.1370 ( 12.9%)   0.1391 (  1.5%)  Type checking and Semantic analysis
   0.0878 ( 12.3%)   0.0299 (  8.5%)   0.1176 ( 11.1%)   0.1182 (  1.3%)  build-rewrite-system
   0.0817 ( 11.5%)   0.0216 (  6.2%)   0.1033 (  9.7%)   0.1038 (  1.1%)  typecheck-stmt
   0.0801 ( 11.3%)   0.0222 (  6.3%)   0.1023 (  9.6%)   0.1028 (  1.1%)  typecheck-expr
   0.0012 (  0.2%)   0.0082 (  2.3%)   0.0094 (  0.9%)   0.0710 (  0.8%)  load-stdlib
   0.0344 (  4.8%)   0.0275 (  7.8%)   0.0619 (  5.8%)   0.0626 (  0.7%)  import-clang-decl
   0.0462 (  6.5%)   0.0141 (  4.0%)   0.0603 (  5.7%)   0.0623 (  0.7%)  typecheck-decl
   0.0256 (  3.6%)   0.0080 (  2.3%)   0.0337 (  3.2%)   0.0337 (  0.4%)  precheck-target
   0.0148 (  2.1%)   0.0078 (  2.2%)   0.0226 (  2.1%)   0.0226 (  0.2%)  IRGen
   0.0165 (  2.3%)   0.0037 (  1.0%)   0.0202 (  1.9%)   0.0205 (  0.2%)  SILGen
   0.0120 (  1.7%)   0.0022 (  0.6%)   0.0142 (  1.3%)   0.0144 (  0.2%)  SILGen-function
   0.0082 (  1.2%)   0.0034 (  1.0%)   0.0116 (  1.1%)   0.0118 (  0.1%)  load-all-members
   0.0092 (  1.3%)   0.0000 (  0.0%)   0.0092 (  0.9%)   0.0092 (  0.1%)  SIL optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0001 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.7112 (100.0%)   0.3504 (100.0%)   1.0616 (100.0%)   9.4026 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.2408 seconds (8.8187 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.0208 (100.0%)   2.2200 (100.0%)   4.2408 (100.0%)   8.8187 (100.0%)  Building Target
   2.0208 (100.0%)   2.2200 (100.0%)   4.2408 (100.0%)   8.8187 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Segmentio.swift /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Segmentio.swift (in target 'Segmentio' from project 'Segmentio')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745509193344081-swift-frontend-Segmentio-Segmentio.swift-arm64_apple_ios13.1_macabi-o-Onone-2907504286.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7087 seconds (9.9097 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0728 (  5.9%)   0.1079 ( 23.1%)   0.1807 ( 10.6%)   4.2411 ( 42.8%)  parse-and-resolve-imports
   0.0684 (  5.5%)   0.1004 ( 21.5%)   0.1688 (  9.9%)   4.2232 ( 42.6%)  Import resolution
   0.2216 ( 17.9%)   0.0445 (  9.5%)   0.2661 ( 15.6%)   0.2685 (  2.7%)  perform-sema
   0.2206 ( 17.8%)   0.0443 (  9.5%)   0.2648 ( 15.5%)   0.2673 (  2.7%)  Type checking and Semantic analysis
   0.1794 ( 14.5%)   0.0318 (  6.8%)   0.2111 ( 12.4%)   0.2118 (  2.1%)  typecheck-stmt
   0.1535 ( 12.4%)   0.0262 (  5.6%)   0.1797 ( 10.5%)   0.1804 (  1.8%)  typecheck-expr
   0.0884 (  7.1%)   0.0296 (  6.3%)   0.1180 (  6.9%)   0.1194 (  1.2%)  build-rewrite-system
   0.0638 (  5.1%)   0.0194 (  4.1%)   0.0831 (  4.9%)   0.0854 (  0.9%)  typecheck-decl
   0.0011 (  0.1%)   0.0050 (  1.1%)   0.0061 (  0.4%)   0.0784 (  0.8%)  load-stdlib
   0.0388 (  3.1%)   0.0310 (  6.6%)   0.0698 (  4.1%)   0.0721 (  0.7%)  import-clang-decl
   0.0475 (  3.8%)   0.0107 (  2.3%)   0.0582 (  3.4%)   0.0588 (  0.6%)  precheck-target
   0.0268 (  2.2%)   0.0078 (  1.7%)   0.0345 (  2.0%)   0.0352 (  0.4%)  IRGen
   0.0223 (  1.8%)   0.0039 (  0.8%)   0.0262 (  1.5%)   0.0267 (  0.3%)  SILGen
   0.0145 (  1.2%)   0.0022 (  0.5%)   0.0167 (  1.0%)   0.0167 (  0.2%)  SILGen-function
   0.0125 (  1.0%)   0.0002 (  0.0%)   0.0126 (  0.7%)   0.0127 (  0.1%)  SIL optimization
   0.0082 (  0.7%)   0.0028 (  0.6%)   0.0110 (  0.6%)   0.0110 (  0.1%)  load-all-members
   0.0007 (  0.1%)   0.0000 (  0.0%)   0.0007 (  0.0%)   0.0007 (  0.0%)  perform-whole-module-type-checking
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.2411 (100.0%)   0.4676 (100.0%)   1.7087 (100.0%)   9.9097 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.3292 seconds (8.8416 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.1242 (100.0%)   2.2050 (100.0%)   4.3292 (100.0%)   8.8416 (100.0%)  Building Target
   2.1242 (100.0%)   2.2050 (100.0%)   4.3292 (100.0%)   8.8416 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Segmentio.swift (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SegmentioCellWithImageUnderLabel.swift /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCellWithImageUnderLabel.swift (in target 'Segmentio' from project 'Segmentio')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745509193338893-swift-frontend-Segmentio-SegmentioCellWithImageUnderLabel.swift-arm64_apple_ios13.1_macabi-o-Onone-3660234129.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5702 seconds (8.9220 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0409 ( 13.1%)   0.0743 ( 28.9%)   0.1152 ( 20.2%)   4.2587 ( 47.7%)  parse-and-resolve-imports
   0.0367 ( 11.7%)   0.0701 ( 27.3%)   0.1068 ( 18.7%)   4.2503 ( 47.6%)  Import resolution
   0.0852 ( 27.2%)   0.0289 ( 11.2%)   0.1141 ( 20.0%)   0.1143 (  1.3%)  build-rewrite-system
   0.0012 (  0.4%)   0.0082 (  3.2%)   0.0094 (  1.6%)   0.0712 (  0.8%)  load-stdlib
   0.0301 (  9.6%)   0.0243 (  9.4%)   0.0544 (  9.5%)   0.0550 (  0.6%)  import-clang-decl
   0.0237 (  7.6%)   0.0086 (  3.3%)   0.0323 (  5.7%)   0.0323 (  0.4%)  SILGen
   0.0102 (  3.2%)   0.0122 (  4.7%)   0.0223 (  3.9%)   0.0231 (  0.3%)  IRGen
   0.0168 (  5.4%)   0.0061 (  2.4%)   0.0229 (  4.0%)   0.0230 (  0.3%)  perform-sema
   0.0167 (  5.3%)   0.0061 (  2.4%)   0.0228 (  4.0%)   0.0229 (  0.3%)  Type checking and Semantic analysis
   0.0126 (  4.0%)   0.0051 (  2.0%)   0.0177 (  3.1%)   0.0177 (  0.2%)  typecheck-decl
   0.0114 (  3.6%)   0.0044 (  1.7%)   0.0158 (  2.8%)   0.0158 (  0.2%)  typecheck-expr
   0.0078 (  2.5%)   0.0033 (  1.3%)   0.0111 (  1.9%)   0.0120 (  0.1%)  load-all-members
   0.0079 (  2.5%)   0.0030 (  1.2%)   0.0109 (  1.9%)   0.0110 (  0.1%)  typecheck-stmt
   0.0047 (  1.5%)   0.0006 (  0.2%)   0.0053 (  0.9%)   0.0056 (  0.1%)  SIL optimization
   0.0041 (  1.3%)   0.0010 (  0.4%)   0.0051 (  0.9%)   0.0051 (  0.1%)  SILGen-function
   0.0031 (  1.0%)   0.0008 (  0.3%)   0.0039 (  0.7%)   0.0039 (  0.0%)  precheck-target
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.3133 (100.0%)   0.2569 (100.0%)   0.5702 (100.0%)   8.9220 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.1791 seconds (8.8051 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8854 (100.0%)   2.2937 (100.0%)   4.1791 (100.0%)   8.8051 (100.0%)  Building Target
   1.8854 (100.0%)   2.2937 (100.0%)   4.1791 (100.0%)   8.8051 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCellWithImageUnderLabel.swift (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ Segmentio (in target 'Segmentio' from project 'Segmentio')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745509193343098-swift-frontend-Segmentio-all-arm64_apple_ios13.1_macabi-swiftmodule-Onone-4061181442.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6364 seconds (9.1895 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0438 ( 10.7%)   0.0488 ( 21.6%)   0.0926 ( 14.6%)   4.3275 ( 47.1%)  parse-and-resolve-imports
   0.0387 (  9.4%)   0.0422 ( 18.7%)   0.0810 ( 12.7%)   4.3158 ( 47.0%)  Import resolution
   0.0789 ( 19.2%)   0.0243 ( 10.8%)   0.1032 ( 16.2%)   0.1035 (  1.1%)  perform-sema
   0.0780 ( 19.0%)   0.0242 ( 10.7%)   0.1022 ( 16.1%)   0.1025 (  1.1%)  Type checking and Semantic analysis
   0.0773 ( 18.8%)   0.0239 ( 10.6%)   0.1012 ( 15.9%)   0.1015 (  1.1%)  typecheck-decl
   0.0012 (  0.3%)   0.0062 (  2.8%)   0.0075 (  1.2%)   0.0793 (  0.9%)  load-stdlib
   0.0164 (  4.0%)   0.0143 (  6.3%)   0.0307 (  4.8%)   0.0361 (  0.4%)  SIL optimization
   0.0145 (  3.5%)   0.0146 (  6.5%)   0.0291 (  4.6%)   0.0292 (  0.3%)  import-clang-decl
   0.0177 (  4.3%)   0.0051 (  2.3%)   0.0228 (  3.6%)   0.0228 (  0.2%)  typecheck-expr
   0.0041 (  1.0%)   0.0118 (  5.2%)   0.0160 (  2.5%)   0.0212 (  0.2%)  Serialization, swiftmodule
   0.0107 (  2.6%)   0.0024 (  1.1%)   0.0132 (  2.1%)   0.0132 (  0.1%)  SILGen
   0.0085 (  2.1%)   0.0025 (  1.1%)   0.0110 (  1.7%)   0.0111 (  0.1%)  load-all-members
   0.0063 (  1.5%)   0.0023 (  1.0%)   0.0085 (  1.3%)   0.0085 (  0.1%)  build-rewrite-system
   0.0055 (  1.3%)   0.0011 (  0.5%)   0.0066 (  1.0%)   0.0066 (  0.1%)  SILGen-function
   0.0036 (  0.9%)   0.0008 (  0.4%)   0.0044 (  0.7%)   0.0044 (  0.0%)  precheck-target
   0.0026 (  0.6%)   0.0006 (  0.3%)   0.0032 (  0.5%)   0.0032 (  0.0%)  typecheck-stmt
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.2%)   0.0001 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.0%)  Serialization, swiftsourceinfo
   0.0008 (  0.2%)   0.0000 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.0%)  perform-whole-module-type-checking
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  Serialization, swiftdoc
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4108 (100.0%)   0.2257 (100.0%)   0.6364 (100.0%)   9.1895 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2917 seconds (4.6043 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1868 (100.0%)   0.1049 (100.0%)   0.2917 (100.0%)   4.6043 (100.0%)  Building Target
   0.1868 (100.0%)   0.1049 (100.0%)   0.2917 (100.0%)   4.6043 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift:148:23: warning: static property 'allStyles' is not concurrency-safe because non-'Sendable' type '[SegmentioStyle]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let allStyles = [
                      ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift:144:13: note: consider making enum 'SegmentioStyle' conform to the 'Sendable' protocol
public enum SegmentioStyle: String {
            ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift:148:23: note: add '@MainActor' to make static property 'allStyles' part of global actor 'MainActor'
    public static let allStyles = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift:148:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let allStyles = [
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:15:23: warning: static property 'overlay' is not concurrency-safe because non-'Sendable' type 'AppearanceOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let overlay = AppearanceOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:13:15: note: consider making struct 'AppearanceOptions' conform to the 'Sendable' protocol
public struct AppearanceOptions: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:15:23: note: add '@MainActor' to make static property 'overlay' part of global actor 'MainActor'
    public static let overlay = AppearanceOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:15:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let overlay = AppearanceOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:16:23: warning: static property 'useAutoresize' is not concurrency-safe because non-'Sendable' type 'AppearanceOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let useAutoresize = AppearanceOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:13:15: note: consider making struct 'AppearanceOptions' conform to the 'Sendable' protocol
public struct AppearanceOptions: OptionSet {
              ^
                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:16:23: note: add '@MainActor' to make static property 'useAutoresize' part of global actor 'MainActor'
    public static let useAutoresize = AppearanceOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/Extensions/UIView+Appearance.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useAutoresize = AppearanceOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ SegmentioOptions.swift,\ SegmentioCellWithImageOverLabel.swift /Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCellWithImageOverLabel.swift (in target 'Segmentio' from project 'Segmentio')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745509193343576-swift-frontend-Segmentio-SegmentioOptions.swift-arm64_apple_ios13.1_macabi-o-Onone-1457275633.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 8.2169 seconds (9.0909 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   3.0456 ( 47.1%)   0.7893 ( 45.2%)   3.8349 ( 46.7%)   4.2627 ( 46.9%)  parse-and-resolve-imports
   3.0412 ( 47.0%)   0.7831 ( 44.8%)   3.8243 ( 46.5%)   4.2446 ( 46.7%)  Import resolution
   0.0851 (  1.3%)   0.0219 (  1.3%)   0.1069 (  1.3%)   0.1090 (  1.2%)  build-rewrite-system
   0.0491 (  0.8%)   0.0224 (  1.3%)   0.0715 (  0.9%)   0.0736 (  0.8%)  perform-sema
   0.0490 (  0.8%)   0.0223 (  1.3%)   0.0713 (  0.9%)   0.0734 (  0.8%)  Type checking and Semantic analysis
   0.0317 (  0.5%)   0.0248 (  1.4%)   0.0565 (  0.7%)   0.0595 (  0.7%)  import-clang-decl
   0.0106 (  0.2%)   0.0336 (  1.9%)   0.0441 (  0.5%)   0.0578 (  0.6%)  load-stdlib
   0.0367 (  0.6%)   0.0186 (  1.1%)   0.0553 (  0.7%)   0.0574 (  0.6%)  typecheck-decl
   0.0251 (  0.4%)   0.0065 (  0.4%)   0.0316 (  0.4%)   0.0317 (  0.3%)  typecheck-expr
   0.0181 (  0.3%)   0.0074 (  0.4%)   0.0256 (  0.3%)   0.0263 (  0.3%)  IRGen
   0.0205 (  0.3%)   0.0057 (  0.3%)   0.0262 (  0.3%)   0.0262 (  0.3%)  typecheck-stmt
   0.0209 (  0.3%)   0.0039 (  0.2%)   0.0248 (  0.3%)   0.0248 (  0.3%)  SILGen
   0.0104 (  0.2%)   0.0025 (  0.1%)   0.0129 (  0.2%)   0.0129 (  0.1%)  SILGen-function
   0.0089 (  0.1%)   0.0023 (  0.1%)   0.0112 (  0.1%)   0.0112 (  0.1%)  precheck-target
   0.0080 (  0.1%)   0.0025 (  0.1%)   0.0106 (  0.1%)   0.0107 (  0.1%)  load-all-members
   0.0079 (  0.1%)   0.0001 (  0.0%)   0.0080 (  0.1%)   0.0080 (  0.1%)  SIL optimization
   0.0010 (  0.0%)   0.0001 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  typecheck-expr-pattern
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   6.4699 (100.0%)   1.7469 (100.0%)   8.2169 (100.0%)   9.0909 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 7.9880 seconds (8.8052 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   5.0056 (100.0%)   2.9824 (100.0%)   7.9880 (100.0%)   8.8052 (100.0%)  Building Target
   5.0056 (100.0%)   2.9824 (100.0%)   7.9880 (100.0%)   8.8052 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift:148:23: warning: static property 'allStyles' is not concurrency-safe because non-'Sendable' type '[SegmentioStyle]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let allStyles = [
                      ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift:144:13: note: consider making enum 'SegmentioStyle' conform to the 'Sendable' protocol
public enum SegmentioStyle: String {
            ^
                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift:148:23: note: add '@MainActor' to make static property 'allStyles' part of global actor 'MainActor'
    public static let allStyles = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift:148:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let allStyles = [
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift:21:21: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let label = UILabel()
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift:22:15: warning: main actor-isolated property 'text' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        label.text = self.title
              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UILabel.h:35:59: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy)   NSString           *text; // default is nil
                                                          ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift:23:15: warning: call to main actor-isolated instance method 'sizeToFit()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        label.sizeToFit()
              ^
UIKit.UIView.sizeToFit:2:22: note: calls to instance method 'sizeToFit()' from outside of its actor context are implicitly asynchronous
@MainActor open func sizeToFit()}
                     ^
/Users/admin/builder/spi-builder-workspace/Segmentio/Source/SegmentioOptions.swift:24:22: warning: main actor-isolated property 'intrinsicContentSize' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        return label.intrinsicContentSize.width
                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:530:39: note: property declared here
@property(nonatomic, readonly) CGSize intrinsicContentSize API_AVAILABLE(ios(6.0));
                                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCellWithImageOverLabel.swift (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ SegmentioCellWithLabel.swift /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCellWithLabel.swift (in target 'Segmentio' from project 'Segmentio')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745509198025730-swift-frontend-Segmentio-SegmentioCellWithLabel.swift-arm64_apple_ios13.1_macabi-o-Onone-2685961560.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5003 seconds (0.5040 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0481 ( 15.4%)   0.0493 ( 26.1%)   0.0974 ( 19.5%)   0.0976 ( 19.4%)  parse-and-resolve-imports
   0.0417 ( 13.4%)   0.0426 ( 22.6%)   0.0842 ( 16.8%)   0.0843 ( 16.7%)  Import resolution
   0.0604 ( 19.4%)   0.0202 ( 10.7%)   0.0807 ( 16.1%)   0.0807 ( 16.0%)  build-rewrite-system
   0.0323 ( 10.4%)   0.0249 ( 13.2%)   0.0572 ( 11.4%)   0.0580 ( 11.5%)  import-clang-decl
   0.0246 (  7.9%)   0.0081 (  4.3%)   0.0327 (  6.5%)   0.0330 (  6.5%)  SILGen
   0.0198 (  6.3%)   0.0077 (  4.1%)   0.0275 (  5.5%)   0.0278 (  5.5%)  perform-sema
   0.0197 (  6.3%)   0.0077 (  4.1%)   0.0274 (  5.5%)   0.0276 (  5.5%)  Type checking and Semantic analysis
   0.0150 (  4.8%)   0.0065 (  3.4%)   0.0215 (  4.3%)   0.0217 (  4.3%)  typecheck-decl
   0.0123 (  4.0%)   0.0050 (  2.7%)   0.0173 (  3.5%)   0.0175 (  3.5%)  typecheck-expr
   0.0087 (  2.8%)   0.0040 (  2.1%)   0.0127 (  2.5%)   0.0129 (  2.6%)  typecheck-stmt
   0.0075 (  2.4%)   0.0047 (  2.5%)   0.0122 (  2.4%)   0.0123 (  2.4%)  IRGen
   0.0078 (  2.5%)   0.0030 (  1.6%)   0.0108 (  2.2%)   0.0117 (  2.3%)  load-all-members
   0.0046 (  1.5%)   0.0012 (  0.6%)   0.0057 (  1.1%)   0.0057 (  1.1%)  SILGen-function
   0.0036 (  1.2%)   0.0016 (  0.9%)   0.0052 (  1.0%)   0.0054 (  1.1%)  precheck-target
   0.0043 (  1.4%)   0.0001 (  0.0%)   0.0044 (  0.9%)   0.0044 (  0.9%)  SIL optimization
   0.0011 (  0.4%)   0.0022 (  1.2%)   0.0033 (  0.7%)   0.0033 (  0.7%)  load-stdlib
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3115 (100.0%)   0.1888 (100.0%)   0.5003 (100.0%)   0.5040 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.7452 seconds (4.1102 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6232 (100.0%)   2.1219 (100.0%)   3.7452 (100.0%)   4.1102 (100.0%)  Building Target
   1.6232 (100.0%)   2.1219 (100.0%)   3.7452 (100.0%)   4.1102 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Segmentio/Source/Cells/SegmentioCellWithLabel.swift (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for Segmentio (in target 'Segmentio' from project 'Segmentio')
SwiftDriver\ Compilation\ Requirements Segmentio normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Segmentio -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-ios13.1-macabi -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -Fsystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio-c9199a39c39f29e319ec8e9914e0edab-VFS-maccatalyst/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SegmentioCellWithLabel.swift (in target 'Segmentio' from project 'Segmentio')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Headers/Segmentio-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio-Swift.h (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Headers/Segmentio-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Modules/Segmentio.swiftmodule/arm64-apple-ios-macabi.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.swiftmodule (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Modules/Segmentio.swiftmodule/arm64-apple-ios-macabi.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Modules/Segmentio.swiftmodule/arm64-apple-ios-macabi.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.swiftdoc (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Modules/Segmentio.swiftmodule/arm64-apple-ios-macabi.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Modules/Segmentio.swiftmodule/arm64-apple-ios-macabi.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.abi.json (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Modules/Segmentio.swiftmodule/arm64-apple-ios-macabi.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Modules/Segmentio.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.swiftsourceinfo (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Modules/Segmentio.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources/Segmentio_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources/Segmentio_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_vers.o -index-unit-output-path /Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling UIView+Appearance.swift (in target 'Segmentio' from project 'Segmentio')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources/Segmentio_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources/Segmentio_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_vers.o -index-unit-output-path /Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling SegmentioCellWithImage.swift (in target 'Segmentio' from project 'Segmentio')
SwiftDriverJobDiscovery normal arm64 Compiling BadgeViewPresenter.swift (in target 'Segmentio' from project 'Segmentio')
SwiftDriverJobDiscovery normal arm64 Compiling SegmentioCellWithImageBeforeLabel.swift (in target 'Segmentio' from project 'Segmentio')
SwiftDriverJobDiscovery normal arm64 Compiling SegmentioCellWithImageAfterLabel.swift (in target 'Segmentio' from project 'Segmentio')
SwiftDriverJobDiscovery normal arm64 Compiling SegmentioCellWithImageUnderLabel.swift (in target 'Segmentio' from project 'Segmentio')
SwiftDriverJobDiscovery normal arm64 Compiling SegmentioOptions.swift, SegmentioCellWithImageOverLabel.swift (in target 'Segmentio' from project 'Segmentio')
SwiftDriverJobDiscovery normal arm64 Compiling Segmentio.swift (in target 'Segmentio' from project 'Segmentio')
SwiftDriverJobDiscovery normal arm64 Compiling SegmentioCell.swift, BadgeWithCounterView.swift (in target 'Segmentio' from project 'Segmentio')
SwiftDriver\ Compilation Segmentio normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Segmentio -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-ios13.1-macabi -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -Fsystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio-c9199a39c39f29e319ec8e9914e0edab-VFS-maccatalyst/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/unextended-module-overlay.yaml -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Segmentio normal (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.1-macabi -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.LinkFileList -install_name @rpath/Segmentio.framework/Versions/A/Segmentio -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/System/iOSSupport/usr/lib/swift -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Segmentio
ExtractAppIntentsMetadata (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Segmentio --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier com.yalantismobile.Segmentio --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Resources --target-triple arm64-apple-ios13.1-macabi --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Segmentio --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Segmentio.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Segmentio.build/Debug-maccatalyst/Segmentio.build/Objects-normal/arm64/Segmentio.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 08:40:02.753 appintentsmetadataprocessor[715:4067] Starting appintentsmetadataprocessor export
2025-04-24 08:40:02.757 appintentsmetadataprocessor[715:4067] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Segmentio.framework/Versions/A/Segmentio.tbd (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework/Versions/A/Segmentio -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Segmentio.framework/Versions/A/Segmentio.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Segmentio.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Segmentio.framework/Segmentio.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Segmentio.framework/Versions/A/Segmentio.tbd (in target 'Segmentio' from project 'Segmentio')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Segmentio.framework/Versions/A/Segmentio.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Segmentio.framework/Segmentio.tbd
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:67c3bac367b4ddfb5078b374ced1f9c32d4744d9, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:67c3bac367b4ddfb5078b374ced1f9c32d4744d9, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Segmentio",
  "name" : "Segmentio",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Segmentio",
      "targets" : [
        "Segmentio"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Segmentio",
      "module_type" : "SwiftTarget",
      "name" : "Segmentio",
      "path" : "Segmentio/Source",
      "product_memberships" : [
        "Segmentio"
      ],
      "sources" : [
        "Badge/BadgeViewPresenter.swift",
        "Badge/Views/BadgeWithCounterView.swift",
        "Cells/SegmentioCell.swift",
        "Cells/SegmentioCellWithImage.swift",
        "Cells/SegmentioCellWithImageAfterLabel.swift",
        "Cells/SegmentioCellWithImageBeforeLabel.swift",
        "Cells/SegmentioCellWithImageOverLabel.swift",
        "Cells/SegmentioCellWithImageUnderLabel.swift",
        "Cells/SegmentioCellWithLabel.swift",
        "Extensions/RoundImageView.swift",
        "Extensions/UIView+Appearance.swift",
        "Segmentio.swift",
        "SegmentioOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.