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 Wing, reference 1.0.0 (90e9b0), with Swift 6.1 for iOS using Xcode 16.3 on 1 May 2025 12:26:00 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 Wing -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/annurdien/Wing.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/annurdien/Wing
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 90e9b02 feat: add MIT License
Cloned https://github.com/annurdien/Wing.git
Revision (git rev-parse @):
90e9b02ad3738f5923f0ee4c820df5237809cfaf
SUCCESS checkout https://github.com/annurdien/Wing.git at 1.0.0
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/annurdien/Wing.git
https://github.com/annurdien/Wing.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Wing",
  "name" : "Wing",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Wing",
      "targets" : [
        "Wing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Wing-Dynamic",
      "targets" : [
        "Wing"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "WingTests",
      "module_type" : "SwiftTarget",
      "name" : "WingTests",
      "path" : "Tests",
      "sources" : [
        "BinaryFloatingPointTests/BinaryFloatingPoint+ComparisonTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+ConversionTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+FormattingTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+MathTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+PropertiesTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+RandomTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+TimeIntervalTest.swift",
        "BinaryIntegerTests/BinaryInt+ConversionTest.swift",
        "BinaryIntegerTests/BinaryInteger+Clamping.swift",
        "BinaryIntegerTests/BinaryInteger+FormattingTest.swift",
        "BinaryIntegerTests/BinaryInteger+MathTest.swift",
        "BinaryIntegerTests/BinaryInteger+PropertiesTest.swift",
        "BinaryIntegerTests/BinaryInteger+RandomTest.swift",
        "BinaryIntegerTests/BinaryInteger+RangeIterationTest.swift",
        "BinaryIntegerTests/BinaryInteger+TimeIntervalTest.swift",
        "CollectionTests/Array/Array+ChunkedTest.swift",
        "CollectionTests/Array/Array+MoveTest.swift",
        "CollectionTests/Array/Array+RemovingDuplicatesTest.swift",
        "CollectionTests/Collection+IterationTest.swift",
        "CollectionTests/Collection+SafeSubscriptTest.swift",
        "CollectionTests/MutableCollection/MutableCollection+SwapTest.swift",
        "OptionalTests/Optional+CollectionTest.swift",
        "OptionalTests/Optional+ExtensionsTest.swift",
        "StringProtocolTests/StringProtocol+ComparisonTest.swift",
        "StringProtocolTests/StringProtocol+ConversionTest.swift",
        "StringProtocolTests/StringProtocol+EncodingTest.swift",
        "StringProtocolTests/StringProtocol+FormattingTest.swift",
        "StringProtocolTests/StringProtocol+FoundationTest.swift",
        "StringProtocolTests/StringProtocol+HashingTest.swift",
        "StringProtocolTests/StringProtocol+ManipulationTest.swift",
        "StringProtocolTests/StringProtocol+RandomTest.swift",
        "StringProtocolTests/StringProtocol+RegexTest.swift",
        "StringProtocolTests/StringProtocol+TransformationTest.swift",
        "StringProtocolTests/StringProtocol+ValidationTest.swift"
      ],
      "target_dependencies" : [
        "Wing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wing",
      "module_type" : "SwiftTarget",
      "name" : "Wing",
      "path" : "Sources",
      "product_memberships" : [
        "Wing",
        "Wing-Dynamic"
      ],
      "sources" : [
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Clamping.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Comparison.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Conversion.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Formatting.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Math.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Properties.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Random.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Rounding.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+TimeInterval.swift",
        "Wing/BinaryInteger/BinaryInteger+Clamping.swift",
        "Wing/BinaryInteger/BinaryInteger+Conversion.swift",
        "Wing/BinaryInteger/BinaryInteger+Formatting.swift",
        "Wing/BinaryInteger/BinaryInteger+Math.swift",
        "Wing/BinaryInteger/BinaryInteger+Properties.swift",
        "Wing/BinaryInteger/BinaryInteger+Random.swift",
        "Wing/BinaryInteger/BinaryInteger+RangeIteration.swift",
        "Wing/BinaryInteger/BinaryInteger+TimeInterval.swift",
        "Wing/Collection/Array/Array+Chunked.swift",
        "Wing/Collection/Array/Array+Move.swift",
        "Wing/Collection/Array/Array+RemovingDuplicates.swift",
        "Wing/Collection/Collection+Iteration.swift",
        "Wing/Collection/Collection+SafeSubscript.swift",
        "Wing/Collection/MutableCollection/MutableCollection+Swap.swift",
        "Wing/Date/Date+Extensions.swift",
        "Wing/Optional/Optional+Collection.swift",
        "Wing/Optional/Optional+Extensions.swift",
        "Wing/PropertyWrapper/Clamped.swift",
        "Wing/PropertyWrapper/KeyValueStorage.swift",
        "Wing/PropertyWrapper/Limited.swift",
        "Wing/PropertyWrapper/Masked.swift",
        "Wing/PropertyWrapper/Trimming.swift",
        "Wing/PropertyWrapper/Validated.swift",
        "Wing/StringProtocol/StringProtocol+Comparison.swift",
        "Wing/StringProtocol/StringProtocol+Conversion.swift",
        "Wing/StringProtocol/StringProtocol+Encoding.swift",
        "Wing/StringProtocol/StringProtocol+Formatting.swift",
        "Wing/StringProtocol/StringProtocol+Foundation.swift",
        "Wing/StringProtocol/StringProtocol+Hashing.swift",
        "Wing/StringProtocol/StringProtocol+Manipulation.swift",
        "Wing/StringProtocol/StringProtocol+Random.swift",
        "Wing/StringProtocol/StringProtocol+Regex.swift",
        "Wing/StringProtocol/StringProtocol+Transformation.swift",
        "Wing/StringProtocol/StringProtocol+Validation.swift",
        "Wing/UIView/UIView+Animation.swift",
        "Wing/UIView/UIView+Debug.swift",
        "Wing/UIView/UIView+Gesture.swift",
        "Wing/UIView/UIView+Hierarchy.swift",
        "Wing/UIView/UIView+Styling.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Wing",
  "name" : "Wing",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Wing",
      "targets" : [
        "Wing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Wing-Dynamic",
      "targets" : [
        "Wing"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "WingTests",
      "module_type" : "SwiftTarget",
      "name" : "WingTests",
      "path" : "Tests",
      "sources" : [
        "BinaryFloatingPointTests/BinaryFloatingPoint+ComparisonTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+ConversionTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+FormattingTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+MathTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+PropertiesTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+RandomTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+TimeIntervalTest.swift",
        "BinaryIntegerTests/BinaryInt+ConversionTest.swift",
        "BinaryIntegerTests/BinaryInteger+Clamping.swift",
        "BinaryIntegerTests/BinaryInteger+FormattingTest.swift",
        "BinaryIntegerTests/BinaryInteger+MathTest.swift",
        "BinaryIntegerTests/BinaryInteger+PropertiesTest.swift",
        "BinaryIntegerTests/BinaryInteger+RandomTest.swift",
        "BinaryIntegerTests/BinaryInteger+RangeIterationTest.swift",
        "BinaryIntegerTests/BinaryInteger+TimeIntervalTest.swift",
        "CollectionTests/Array/Array+ChunkedTest.swift",
        "CollectionTests/Array/Array+MoveTest.swift",
        "CollectionTests/Array/Array+RemovingDuplicatesTest.swift",
        "CollectionTests/Collection+IterationTest.swift",
        "CollectionTests/Collection+SafeSubscriptTest.swift",
        "CollectionTests/MutableCollection/MutableCollection+SwapTest.swift",
        "OptionalTests/Optional+CollectionTest.swift",
        "OptionalTests/Optional+ExtensionsTest.swift",
        "StringProtocolTests/StringProtocol+ComparisonTest.swift",
        "StringProtocolTests/StringProtocol+ConversionTest.swift",
        "StringProtocolTests/StringProtocol+EncodingTest.swift",
        "StringProtocolTests/StringProtocol+FormattingTest.swift",
        "StringProtocolTests/StringProtocol+FoundationTest.swift",
        "StringProtocolTests/StringProtocol+HashingTest.swift",
        "StringProtocolTests/StringProtocol+ManipulationTest.swift",
        "StringProtocolTests/StringProtocol+RandomTest.swift",
        "StringProtocolTests/StringProtocol+RegexTest.swift",
        "StringProtocolTests/StringProtocol+TransformationTest.swift",
        "StringProtocolTests/StringProtocol+ValidationTest.swift"
      ],
      "target_dependencies" : [
        "Wing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wing",
      "module_type" : "SwiftTarget",
      "name" : "Wing",
      "path" : "Sources",
      "product_memberships" : [
        "Wing",
        "Wing-Dynamic"
      ],
      "sources" : [
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Clamping.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Comparison.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Conversion.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Formatting.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Math.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Properties.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Random.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Rounding.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+TimeInterval.swift",
        "Wing/BinaryInteger/BinaryInteger+Clamping.swift",
        "Wing/BinaryInteger/BinaryInteger+Conversion.swift",
        "Wing/BinaryInteger/BinaryInteger+Formatting.swift",
        "Wing/BinaryInteger/BinaryInteger+Math.swift",
        "Wing/BinaryInteger/BinaryInteger+Properties.swift",
        "Wing/BinaryInteger/BinaryInteger+Random.swift",
        "Wing/BinaryInteger/BinaryInteger+RangeIteration.swift",
        "Wing/BinaryInteger/BinaryInteger+TimeInterval.swift",
        "Wing/Collection/Array/Array+Chunked.swift",
        "Wing/Collection/Array/Array+Move.swift",
        "Wing/Collection/Array/Array+RemovingDuplicates.swift",
        "Wing/Collection/Collection+Iteration.swift",
        "Wing/Collection/Collection+SafeSubscript.swift",
        "Wing/Collection/MutableCollection/MutableCollection+Swap.swift",
        "Wing/Date/Date+Extensions.swift",
        "Wing/Optional/Optional+Collection.swift",
        "Wing/Optional/Optional+Extensions.swift",
        "Wing/PropertyWrapper/Clamped.swift",
        "Wing/PropertyWrapper/KeyValueStorage.swift",
        "Wing/PropertyWrapper/Limited.swift",
        "Wing/PropertyWrapper/Masked.swift",
        "Wing/PropertyWrapper/Trimming.swift",
        "Wing/PropertyWrapper/Validated.swift",
        "Wing/StringProtocol/StringProtocol+Comparison.swift",
        "Wing/StringProtocol/StringProtocol+Conversion.swift",
        "Wing/StringProtocol/StringProtocol+Encoding.swift",
        "Wing/StringProtocol/StringProtocol+Formatting.swift",
        "Wing/StringProtocol/StringProtocol+Foundation.swift",
        "Wing/StringProtocol/StringProtocol+Hashing.swift",
        "Wing/StringProtocol/StringProtocol+Manipulation.swift",
        "Wing/StringProtocol/StringProtocol+Random.swift",
        "Wing/StringProtocol/StringProtocol+Regex.swift",
        "Wing/StringProtocol/StringProtocol+Transformation.swift",
        "Wing/StringProtocol/StringProtocol+Validation.swift",
        "Wing/UIView/UIView+Animation.swift",
        "Wing/UIView/UIView+Debug.swift",
        "Wing/UIView/UIView+Gesture.swift",
        "Wing/UIView/UIView+Hierarchy.swift",
        "Wing/UIView/UIView+Styling.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Wing",
    "schemes" : [
      "Wing"
    ],
    "targets" : [
      "Wing",
      "WingTest"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Wing -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 Wing -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Wing' in project 'Wing' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/libtool -V
Build description signature: 425b819fc334d2f5e412e5d52f71f620
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/425b819fc334d2f5e412e5d52f71f620.xcbuilddata
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Wing.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Wing.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Wing.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/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/Wing.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/Wing.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing-5239857664f9e86488a857b53ca4cbfc-VFS-iphoneos/all-product-headers.yaml
    cd /Users/admin/builder/spi-builder-workspace/Wing.xcodeproj
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing-5239857664f9e86488a857b53ca4cbfc-VFS-iphoneos/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-own-target-headers.hmap (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing.DependencyMetadataFileList (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-project-headers.hmap (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing.DependencyStaticMetadataFileList (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing.hmap (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-all-target-headers.hmap (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-generated-files.hmap (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-all-non-framework-target-headers.hmap (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing_const_extract_protocols.json (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.SwiftFileList (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.SwiftConstValuesFileList (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.LinkFileList (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing-OutputFileMap.json (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing-OutputFileMap.json
SwiftDriver Wing normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Wing' from project 'Wing')
    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 Wing -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.SwiftFileList -DDEBUG -stats-output-dir .stats -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.2 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing-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/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.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/Wing.build/Debug-iphoneos/Wing.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-all-target-headers.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BinaryFloatingPoint+Comparison.swift,\ StringProtocol+Regex.swift,\ StringProtocol+Transformation.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Comparison.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Transformation.swift (in target 'Wing' from project 'Wing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Comparison.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Regex.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Transformation.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102355623033-swift-frontend-Wing-BinaryFloatingPoint_Comparison.swift-arm64_apple_ios18.2-o-Onone-928362745.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8180 seconds (3.8646 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4876 ( 36.9%)   0.1974 ( 39.6%)   0.6849 ( 37.7%)   1.6318 ( 42.2%)  parse-and-resolve-imports
   0.4869 ( 36.9%)   0.1955 ( 39.3%)   0.6824 ( 37.5%)   1.6280 ( 42.1%)  Import resolution
   0.0017 (  0.1%)   0.0110 (  2.2%)   0.0127 (  0.7%)   0.1561 (  4.0%)  load-stdlib
   0.0794 (  6.0%)   0.0209 (  4.2%)   0.1004 (  5.5%)   0.1004 (  2.6%)  build-rewrite-system
   0.0549 (  4.2%)   0.0142 (  2.9%)   0.0692 (  3.8%)   0.0723 (  1.9%)  perform-sema
   0.0548 (  4.2%)   0.0142 (  2.9%)   0.0691 (  3.8%)   0.0721 (  1.9%)  Type checking and Semantic analysis
   0.0436 (  3.3%)   0.0087 (  1.7%)   0.0523 (  2.9%)   0.0526 (  1.4%)  typecheck-stmt
   0.0216 (  1.6%)   0.0070 (  1.4%)   0.0286 (  1.6%)   0.0313 (  0.8%)  typecheck-decl
   0.0232 (  1.8%)   0.0044 (  0.9%)   0.0276 (  1.5%)   0.0279 (  0.7%)  typecheck-expr
   0.0131 (  1.0%)   0.0111 (  2.2%)   0.0241 (  1.3%)   0.0243 (  0.6%)  import-clang-decl
   0.0123 (  0.9%)   0.0045 (  0.9%)   0.0168 (  0.9%)   0.0171 (  0.4%)  IRGen
   0.0143 (  1.1%)   0.0024 (  0.5%)   0.0168 (  0.9%)   0.0168 (  0.4%)  SILGen
   0.0101 (  0.8%)   0.0042 (  0.8%)   0.0143 (  0.8%)   0.0151 (  0.4%)  precheck-target
   0.0090 (  0.7%)   0.0016 (  0.3%)   0.0107 (  0.6%)   0.0107 (  0.3%)  SILGen-function
   0.0063 (  0.5%)   0.0004 (  0.1%)   0.0066 (  0.4%)   0.0066 (  0.2%)  SIL optimization
   0.0009 (  0.1%)   0.0003 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  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%)  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%)  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
   1.3201 (100.0%)   0.4978 (100.0%)   1.8180 (100.0%)   3.8646 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.4705 seconds (3.6561 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4493 (100.0%)   1.0213 (100.0%)   2.4705 (100.0%)   3.6561 (100.0%)  Building Target
   1.4493 (100.0%)   1.0213 (100.0%)   2.4705 (100.0%)   3.6561 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ BinaryFloatingPoint+Conversion.swift,\ BinaryFloatingPoint+TimeInterval.swift,\ BinaryInteger+Formatting.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Conversion.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+TimeInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Formatting.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102355629360-swift-frontend-Wing-BinaryFloatingPoint_Conversion.swift-arm64_apple_ios18.2-o-Onone-658489901.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3731 seconds (5.4559 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0224 (  2.2%)   0.0787 ( 21.7%)   0.1010 (  7.4%)   2.0999 ( 38.5%)  parse-and-resolve-imports
   0.0217 (  2.2%)   0.0781 ( 21.5%)   0.0998 (  7.3%)   2.0987 ( 38.5%)  Import resolution
   0.2915 ( 28.9%)   0.0544 ( 15.0%)   0.3459 ( 25.2%)   0.3490 (  6.4%)  perform-sema
   0.2914 ( 28.8%)   0.0544 ( 15.0%)   0.3457 ( 25.2%)   0.3488 (  6.4%)  Type checking and Semantic analysis
   0.2841 ( 28.1%)   0.0522 ( 14.4%)   0.3363 ( 24.5%)   0.3394 (  6.2%)  typecheck-stmt
   0.0017 (  0.2%)   0.0089 (  2.4%)   0.0106 (  0.8%)   0.0853 (  1.6%)  load-stdlib
   0.0521 (  5.2%)   0.0158 (  4.4%)   0.0679 (  4.9%)   0.0685 (  1.3%)  build-rewrite-system
   0.0147 (  1.5%)   0.0112 (  3.1%)   0.0259 (  1.9%)   0.0262 (  0.5%)  import-clang-decl
   0.0078 (  0.8%)   0.0024 (  0.7%)   0.0102 (  0.7%)   0.0102 (  0.2%)  typecheck-decl
   0.0056 (  0.6%)   0.0028 (  0.8%)   0.0084 (  0.6%)   0.0085 (  0.2%)  IRGen
   0.0039 (  0.4%)   0.0015 (  0.4%)   0.0054 (  0.4%)   0.0054 (  0.1%)  precheck-target
   0.0039 (  0.4%)   0.0008 (  0.2%)   0.0047 (  0.3%)   0.0047 (  0.1%)  SILGen
   0.0036 (  0.4%)   0.0009 (  0.3%)   0.0046 (  0.3%)   0.0046 (  0.1%)  typecheck-expr
   0.0030 (  0.3%)   0.0007 (  0.2%)   0.0037 (  0.3%)   0.0037 (  0.1%)  SILGen-function
   0.0019 (  0.2%)   0.0000 (  0.0%)   0.0019 (  0.1%)   0.0019 (  0.0%)  SIL optimization
   0.0008 (  0.1%)   0.0002 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   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%)  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%)  SIL verification, pre-optimization
   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.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%)  SIL verification, post-optimization
   1.0102 (100.0%)   0.3629 (100.0%)   1.3731 (100.0%)   5.4559 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5574 seconds (3.6973 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8509 (100.0%)   0.7065 (100.0%)   1.5574 (100.0%)   3.6973 (100.0%)  Building Target
   0.8509 (100.0%)   0.7065 (100.0%)   1.5574 (100.0%)   3.6973 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Conversion.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+TimeInterval.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Formatting.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ StringProtocol+Random.swift,\ BinaryFloatingPoint+Formatting.swift,\ StringProtocol+Hashing.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Random.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Formatting.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Hashing.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102355634024-swift-frontend-Wing-StringProtocol_Random.swift-arm64_apple_ios18.2-o-Onone-1236781003.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6063 seconds (4.3239 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0267 (  8.7%)   0.0890 ( 29.9%)   0.1157 ( 19.1%)   1.9643 ( 45.4%)  parse-and-resolve-imports
   0.0260 (  8.4%)   0.0883 ( 29.7%)   0.1143 ( 18.9%)   1.9629 ( 45.4%)  Import resolution
   0.0809 ( 26.2%)   0.0270 (  9.1%)   0.1079 ( 17.8%)   0.1083 (  2.5%)  build-rewrite-system
   0.0136 (  4.4%)   0.0428 ( 14.4%)   0.0564 (  9.3%)   0.0762 (  1.8%)  load-stdlib
   0.0333 ( 10.8%)   0.0091 (  3.1%)   0.0424 (  7.0%)   0.0424 (  1.0%)  perform-sema
   0.0331 ( 10.7%)   0.0091 (  3.1%)   0.0423 (  7.0%)   0.0423 (  1.0%)  Type checking and Semantic analysis
   0.0270 (  8.7%)   0.0077 (  2.6%)   0.0346 (  5.7%)   0.0347 (  0.8%)  typecheck-stmt
   0.0131 (  4.2%)   0.0109 (  3.6%)   0.0239 (  3.9%)   0.0239 (  0.6%)  import-clang-decl
   0.0152 (  4.9%)   0.0043 (  1.5%)   0.0195 (  3.2%)   0.0195 (  0.5%)  typecheck-expr
   0.0099 (  3.2%)   0.0030 (  1.0%)   0.0129 (  2.1%)   0.0129 (  0.3%)  typecheck-decl
   0.0078 (  2.5%)   0.0031 (  1.1%)   0.0109 (  1.8%)   0.0109 (  0.3%)  IRGen
   0.0071 (  2.3%)   0.0010 (  0.3%)   0.0082 (  1.3%)   0.0082 (  0.2%)  SILGen
   0.0064 (  2.1%)   0.0009 (  0.3%)   0.0074 (  1.2%)   0.0074 (  0.2%)  SILGen-function
   0.0058 (  1.9%)   0.0001 (  0.0%)   0.0059 (  1.0%)   0.0060 (  0.1%)  SIL optimization
   0.0020 (  0.7%)   0.0006 (  0.2%)   0.0027 (  0.4%)   0.0027 (  0.1%)  precheck-target
   0.0008 (  0.3%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   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%)  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%)  SIL verification, post-optimization
   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%)  perform-whole-module-type-checking
   0.3088 (100.0%)   0.2975 (100.0%)   0.6063 (100.0%)   4.3239 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7095 seconds (3.6489 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8972 (100.0%)   0.8122 (100.0%)   1.7095 (100.0%)   3.6489 (100.0%)  Building Target
   0.8972 (100.0%)   0.8122 (100.0%)   1.7095 (100.0%)   3.6489 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Random.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Formatting.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Hashing.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BinaryInteger+Properties.swift,\ StringProtocol+Manipulation.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Properties.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Manipulation.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102355650172-swift-frontend-Wing-BinaryInteger_Properties.swift-arm64_apple_ios18.2-o-Onone-2552814368.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5567 seconds (3.8819 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0209 (  6.6%)   0.0778 ( 32.4%)   0.0986 ( 17.7%)   1.7253 ( 44.4%)  parse-and-resolve-imports
   0.0203 (  6.4%)   0.0773 ( 32.2%)   0.0976 ( 17.5%)   1.7242 ( 44.4%)  Import resolution
   0.0813 ( 25.6%)   0.0279 ( 11.6%)   0.1092 ( 19.6%)   0.1091 (  2.8%)  build-rewrite-system
   0.0015 (  0.5%)   0.0050 (  2.1%)   0.0065 (  1.2%)   0.0771 (  2.0%)  load-stdlib
   0.0455 ( 14.3%)   0.0104 (  4.4%)   0.0559 ( 10.0%)   0.0562 (  1.4%)  perform-sema
   0.0454 ( 14.3%)   0.0104 (  4.3%)   0.0558 ( 10.0%)   0.0561 (  1.4%)  Type checking and Semantic analysis
   0.0396 ( 12.5%)   0.0093 (  3.9%)   0.0489 (  8.8%)   0.0492 (  1.3%)  typecheck-stmt
   0.0121 (  3.8%)   0.0103 (  4.3%)   0.0223 (  4.0%)   0.0225 (  0.6%)  import-clang-decl
   0.0134 (  4.2%)   0.0031 (  1.3%)   0.0166 (  3.0%)   0.0168 (  0.4%)  precheck-target
   0.0108 (  3.4%)   0.0026 (  1.1%)   0.0133 (  2.4%)   0.0133 (  0.3%)  typecheck-expr
   0.0051 (  1.6%)   0.0028 (  1.2%)   0.0080 (  1.4%)   0.0080 (  0.2%)  IRGen
   0.0069 (  2.2%)   0.0004 (  0.1%)   0.0073 (  1.3%)   0.0072 (  0.2%)  SIL optimization
   0.0059 (  1.9%)   0.0010 (  0.4%)   0.0069 (  1.2%)   0.0069 (  0.2%)  typecheck-decl
   0.0040 (  1.3%)   0.0006 (  0.2%)   0.0046 (  0.8%)   0.0046 (  0.1%)  SILGen
   0.0034 (  1.1%)   0.0004 (  0.2%)   0.0039 (  0.7%)   0.0039 (  0.1%)  SILGen-function
   0.0008 (  0.3%)   0.0004 (  0.2%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  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%)  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%)  source-file-populate-cache
   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%)  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.3170 (100.0%)   0.2397 (100.0%)   0.5567 (100.0%)   3.8819 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8351 seconds (3.6180 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9526 (100.0%)   0.8825 (100.0%)   1.8351 (100.0%)   3.6180 (100.0%)  Building Target
   0.9526 (100.0%)   0.8825 (100.0%)   1.8351 (100.0%)   3.6180 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Properties.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Manipulation.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ StringProtocol+Comparison.swift,\ BinaryFloatingPoint+Math.swift,\ BinaryInteger+TimeInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Comparison.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Math.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+TimeInterval.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102355657138-swift-frontend-Wing-StringProtocol_Comparison.swift-arm64_apple_ios18.2-o-Onone-3797346863.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3741 seconds (4.8226 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0215 (  2.1%)   0.0694 ( 19.8%)   0.0909 (  6.6%)   1.7748 ( 36.8%)  parse-and-resolve-imports
   0.0207 (  2.0%)   0.0680 ( 19.4%)   0.0887 (  6.5%)   1.7726 ( 36.8%)  Import resolution
   0.2943 ( 28.8%)   0.0587 ( 16.7%)   0.3530 ( 25.7%)   0.3542 (  7.3%)  perform-sema
   0.2942 ( 28.8%)   0.0587 ( 16.7%)   0.3529 ( 25.7%)   0.3541 (  7.3%)  Type checking and Semantic analysis
   0.2876 ( 28.1%)   0.0565 ( 16.1%)   0.3441 ( 25.0%)   0.3453 (  7.2%)  typecheck-stmt
   0.0011 (  0.1%)   0.0020 (  0.6%)   0.0032 (  0.2%)   0.0796 (  1.6%)  load-stdlib
   0.0534 (  5.2%)   0.0180 (  5.1%)   0.0714 (  5.2%)   0.0714 (  1.5%)  build-rewrite-system
   0.0119 (  1.2%)   0.0106 (  3.0%)   0.0225 (  1.6%)   0.0230 (  0.5%)  import-clang-decl
   0.0124 (  1.2%)   0.0031 (  0.9%)   0.0155 (  1.1%)   0.0155 (  0.3%)  precheck-target
   0.0056 (  0.5%)   0.0023 (  0.7%)   0.0079 (  0.6%)   0.0080 (  0.2%)  IRGen
   0.0055 (  0.5%)   0.0020 (  0.6%)   0.0075 (  0.5%)   0.0075 (  0.2%)  typecheck-decl
   0.0050 (  0.5%)   0.0007 (  0.2%)   0.0057 (  0.4%)   0.0057 (  0.1%)  typecheck-expr
   0.0036 (  0.4%)   0.0005 (  0.1%)   0.0041 (  0.3%)   0.0041 (  0.1%)  SILGen
   0.0025 (  0.2%)   0.0003 (  0.1%)   0.0028 (  0.2%)   0.0028 (  0.1%)  SILGen-function
   0.0027 (  0.3%)   0.0000 (  0.0%)   0.0028 (  0.2%)   0.0028 (  0.1%)  SIL optimization
   0.0007 (  0.1%)   0.0003 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  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%)  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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   1.0229 (100.0%)   0.3512 (100.0%)   1.3741 (100.0%)   4.8226 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7743 seconds (3.6168 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9137 (100.0%)   0.8606 (100.0%)   1.7743 (100.0%)   3.6168 (100.0%)  Building Target
   0.9137 (100.0%)   0.8606 (100.0%)   1.7743 (100.0%)   3.6168 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Comparison.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Math.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+TimeInterval.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ Wing (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102355652640-swift-frontend-Wing-all-arm64_apple_ios18.2-swiftmodule-Onone-107782825.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3680 seconds (4.6185 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0205 (  2.1%)   0.0761 ( 19.9%)   0.0966 (  7.1%)   1.6789 ( 36.4%)  parse-and-resolve-imports
   0.0200 (  2.0%)   0.0753 ( 19.7%)   0.0954 (  7.0%)   1.6776 ( 36.3%)  Import resolution
   0.2941 ( 29.8%)   0.0617 ( 16.1%)   0.3558 ( 26.0%)   0.3576 (  7.7%)  perform-sema
   0.2938 ( 29.8%)   0.0615 ( 16.1%)   0.3553 ( 26.0%)   0.3572 (  7.7%)  Type checking and Semantic analysis
   0.2764 ( 28.1%)   0.0512 ( 13.4%)   0.3276 ( 23.9%)   0.3277 (  7.1%)  typecheck-stmt
   0.0013 (  0.1%)   0.0043 (  1.1%)   0.0056 (  0.4%)   0.0798 (  1.7%)  load-stdlib
   0.0118 (  1.2%)   0.0160 (  4.2%)   0.0278 (  2.0%)   0.0310 (  0.7%)  SIL optimization
   0.0184 (  1.9%)   0.0105 (  2.8%)   0.0289 (  2.1%)   0.0307 (  0.7%)  typecheck-decl
   0.0022 (  0.2%)   0.0127 (  3.3%)   0.0150 (  1.1%)   0.0181 (  0.4%)  Serialization, swiftmodule
   0.0109 (  1.1%)   0.0029 (  0.8%)   0.0138 (  1.0%)   0.0138 (  0.3%)  build-rewrite-system
   0.0112 (  1.1%)   0.0022 (  0.6%)   0.0135 (  1.0%)   0.0135 (  0.3%)  typecheck-expr
   0.0114 (  1.2%)   0.0019 (  0.5%)   0.0134 (  1.0%)   0.0134 (  0.3%)  precheck-target
   0.0050 (  0.5%)   0.0011 (  0.3%)   0.0060 (  0.4%)   0.0060 (  0.1%)  SILGen
   0.0029 (  0.3%)   0.0027 (  0.7%)   0.0056 (  0.4%)   0.0056 (  0.1%)  import-clang-decl
   0.0035 (  0.4%)   0.0008 (  0.2%)   0.0043 (  0.3%)   0.0043 (  0.1%)  SILGen-function
   0.0013 (  0.1%)   0.0012 (  0.3%)   0.0025 (  0.2%)   0.0025 (  0.1%)  Serialization, swiftdoc
   0.0005 (  0.1%)   0.0001 (  0.0%)   0.0007 (  0.0%)   0.0006 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   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%)  AST verification
   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%)  SIL verification, post-optimization
   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.9855 (100.0%)   0.3824 (100.0%)   1.3680 (100.0%)   4.6185 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5099 seconds (2.1725 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3444 (100.0%)   0.1655 (100.0%)   0.5099 (100.0%)   2.1725 (100.0%)  Building Target
   0.3444 (100.0%)   0.1655 (100.0%)   0.5099 (100.0%)   2.1725 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BinaryFloatingPoint+Clamping.swift,\ BinaryFloatingPoint+Properties.swift,\ BinaryFloatingPoint+Rounding.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Clamping.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Properties.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Rounding.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102355653871-swift-frontend-Wing-BinaryFloatingPoint_Clamping.swift-arm64_apple_ios18.2-o-Onone-472146543.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4355 seconds (3.7887 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0221 ( 10.6%)   0.0831 ( 36.5%)   0.1053 ( 24.2%)   1.7505 ( 46.2%)  parse-and-resolve-imports
   0.0215 ( 10.3%)   0.0826 ( 36.3%)   0.1042 ( 23.9%)   1.7494 ( 46.2%)  Import resolution
   0.0836 ( 40.2%)   0.0273 ( 12.0%)   0.1109 ( 25.5%)   0.1109 (  2.9%)  build-rewrite-system
   0.0012 (  0.6%)   0.0039 (  1.7%)   0.0051 (  1.2%)   0.0677 (  1.8%)  load-stdlib
   0.0114 (  5.5%)   0.0107 (  4.7%)   0.0221 (  5.1%)   0.0222 (  0.6%)  import-clang-decl
   0.0164 (  7.9%)   0.0044 (  1.9%)   0.0208 (  4.8%)   0.0208 (  0.6%)  perform-sema
   0.0164 (  7.9%)   0.0044 (  1.9%)   0.0207 (  4.8%)   0.0207 (  0.5%)  Type checking and Semantic analysis
   0.0116 (  5.6%)   0.0033 (  1.4%)   0.0148 (  3.4%)   0.0148 (  0.4%)  typecheck-stmt
   0.0067 (  3.2%)   0.0015 (  0.7%)   0.0082 (  1.9%)   0.0082 (  0.2%)  typecheck-decl
   0.0040 (  1.9%)   0.0035 (  1.5%)   0.0075 (  1.7%)   0.0075 (  0.2%)  IRGen
   0.0056 (  2.7%)   0.0016 (  0.7%)   0.0072 (  1.7%)   0.0072 (  0.2%)  precheck-target
   0.0025 (  1.2%)   0.0006 (  0.3%)   0.0031 (  0.7%)   0.0031 (  0.1%)  typecheck-expr
   0.0021 (  1.0%)   0.0000 (  0.0%)   0.0021 (  0.5%)   0.0021 (  0.1%)  SIL optimization
   0.0013 (  0.6%)   0.0002 (  0.1%)   0.0015 (  0.3%)   0.0015 (  0.0%)  SILGen
   0.0007 (  0.3%)   0.0003 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0007 (  0.3%)   0.0001 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  SILGen-function
   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%)  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%)  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%)  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%)  SIL verification, post-optimization
   0.2080 (100.0%)   0.2275 (100.0%)   0.4355 (100.0%)   3.7887 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8158 seconds (3.6178 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9046 (100.0%)   0.9112 (100.0%)   1.8158 (100.0%)   3.6178 (100.0%)  Building Target
   0.9046 (100.0%)   0.9112 (100.0%)   1.8158 (100.0%)   3.6178 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Clamping.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Properties.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Rounding.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BinaryInteger+Clamping.swift,\ BinaryInteger+Random.swift,\ StringProtocol+Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Clamping.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Random.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Encoding.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102355653896-swift-frontend-Wing-BinaryInteger_Clamping.swift-arm64_apple_ios18.2-o-Onone-3028387654.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5106 seconds (4.0329 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0228 (  8.5%)   0.0841 ( 34.6%)   0.1069 ( 20.9%)   1.8347 ( 45.5%)  parse-and-resolve-imports
   0.0222 (  8.3%)   0.0835 ( 34.3%)   0.1057 ( 20.7%)   1.8335 ( 45.5%)  Import resolution
   0.0790 ( 29.5%)   0.0283 ( 11.6%)   0.1072 ( 21.0%)   0.1074 (  2.7%)  build-rewrite-system
   0.0013 (  0.5%)   0.0037 (  1.5%)   0.0050 (  1.0%)   0.0715 (  1.8%)  load-stdlib
   0.0275 ( 10.3%)   0.0068 (  2.8%)   0.0343 (  6.7%)   0.0343 (  0.8%)  perform-sema
   0.0274 ( 10.2%)   0.0068 (  2.8%)   0.0342 (  6.7%)   0.0341 (  0.8%)  Type checking and Semantic analysis
   0.0223 (  8.3%)   0.0056 (  2.3%)   0.0278 (  5.5%)   0.0278 (  0.7%)  typecheck-stmt
   0.0203 (  7.6%)   0.0050 (  2.0%)   0.0252 (  4.9%)   0.0252 (  0.6%)  typecheck-decl
   0.0120 (  4.5%)   0.0102 (  4.2%)   0.0222 (  4.3%)   0.0222 (  0.6%)  import-clang-decl
   0.0154 (  5.7%)   0.0039 (  1.6%)   0.0192 (  3.8%)   0.0192 (  0.5%)  typecheck-expr
   0.0065 (  2.4%)   0.0023 (  0.9%)   0.0088 (  1.7%)   0.0088 (  0.2%)  precheck-target
   0.0039 (  1.5%)   0.0023 (  0.9%)   0.0061 (  1.2%)   0.0061 (  0.2%)  IRGen
   0.0035 (  1.3%)   0.0005 (  0.2%)   0.0039 (  0.8%)   0.0039 (  0.1%)  SILGen
   0.0013 (  0.5%)   0.0002 (  0.1%)   0.0015 (  0.3%)   0.0015 (  0.0%)  SILGen-function
   0.0012 (  0.5%)   0.0000 (  0.0%)   0.0013 (  0.2%)   0.0013 (  0.0%)  SIL optimization
   0.0008 (  0.3%)   0.0004 (  0.2%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   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%)  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%)  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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.2673 (100.0%)   0.2433 (100.0%)   0.5106 (100.0%)   4.0329 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7355 seconds (3.6156 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8788 (100.0%)   0.8567 (100.0%)   1.7355 (100.0%)   3.6156 (100.0%)  Building Target
   0.8788 (100.0%)   0.8567 (100.0%)   1.7355 (100.0%)   3.6156 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Clamping.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Random.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Encoding.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ StringProtocol+Conversion.swift,\ StringProtocol+Validation.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Conversion.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Validation.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102355651907-swift-frontend-Wing-StringProtocol_Conversion.swift-arm64_apple_ios18.2-o-Onone-2613005900.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1637 seconds (3.9889 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5619 ( 37.9%)   0.2996 ( 43.9%)   0.8615 ( 39.8%)   1.7381 ( 43.6%)  parse-and-resolve-imports
   0.5613 ( 37.9%)   0.2993 ( 43.9%)   0.8606 ( 39.8%)   1.7372 ( 43.5%)  Import resolution
   0.0813 (  5.5%)   0.0226 (  3.3%)   0.1038 (  4.8%)   0.1039 (  2.6%)  build-rewrite-system
   0.0013 (  0.1%)   0.0046 (  0.7%)   0.0059 (  0.3%)   0.0771 (  1.9%)  load-stdlib
   0.0627 (  4.2%)   0.0104 (  1.5%)   0.0731 (  3.4%)   0.0734 (  1.8%)  perform-sema
   0.0626 (  4.2%)   0.0104 (  1.5%)   0.0730 (  3.4%)   0.0733 (  1.8%)  Type checking and Semantic analysis
   0.0546 (  3.7%)   0.0094 (  1.4%)   0.0640 (  3.0%)   0.0642 (  1.6%)  typecheck-stmt
   0.0255 (  1.7%)   0.0048 (  0.7%)   0.0303 (  1.4%)   0.0303 (  0.8%)  typecheck-expr
   0.0131 (  0.9%)   0.0103 (  1.5%)   0.0235 (  1.1%)   0.0235 (  0.6%)  import-clang-decl
   0.0151 (  1.0%)   0.0023 (  0.3%)   0.0174 (  0.8%)   0.0174 (  0.4%)  typecheck-decl
   0.0123 (  0.8%)   0.0020 (  0.3%)   0.0143 (  0.7%)   0.0143 (  0.4%)  precheck-target
   0.0093 (  0.6%)   0.0014 (  0.2%)   0.0107 (  0.5%)   0.0108 (  0.3%)  SILGen
   0.0073 (  0.5%)   0.0034 (  0.5%)   0.0107 (  0.5%)   0.0107 (  0.3%)  IRGen
   0.0064 (  0.4%)   0.0007 (  0.1%)   0.0071 (  0.3%)   0.0072 (  0.2%)  SILGen-function
   0.0062 (  0.4%)   0.0001 (  0.0%)   0.0063 (  0.3%)   0.0063 (  0.2%)  SIL optimization
   0.0008 (  0.1%)   0.0004 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.0%)  load-all-members
   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%)  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%)  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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   1.4819 (100.0%)   0.6818 (100.0%)   2.1637 (100.0%)   3.9889 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5783 seconds (3.6202 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5059 (100.0%)   1.0724 (100.0%)   2.5783 (100.0%)   3.6202 (100.0%)  Building Target
   1.5059 (100.0%)   1.0724 (100.0%)   2.5783 (100.0%)   3.6202 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Conversion.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Validation.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ StringProtocol+Formatting.swift,\ BinaryInteger+Conversion.swift,\ BinaryInteger+RangeIteration.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Formatting.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Conversion.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+RangeIteration.swift (in target 'Wing' from project 'Wing')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Formatting.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Conversion.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+RangeIteration.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102355653106-swift-frontend-Wing-StringProtocol_Formatting.swift-arm64_apple_ios18.2-o-Onone-2151563014.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5288 seconds (3.9474 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0220 (  7.8%)   0.0823 ( 33.5%)   0.1044 ( 19.7%)   1.7867 ( 45.3%)  parse-and-resolve-imports
   0.0214 (  7.6%)   0.0817 ( 33.3%)   0.1031 ( 19.5%)   1.7854 ( 45.2%)  Import resolution
   0.0791 ( 27.9%)   0.0264 ( 10.8%)   0.1056 ( 20.0%)   0.1057 (  2.7%)  build-rewrite-system
   0.0013 (  0.5%)   0.0041 (  1.7%)   0.0054 (  1.0%)   0.0589 (  1.5%)  load-stdlib
   0.0331 ( 11.7%)   0.0093 (  3.8%)   0.0423 (  8.0%)   0.0424 (  1.1%)  perform-sema
   0.0330 ( 11.6%)   0.0092 (  3.8%)   0.0422 (  8.0%)   0.0422 (  1.1%)  Type checking and Semantic analysis
   0.0266 (  9.4%)   0.0076 (  3.1%)   0.0342 (  6.5%)   0.0342 (  0.9%)  typecheck-stmt
   0.0149 (  5.3%)   0.0109 (  4.4%)   0.0258 (  4.9%)   0.0260 (  0.7%)  import-clang-decl
   0.0126 (  4.4%)   0.0041 (  1.7%)   0.0167 (  3.2%)   0.0167 (  0.4%)  typecheck-expr
   0.0075 (  2.6%)   0.0038 (  1.6%)   0.0113 (  2.1%)   0.0114 (  0.3%)  IRGen
   0.0078 (  2.8%)   0.0028 (  1.2%)   0.0106 (  2.0%)   0.0107 (  0.3%)  typecheck-decl
   0.0092 (  3.3%)   0.0002 (  0.1%)   0.0095 (  1.8%)   0.0095 (  0.2%)  SIL optimization
   0.0052 (  1.8%)   0.0011 (  0.4%)   0.0062 (  1.2%)   0.0063 (  0.2%)  SILGen
   0.0041 (  1.4%)   0.0008 (  0.3%)   0.0049 (  0.9%)   0.0049 (  0.1%)  SILGen-function
   0.0026 (  0.9%)   0.0004 (  0.2%)   0.0030 (  0.6%)   0.0030 (  0.1%)  typecheck-for-each
   0.0018 (  0.7%)   0.0003 (  0.1%)   0.0021 (  0.4%)   0.0021 (  0.1%)  precheck-target
   0.0008 (  0.3%)   0.0004 (  0.2%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  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.2832 (100.0%)   0.2456 (100.0%)   0.5288 (100.0%)   3.9474 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8500 seconds (3.6721 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9496 (100.0%)   0.9004 (100.0%)   1.8500 (100.0%)   3.6721 (100.0%)  Building Target
   0.9496 (100.0%)   0.9004 (100.0%)   1.8500 (100.0%)   3.6721 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ BinaryFloatingPoint+Random.swift,\ StringProtocol+Foundation.swift,\ BinaryInteger+Math.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Random.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Foundation.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Math.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102357900827-swift-frontend-Wing-BinaryFloatingPoint_Random.swift-arm64_apple_ios18.2-o-Onone-3528197781.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5877 seconds (0.5894 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0826 ( 18.7%)   0.0186 ( 12.8%)   0.1013 ( 17.2%)   0.1015 ( 17.2%)  perform-sema
   0.0825 ( 18.7%)   0.0186 ( 12.8%)   0.1011 ( 17.2%)   0.1014 ( 17.2%)  Type checking and Semantic analysis
   0.0746 ( 16.9%)   0.0161 ( 11.1%)   0.0907 ( 15.4%)   0.0907 ( 15.4%)  typecheck-stmt
   0.0552 ( 12.5%)   0.0192 ( 13.2%)   0.0744 ( 12.7%)   0.0750 ( 12.7%)  build-rewrite-system
   0.0412 (  9.3%)   0.0094 (  6.4%)   0.0506 (  8.6%)   0.0506 (  8.6%)  typecheck-expr
   0.0190 (  4.3%)   0.0192 ( 13.2%)   0.0381 (  6.5%)   0.0382 (  6.5%)  parse-and-resolve-imports
   0.0183 (  4.1%)   0.0185 ( 12.7%)   0.0368 (  6.3%)   0.0369 (  6.3%)  Import resolution
   0.0134 (  3.0%)   0.0116 (  8.0%)   0.0251 (  4.3%)   0.0252 (  4.3%)  import-clang-decl
   0.0162 (  3.7%)   0.0045 (  3.1%)   0.0207 (  3.5%)   0.0207 (  3.5%)  precheck-target
   0.0111 (  2.5%)   0.0028 (  1.9%)   0.0139 (  2.4%)   0.0141 (  2.4%)  typecheck-decl
   0.0073 (  1.7%)   0.0043 (  3.0%)   0.0117 (  2.0%)   0.0117 (  2.0%)  IRGen
   0.0103 (  2.3%)   0.0001 (  0.1%)   0.0103 (  1.8%)   0.0103 (  1.8%)  SIL optimization
   0.0038 (  0.9%)   0.0004 (  0.3%)   0.0042 (  0.7%)   0.0042 (  0.7%)  SILGen
   0.0032 (  0.7%)   0.0003 (  0.2%)   0.0035 (  0.6%)   0.0035 (  0.6%)  SILGen-function
   0.0010 (  0.2%)   0.0017 (  1.1%)   0.0027 (  0.5%)   0.0027 (  0.5%)  load-stdlib
   0.0013 (  0.3%)   0.0001 (  0.1%)   0.0014 (  0.2%)   0.0014 (  0.2%)  typecheck-for-each
   0.0008 (  0.2%)   0.0002 (  0.2%)   0.0010 (  0.2%)   0.0010 (  0.2%)  load-all-members
   0.0003 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.1%)  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%)  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.4420 (100.0%)   0.1457 (100.0%)   0.5877 (100.0%)   0.5894 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3558 seconds (1.4261 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6798 (100.0%)   0.6759 (100.0%)   1.3558 (100.0%)   1.4261 (100.0%)  Building Target
   0.6798 (100.0%)   0.6759 (100.0%)   1.3558 (100.0%)   1.4261 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Random.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Foundation.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Math.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for Wing (in target 'Wing' from project 'Wing')
SwiftDriver\ Compilation\ Requirements Wing normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Wing' from project 'Wing')
    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 Wing -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.SwiftFileList -DDEBUG -stats-output-dir .stats -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.2 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing-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/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.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/Wing.build/Debug-iphoneos/Wing.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-all-target-headers.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling StringProtocol+Comparison.swift, BinaryFloatingPoint+Math.swift, BinaryInteger+TimeInterval.swift (in target 'Wing' from project 'Wing')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/DerivedSources/Wing-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing-Swift.h (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/DerivedSources/Wing-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Wing.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.swiftmodule (in target 'Wing' from project 'Wing')
    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/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Wing.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Wing.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.swiftdoc (in target 'Wing' from project 'Wing')
    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/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Wing.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Wing.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.abi.json (in target 'Wing' from project 'Wing')
    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/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Wing.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Wing.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.swiftsourceinfo (in target 'Wing' from project 'Wing')
    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/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Wing.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling BinaryFloatingPoint+Conversion.swift, BinaryFloatingPoint+TimeInterval.swift, BinaryInteger+Formatting.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling BinaryFloatingPoint+Random.swift, StringProtocol+Foundation.swift, BinaryInteger+Math.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling StringProtocol+Conversion.swift, StringProtocol+Validation.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling BinaryInteger+Clamping.swift, BinaryInteger+Random.swift, StringProtocol+Encoding.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling BinaryInteger+Properties.swift, StringProtocol+Manipulation.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling StringProtocol+Random.swift, BinaryFloatingPoint+Formatting.swift, StringProtocol+Hashing.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling BinaryFloatingPoint+Clamping.swift, BinaryFloatingPoint+Properties.swift, BinaryFloatingPoint+Rounding.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling BinaryFloatingPoint+Comparison.swift, StringProtocol+Regex.swift, StringProtocol+Transformation.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling StringProtocol+Formatting.swift, BinaryInteger+Conversion.swift, BinaryInteger+RangeIteration.swift (in target 'Wing' from project 'Wing')
SwiftDriver\ Compilation Wing normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Wing' from project 'Wing')
    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 Wing -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.SwiftFileList -DDEBUG -stats-output-dir .stats -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.2 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing-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/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.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/Wing.build/Debug-iphoneos/Wing.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-all-target-headers.hmap -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Libtool /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/libWing.a normal (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.LinkFileList -dependency_info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing_libtool_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/libWing.a
ExtractAppIntentsMetadata (in target 'Wing' from project 'Wing')
    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 Wing --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 18.2 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Wing.appintents --target-triple arm64-apple-ios18.2 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/libWing.a --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing_libtool_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Wing.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wing.build/Debug-iphoneos/Wing.build/Objects-normal/arm64/Wing.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-01 05:25:59.668 appintentsmetadataprocessor[706:3995] Starting appintentsmetadataprocessor export
2025-05-01 05:25:59.708 appintentsmetadataprocessor[706:3995] Extracted no relevant App Intents symbols, skipping writing output
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Wing",
  "name" : "Wing",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Wing",
      "targets" : [
        "Wing"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Wing-Dynamic",
      "targets" : [
        "Wing"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "WingTests",
      "module_type" : "SwiftTarget",
      "name" : "WingTests",
      "path" : "Tests",
      "sources" : [
        "BinaryFloatingPointTests/BinaryFloatingPoint+ComparisonTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+ConversionTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+FormattingTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+MathTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+PropertiesTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+RandomTest.swift",
        "BinaryFloatingPointTests/BinaryFloatingPoint+TimeIntervalTest.swift",
        "BinaryIntegerTests/BinaryInt+ConversionTest.swift",
        "BinaryIntegerTests/BinaryInteger+Clamping.swift",
        "BinaryIntegerTests/BinaryInteger+FormattingTest.swift",
        "BinaryIntegerTests/BinaryInteger+MathTest.swift",
        "BinaryIntegerTests/BinaryInteger+PropertiesTest.swift",
        "BinaryIntegerTests/BinaryInteger+RandomTest.swift",
        "BinaryIntegerTests/BinaryInteger+RangeIterationTest.swift",
        "BinaryIntegerTests/BinaryInteger+TimeIntervalTest.swift",
        "CollectionTests/Array/Array+ChunkedTest.swift",
        "CollectionTests/Array/Array+MoveTest.swift",
        "CollectionTests/Array/Array+RemovingDuplicatesTest.swift",
        "CollectionTests/Collection+IterationTest.swift",
        "CollectionTests/Collection+SafeSubscriptTest.swift",
        "CollectionTests/MutableCollection/MutableCollection+SwapTest.swift",
        "OptionalTests/Optional+CollectionTest.swift",
        "OptionalTests/Optional+ExtensionsTest.swift",
        "StringProtocolTests/StringProtocol+ComparisonTest.swift",
        "StringProtocolTests/StringProtocol+ConversionTest.swift",
        "StringProtocolTests/StringProtocol+EncodingTest.swift",
        "StringProtocolTests/StringProtocol+FormattingTest.swift",
        "StringProtocolTests/StringProtocol+FoundationTest.swift",
        "StringProtocolTests/StringProtocol+HashingTest.swift",
        "StringProtocolTests/StringProtocol+ManipulationTest.swift",
        "StringProtocolTests/StringProtocol+RandomTest.swift",
        "StringProtocolTests/StringProtocol+RegexTest.swift",
        "StringProtocolTests/StringProtocol+TransformationTest.swift",
        "StringProtocolTests/StringProtocol+ValidationTest.swift"
      ],
      "target_dependencies" : [
        "Wing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wing",
      "module_type" : "SwiftTarget",
      "name" : "Wing",
      "path" : "Sources",
      "product_memberships" : [
        "Wing",
        "Wing-Dynamic"
      ],
      "sources" : [
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Clamping.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Comparison.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Conversion.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Formatting.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Math.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Properties.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Random.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+Rounding.swift",
        "Wing/BinaryFloatingPoint/BinaryFloatingPoint+TimeInterval.swift",
        "Wing/BinaryInteger/BinaryInteger+Clamping.swift",
        "Wing/BinaryInteger/BinaryInteger+Conversion.swift",
        "Wing/BinaryInteger/BinaryInteger+Formatting.swift",
        "Wing/BinaryInteger/BinaryInteger+Math.swift",
        "Wing/BinaryInteger/BinaryInteger+Properties.swift",
        "Wing/BinaryInteger/BinaryInteger+Random.swift",
        "Wing/BinaryInteger/BinaryInteger+RangeIteration.swift",
        "Wing/BinaryInteger/BinaryInteger+TimeInterval.swift",
        "Wing/Collection/Array/Array+Chunked.swift",
        "Wing/Collection/Array/Array+Move.swift",
        "Wing/Collection/Array/Array+RemovingDuplicates.swift",
        "Wing/Collection/Collection+Iteration.swift",
        "Wing/Collection/Collection+SafeSubscript.swift",
        "Wing/Collection/MutableCollection/MutableCollection+Swap.swift",
        "Wing/Date/Date+Extensions.swift",
        "Wing/Optional/Optional+Collection.swift",
        "Wing/Optional/Optional+Extensions.swift",
        "Wing/PropertyWrapper/Clamped.swift",
        "Wing/PropertyWrapper/KeyValueStorage.swift",
        "Wing/PropertyWrapper/Limited.swift",
        "Wing/PropertyWrapper/Masked.swift",
        "Wing/PropertyWrapper/Trimming.swift",
        "Wing/PropertyWrapper/Validated.swift",
        "Wing/StringProtocol/StringProtocol+Comparison.swift",
        "Wing/StringProtocol/StringProtocol+Conversion.swift",
        "Wing/StringProtocol/StringProtocol+Encoding.swift",
        "Wing/StringProtocol/StringProtocol+Formatting.swift",
        "Wing/StringProtocol/StringProtocol+Foundation.swift",
        "Wing/StringProtocol/StringProtocol+Hashing.swift",
        "Wing/StringProtocol/StringProtocol+Manipulation.swift",
        "Wing/StringProtocol/StringProtocol+Random.swift",
        "Wing/StringProtocol/StringProtocol+Regex.swift",
        "Wing/StringProtocol/StringProtocol+Transformation.swift",
        "Wing/StringProtocol/StringProtocol+Validation.swift",
        "Wing/UIView/UIView+Animation.swift",
        "Wing/UIView/UIView+Debug.swift",
        "Wing/UIView/UIView+Gesture.swift",
        "Wing/UIView/UIView+Hierarchy.swift",
        "Wing/UIView/UIView+Styling.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.