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 main (45728f), with Swift 6.1 for iOS using Xcode 16.3 on 1 May 2025 12:25:52 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/annurdien/Wing
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 45728fe feat: expand usage examples in README with string, number, date, collection, optional extensions, and property wrappers
Cloned https://github.com/annurdien/Wing.git
Revision (git rev-parse @):
45728fe475f64d025d89744c5a918d383cc7bbb1
SUCCESS checkout https://github.com/annurdien/Wing.git at main
========================================
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: 310ad87fcf2960647de8b1034b1bb073
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/310ad87fcf2960647de8b1034b1bb073.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/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
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
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-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.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.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-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.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-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-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-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-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
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
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\ StringProtocol+Transformation.swift,\ StringProtocol+Encoding.swift,\ StringProtocol+Conversion.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Transformation.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Conversion.swift (in target 'Wing' from project 'Wing')
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

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 /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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102348489474-swift-frontend-Wing-StringProtocol_Transformation.swift-arm64_apple_ios18.2-o-Onone-4183129963.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7832 seconds (4.0407 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0225 (  5.0%)   0.1006 ( 29.9%)   0.1231 ( 15.7%)   1.7049 ( 42.2%)  parse-and-resolve-imports
   0.0218 (  4.9%)   0.1000 ( 29.7%)   0.1218 ( 15.6%)   1.7036 ( 42.2%)  Import resolution
   0.0795 ( 17.8%)   0.0269 (  8.0%)   0.1064 ( 13.6%)   0.1072 (  2.7%)  build-rewrite-system
   0.0720 ( 16.1%)   0.0220 (  6.5%)   0.0940 ( 12.0%)   0.0970 (  2.4%)  perform-sema
   0.0719 ( 16.1%)   0.0219 (  6.5%)   0.0938 ( 12.0%)   0.0968 (  2.4%)  Type checking and Semantic analysis
   0.0018 (  0.4%)   0.0113 (  3.3%)   0.0130 (  1.7%)   0.0957 (  2.4%)  load-stdlib
   0.0617 ( 13.8%)   0.0152 (  4.5%)   0.0769 (  9.8%)   0.0772 (  1.9%)  typecheck-stmt
   0.0283 (  6.3%)   0.0058 (  1.7%)   0.0341 (  4.4%)   0.0341 (  0.8%)  typecheck-expr
   0.0180 (  4.0%)   0.0093 (  2.8%)   0.0272 (  3.5%)   0.0300 (  0.7%)  typecheck-decl
   0.0155 (  3.5%)   0.0115 (  3.4%)   0.0269 (  3.4%)   0.0282 (  0.7%)  import-clang-decl
   0.0140 (  3.1%)   0.0028 (  0.8%)   0.0168 (  2.1%)   0.0168 (  0.4%)  SILGen
   0.0125 (  2.8%)   0.0029 (  0.9%)   0.0154 (  2.0%)   0.0154 (  0.4%)  precheck-target
   0.0107 (  2.4%)   0.0044 (  1.3%)   0.0151 (  1.9%)   0.0151 (  0.4%)  IRGen
   0.0091 (  2.0%)   0.0017 (  0.5%)   0.0108 (  1.4%)   0.0109 (  0.3%)  SILGen-function
   0.0062 (  1.4%)   0.0001 (  0.0%)   0.0064 (  0.8%)   0.0064 (  0.2%)  SIL optimization
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0012 (  0.2%)   0.0013 (  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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-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.4464 (100.0%)   0.3367 (100.0%)   0.7832 (100.0%)   4.0407 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5938 seconds (3.3420 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8973 (100.0%)   0.6965 (100.0%)   1.5938 (100.0%)   3.3420 (100.0%)  Building Target
   0.8973 (100.0%)   0.6965 (100.0%)   1.5938 (100.0%)   3.3420 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ StringProtocol+Validation.swift,\ BinaryInteger+Formatting.swift,\ BinaryFloatingPoint+Properties.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Validation.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Formatting.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Properties.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102348487894-swift-frontend-Wing-StringProtocol_Validation.swift-arm64_apple_ios18.2-o-Onone-274951336.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7017 seconds (4.0513 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0214 (  5.4%)   0.0952 ( 31.0%)   0.1166 ( 16.6%)   1.7455 ( 43.1%)  parse-and-resolve-imports
   0.0207 (  5.3%)   0.0945 ( 30.8%)   0.1153 ( 16.4%)   1.7442 ( 43.1%)  Import resolution
   0.0805 ( 20.4%)   0.0285 (  9.3%)   0.1090 ( 15.5%)   0.1095 (  2.7%)  build-rewrite-system
   0.0017 (  0.4%)   0.0156 (  5.1%)   0.0173 (  2.5%)   0.1084 (  2.7%)  load-stdlib
   0.0599 ( 15.2%)   0.0142 (  4.6%)   0.0741 ( 10.6%)   0.0741 (  1.8%)  perform-sema
   0.0598 ( 15.2%)   0.0142 (  4.6%)   0.0740 ( 10.5%)   0.0740 (  1.8%)  Type checking and Semantic analysis
   0.0522 ( 13.2%)   0.0121 (  3.9%)   0.0643 (  9.2%)   0.0643 (  1.6%)  typecheck-stmt
   0.0265 (  6.7%)   0.0080 (  2.6%)   0.0345 (  4.9%)   0.0345 (  0.9%)  typecheck-expr
   0.0157 (  4.0%)   0.0104 (  3.4%)   0.0262 (  3.7%)   0.0262 (  0.6%)  import-clang-decl
   0.0181 (  4.6%)   0.0062 (  2.0%)   0.0242 (  3.5%)   0.0242 (  0.6%)  typecheck-decl
   0.0124 (  3.1%)   0.0028 (  0.9%)   0.0152 (  2.2%)   0.0152 (  0.4%)  precheck-target
   0.0075 (  1.9%)   0.0037 (  1.2%)   0.0112 (  1.6%)   0.0112 (  0.3%)  IRGen
   0.0063 (  1.6%)   0.0008 (  0.3%)   0.0070 (  1.0%)   0.0071 (  0.2%)  SILGen
   0.0055 (  1.4%)   0.0007 (  0.2%)   0.0062 (  0.9%)   0.0062 (  0.2%)  SILGen-function
   0.0052 (  1.3%)   0.0000 (  0.0%)   0.0052 (  0.7%)   0.0052 (  0.1%)  SIL optimization
   0.0009 (  0.2%)   0.0004 (  0.1%)   0.0013 (  0.2%)   0.0013 (  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.3944 (100.0%)   0.3073 (100.0%)   0.7017 (100.0%)   4.0513 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5459 seconds (3.3409 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8665 (100.0%)   0.6794 (100.0%)   1.5459 (100.0%)   3.3409 (100.0%)  Building Target
   0.8665 (100.0%)   0.6794 (100.0%)   1.5459 (100.0%)   3.3409 (100.0%)  Total
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 /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 /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

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-1746102348496256-swift-frontend-Wing-all-arm64_apple_ios18.2-swiftmodule-Onone-501641830.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4580 seconds (4.8790 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0225 (  2.2%)   0.0987 ( 22.8%)   0.1212 (  8.3%)   1.7634 ( 36.1%)  parse-and-resolve-imports
   0.0219 (  2.1%)   0.0981 ( 22.7%)   0.1199 (  8.2%)   1.7621 ( 36.1%)  Import resolution
   0.3039 ( 29.6%)   0.0597 ( 13.8%)   0.3637 ( 24.9%)   0.3653 (  7.5%)  perform-sema
   0.3036 ( 29.6%)   0.0596 ( 13.8%)   0.3631 ( 24.9%)   0.3648 (  7.5%)  Type checking and Semantic analysis
   0.2843 ( 27.7%)   0.0553 ( 12.8%)   0.3395 ( 23.3%)   0.3411 (  7.0%)  typecheck-stmt
   0.0016 (  0.2%)   0.0078 (  1.8%)   0.0095 (  0.7%)   0.1305 (  2.7%)  load-stdlib
   0.0116 (  1.1%)   0.0173 (  4.0%)   0.0289 (  2.0%)   0.0341 (  0.7%)  SIL optimization
   0.0221 (  2.2%)   0.0054 (  1.2%)   0.0275 (  1.9%)   0.0276 (  0.6%)  typecheck-decl
   0.0021 (  0.2%)   0.0141 (  3.3%)   0.0162 (  1.1%)   0.0213 (  0.4%)  Serialization, swiftmodule
   0.0135 (  1.3%)   0.0031 (  0.7%)   0.0166 (  1.1%)   0.0166 (  0.3%)  typecheck-expr
   0.0130 (  1.3%)   0.0035 (  0.8%)   0.0165 (  1.1%)   0.0166 (  0.3%)  precheck-target
   0.0123 (  1.2%)   0.0037 (  0.8%)   0.0159 (  1.1%)   0.0160 (  0.3%)  build-rewrite-system
   0.0030 (  0.3%)   0.0032 (  0.7%)   0.0062 (  0.4%)   0.0062 (  0.1%)  import-clang-decl
   0.0048 (  0.5%)   0.0008 (  0.2%)   0.0056 (  0.4%)   0.0056 (  0.1%)  SILGen
   0.0036 (  0.4%)   0.0006 (  0.1%)   0.0042 (  0.3%)   0.0042 (  0.1%)  SILGen-function
   0.0012 (  0.1%)   0.0013 (  0.3%)   0.0025 (  0.2%)   0.0025 (  0.1%)  Serialization, swiftdoc
   0.0005 (  0.0%)   0.0001 (  0.0%)   0.0006 (  0.0%)   0.0007 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   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.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
   1.0258 (100.0%)   0.4322 (100.0%)   1.4580 (100.0%)   4.8790 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5435 seconds (2.3137 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3556 (100.0%)   0.1879 (100.0%)   0.5435 (100.0%)   2.3137 (100.0%)  Building Target
   0.3556 (100.0%)   0.1879 (100.0%)   0.5435 (100.0%)   2.3137 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ StringProtocol+Comparison.swift,\ StringProtocol+Formatting.swift,\ BinaryInteger+TimeInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Comparison.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Formatting.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-1746102348490010-swift-frontend-Wing-StringProtocol_Comparison.swift-arm64_apple_ios18.2-o-Onone-2767277519.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4940 seconds (4.7403 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0267 (  2.6%)   0.1065 ( 23.8%)   0.1332 (  8.9%)   1.7111 ( 36.1%)  parse-and-resolve-imports
   0.0261 (  2.5%)   0.1058 ( 23.6%)   0.1319 (  8.8%)   1.7098 ( 36.1%)  Import resolution
   0.2952 ( 28.2%)   0.0618 ( 13.8%)   0.3569 ( 23.9%)   0.3574 (  7.5%)  perform-sema
   0.2950 ( 28.2%)   0.0617 ( 13.8%)   0.3568 ( 23.9%)   0.3572 (  7.5%)  Type checking and Semantic analysis
   0.2884 ( 27.6%)   0.0598 ( 13.4%)   0.3482 ( 23.3%)   0.3487 (  7.4%)  typecheck-stmt
   0.0017 (  0.2%)   0.0103 (  2.3%)   0.0120 (  0.8%)   0.0992 (  2.1%)  load-stdlib
   0.0543 (  5.2%)   0.0192 (  4.3%)   0.0736 (  4.9%)   0.0752 (  1.6%)  build-rewrite-system
   0.0135 (  1.3%)   0.0093 (  2.1%)   0.0228 (  1.5%)   0.0229 (  0.5%)  import-clang-decl
   0.0119 (  1.1%)   0.0048 (  1.1%)   0.0168 (  1.1%)   0.0170 (  0.4%)  precheck-target
   0.0101 (  1.0%)   0.0021 (  0.5%)   0.0121 (  0.8%)   0.0121 (  0.3%)  typecheck-expr
   0.0068 (  0.6%)   0.0022 (  0.5%)   0.0089 (  0.6%)   0.0089 (  0.2%)  typecheck-decl
   0.0053 (  0.5%)   0.0026 (  0.6%)   0.0079 (  0.5%)   0.0079 (  0.2%)  IRGen
   0.0042 (  0.4%)   0.0009 (  0.2%)   0.0051 (  0.3%)   0.0051 (  0.1%)  SILGen
   0.0031 (  0.3%)   0.0007 (  0.1%)   0.0037 (  0.2%)   0.0037 (  0.1%)  SILGen-function
   0.0029 (  0.3%)   0.0001 (  0.0%)   0.0030 (  0.2%)   0.0030 (  0.1%)  SIL optimization
   0.0008 (  0.1%)   0.0003 (  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  SIL verification, post-optimization
   1.0461 (100.0%)   0.4479 (100.0%)   1.4940 (100.0%)   4.7403 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5970 seconds (3.3380 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8979 (100.0%)   0.6991 (100.0%)   1.5970 (100.0%)   3.3380 (100.0%)  Building Target
   0.8979 (100.0%)   0.6991 (100.0%)   1.5970 (100.0%)   3.3380 (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/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+TimeInterval.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BinaryFloatingPoint+Math.swift,\ BinaryInteger+Conversion.swift,\ BinaryFloatingPoint+Clamping.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Math.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Conversion.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Clamping.swift (in target 'Wing' from project 'Wing')
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+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+Clamping.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-1746102348500705-swift-frontend-Wing-BinaryFloatingPoint_Math.swift-arm64_apple_ios18.2-o-Onone-2128363716.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4626 seconds (3.6892 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0206 (  9.1%)   0.0772 ( 32.6%)   0.0978 ( 21.1%)   1.6311 ( 44.2%)  parse-and-resolve-imports
   0.0200 (  8.8%)   0.0760 ( 32.1%)   0.0960 ( 20.7%)   1.6292 ( 44.2%)  Import resolution
   0.0016 (  0.7%)   0.0092 (  3.9%)   0.0108 (  2.3%)   0.1582 (  4.3%)  load-stdlib
   0.0810 ( 35.9%)   0.0290 ( 12.2%)   0.1099 ( 23.8%)   0.1120 (  3.0%)  build-rewrite-system
   0.0230 ( 10.2%)   0.0082 (  3.5%)   0.0312 (  6.7%)   0.0340 (  0.9%)  perform-sema
   0.0229 ( 10.2%)   0.0081 (  3.4%)   0.0311 (  6.7%)   0.0339 (  0.9%)  Type checking and Semantic analysis
   0.0131 (  5.8%)   0.0118 (  5.0%)   0.0249 (  5.4%)   0.0253 (  0.7%)  import-clang-decl
   0.0172 (  7.6%)   0.0058 (  2.5%)   0.0231 (  5.0%)   0.0238 (  0.6%)  typecheck-stmt
   0.0052 (  2.3%)   0.0022 (  0.9%)   0.0074 (  1.6%)   0.0094 (  0.3%)  typecheck-decl
   0.0055 (  2.4%)   0.0037 (  1.6%)   0.0092 (  2.0%)   0.0092 (  0.2%)  IRGen
   0.0054 (  2.4%)   0.0025 (  1.0%)   0.0079 (  1.7%)   0.0086 (  0.2%)  precheck-target
   0.0060 (  2.7%)   0.0004 (  0.2%)   0.0064 (  1.4%)   0.0064 (  0.2%)  SIL optimization
   0.0019 (  0.8%)   0.0011 (  0.5%)   0.0030 (  0.6%)   0.0035 (  0.1%)  SILGen
   0.0011 (  0.5%)   0.0010 (  0.4%)   0.0021 (  0.4%)   0.0025 (  0.1%)  SILGen-function
   0.0009 (  0.4%)   0.0005 (  0.2%)   0.0014 (  0.3%)   0.0014 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  typecheck-expr
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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
   0.2258 (100.0%)   0.2368 (100.0%)   0.4626 (100.0%)   3.6892 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6017 seconds (3.3699 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8945 (100.0%)   0.7072 (100.0%)   1.6017 (100.0%)   3.3699 (100.0%)  Building Target
   0.8945 (100.0%)   0.7072 (100.0%)   1.6017 (100.0%)   3.3699 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ BinaryInteger+Random.swift,\ BinaryFloatingPoint+Formatting.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Random.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Formatting.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102348504758-swift-frontend-Wing-BinaryInteger_Random.swift-arm64_apple_ios18.2-o-Onone-3073055669.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.1976 seconds (3.8144 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0027 ( 44.6%)   0.4267 ( 45.0%)   1.4294 ( 44.7%)   1.6914 ( 44.3%)  parse-and-resolve-imports
   1.0020 ( 44.6%)   0.4257 ( 44.9%)   1.4278 ( 44.7%)   1.6875 ( 44.2%)  Import resolution
   0.0829 (  3.7%)   0.0210 (  2.2%)   0.1039 (  3.2%)   0.1055 (  2.8%)  build-rewrite-system
   0.0014 (  0.1%)   0.0070 (  0.7%)   0.0085 (  0.3%)   0.0919 (  2.4%)  load-stdlib
   0.0304 (  1.4%)   0.0124 (  1.3%)   0.0428 (  1.3%)   0.0456 (  1.2%)  perform-sema
   0.0303 (  1.3%)   0.0124 (  1.3%)   0.0427 (  1.3%)   0.0455 (  1.2%)  Type checking and Semantic analysis
   0.0269 (  1.2%)   0.0083 (  0.9%)   0.0352 (  1.1%)   0.0358 (  0.9%)  typecheck-stmt
   0.0206 (  0.9%)   0.0099 (  1.0%)   0.0305 (  1.0%)   0.0333 (  0.9%)  typecheck-decl
   0.0202 (  0.9%)   0.0068 (  0.7%)   0.0271 (  0.8%)   0.0277 (  0.7%)  typecheck-expr
   0.0124 (  0.6%)   0.0103 (  1.1%)   0.0227 (  0.7%)   0.0227 (  0.6%)  import-clang-decl
   0.0066 (  0.3%)   0.0032 (  0.3%)   0.0098 (  0.3%)   0.0101 (  0.3%)  precheck-target
   0.0040 (  0.2%)   0.0029 (  0.3%)   0.0069 (  0.2%)   0.0069 (  0.2%)  IRGen
   0.0029 (  0.1%)   0.0008 (  0.1%)   0.0037 (  0.1%)   0.0037 (  0.1%)  SILGen
   0.0023 (  0.1%)   0.0008 (  0.1%)   0.0030 (  0.1%)   0.0030 (  0.1%)  SILGen-function
   0.0023 (  0.1%)   0.0000 (  0.0%)   0.0023 (  0.1%)   0.0023 (  0.1%)  SIL optimization
   0.0008 (  0.0%)   0.0004 (  0.0%)   0.0012 (  0.0%)   0.0012 (  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%)  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%)  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%)  AST verification
   2.2488 (100.0%)   0.9488 (100.0%)   3.1976 (100.0%)   3.8144 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8773 seconds (3.3169 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8521 (100.0%)   1.0252 (100.0%)   2.8773 (100.0%)   3.3169 (100.0%)  Building Target
   1.8521 (100.0%)   1.0252 (100.0%)   2.8773 (100.0%)   3.3169 (100.0%)  Total
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/BinaryFloatingPoint/BinaryFloatingPoint+Formatting.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BinaryInteger+Clamping.swift,\ StringProtocol+Foundation.swift,\ StringProtocol+Random.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Clamping.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Foundation.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Random.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102348505554-swift-frontend-Wing-BinaryInteger_Clamping.swift-arm64_apple_ios18.2-o-Onone-2472212946.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5358 seconds (3.7327 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0225 ( 10.4%)   0.1044 ( 32.6%)   0.1269 ( 23.7%)   1.7039 ( 45.6%)  parse-and-resolve-imports
   0.0218 ( 10.1%)   0.1032 ( 32.3%)   0.1251 ( 23.3%)   1.6997 ( 45.5%)  Import resolution
   0.0803 ( 37.2%)   0.0298 (  9.3%)   0.1100 ( 20.5%)   0.1145 (  3.1%)  build-rewrite-system
   0.0134 (  6.2%)   0.0415 ( 13.0%)   0.0548 ( 10.2%)   0.0790 (  2.1%)  load-stdlib
   0.0167 (  7.7%)   0.0079 (  2.5%)   0.0246 (  4.6%)   0.0300 (  0.8%)  perform-sema
   0.0166 (  7.7%)   0.0079 (  2.5%)   0.0245 (  4.6%)   0.0298 (  0.8%)  Type checking and Semantic analysis
   0.0123 (  5.7%)   0.0103 (  3.2%)   0.0226 (  4.2%)   0.0228 (  0.6%)  import-clang-decl
   0.0106 (  4.9%)   0.0052 (  1.6%)   0.0159 (  3.0%)   0.0163 (  0.4%)  typecheck-stmt
   0.0056 (  2.6%)   0.0026 (  0.8%)   0.0083 (  1.5%)   0.0131 (  0.4%)  typecheck-decl
   0.0063 (  2.9%)   0.0042 (  1.3%)   0.0105 (  2.0%)   0.0105 (  0.3%)  IRGen
   0.0032 (  1.5%)   0.0001 (  0.0%)   0.0033 (  0.6%)   0.0034 (  0.1%)  SIL optimization
   0.0025 (  1.2%)   0.0007 (  0.2%)   0.0033 (  0.6%)   0.0033 (  0.1%)  SILGen
   0.0010 (  0.5%)   0.0009 (  0.3%)   0.0019 (  0.4%)   0.0023 (  0.1%)  precheck-target
   0.0016 (  0.7%)   0.0004 (  0.1%)   0.0020 (  0.4%)   0.0020 (  0.1%)  SILGen-function
   0.0008 (  0.4%)   0.0005 (  0.1%)   0.0013 (  0.2%)   0.0013 (  0.0%)  load-all-members
   0.0005 (  0.2%)   0.0001 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.0%)  typecheck-expr
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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, 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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2160 (100.0%)   0.3198 (100.0%)   0.5358 (100.0%)   3.7327 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6280 seconds (3.3179 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8805 (100.0%)   0.7475 (100.0%)   1.6280 (100.0%)   3.3179 (100.0%)  Building Target
   0.8805 (100.0%)   0.7475 (100.0%)   1.6280 (100.0%)   3.3179 (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/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/StringProtocol/StringProtocol+Random.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BinaryInteger+Properties.swift,\ BinaryInteger+Math.swift,\ BinaryFloatingPoint+Rounding.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Properties.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+Math.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Rounding.swift (in target 'Wing' from project 'Wing')
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/BinaryInteger/BinaryInteger+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/BinaryFloatingPoint/BinaryFloatingPoint+Rounding.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-1746102348507756-swift-frontend-Wing-BinaryInteger_Properties.swift-arm64_apple_ios18.2-o-Onone-476349103.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7356 seconds (4.1833 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0223 (  5.3%)   0.1023 ( 32.5%)   0.1246 ( 16.9%)   1.8070 ( 43.2%)  parse-and-resolve-imports
   0.0215 (  5.1%)   0.1015 ( 32.3%)   0.1230 ( 16.7%)   1.8054 ( 43.2%)  Import resolution
   0.0787 ( 18.7%)   0.0282 (  9.0%)   0.1068 ( 14.5%)   0.1069 (  2.6%)  build-rewrite-system
   0.0013 (  0.3%)   0.0053 (  1.7%)   0.0066 (  0.9%)   0.0880 (  2.1%)  load-stdlib
   0.0669 ( 15.9%)   0.0158 (  5.0%)   0.0826 ( 11.2%)   0.0830 (  2.0%)  perform-sema
   0.0668 ( 15.9%)   0.0157 (  5.0%)   0.0825 ( 11.2%)   0.0829 (  2.0%)  Type checking and Semantic analysis
   0.0631 ( 15.0%)   0.0147 (  4.7%)   0.0778 ( 10.6%)   0.0782 (  1.9%)  typecheck-stmt
   0.0356 (  8.5%)   0.0081 (  2.6%)   0.0438 (  5.9%)   0.0440 (  1.1%)  typecheck-expr
   0.0131 (  3.1%)   0.0110 (  3.5%)   0.0241 (  3.3%)   0.0241 (  0.6%)  import-clang-decl
   0.0152 (  3.6%)   0.0036 (  1.1%)   0.0187 (  2.5%)   0.0188 (  0.4%)  precheck-target
   0.0102 (  2.4%)   0.0024 (  0.8%)   0.0126 (  1.7%)   0.0126 (  0.3%)  typecheck-decl
   0.0069 (  1.6%)   0.0045 (  1.4%)   0.0114 (  1.6%)   0.0115 (  0.3%)  IRGen
   0.0111 (  2.6%)   0.0003 (  0.1%)   0.0113 (  1.5%)   0.0114 (  0.3%)  SIL optimization
   0.0033 (  0.8%)   0.0004 (  0.1%)   0.0037 (  0.5%)   0.0037 (  0.1%)  SILGen
   0.0028 (  0.7%)   0.0003 (  0.1%)   0.0031 (  0.4%)   0.0031 (  0.1%)  SILGen-function
   0.0014 (  0.3%)   0.0003 (  0.1%)   0.0017 (  0.2%)   0.0017 (  0.0%)  typecheck-for-each
   0.0008 (  0.2%)   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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4211 (100.0%)   0.3145 (100.0%)   0.7356 (100.0%)   4.1833 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5295 seconds (3.3642 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8940 (100.0%)   0.6355 (100.0%)   1.5295 (100.0%)   3.3642 (100.0%)  Building Target
   0.8940 (100.0%)   0.6355 (100.0%)   1.5295 (100.0%)   3.3642 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ StringProtocol+Hashing.swift,\ StringProtocol+Manipulation.swift,\ BinaryFloatingPoint+Comparison.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Hashing.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Manipulation.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Comparison.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102348506882-swift-frontend-Wing-StringProtocol_Hashing.swift-arm64_apple_ios18.2-o-Onone-1966545854.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6573 seconds (4.1853 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0226 (  6.2%)   0.0982 ( 33.2%)   0.1208 ( 18.4%)   1.8307 ( 43.7%)  parse-and-resolve-imports
   0.0220 (  6.1%)   0.0975 ( 33.0%)   0.1195 ( 18.2%)   1.8294 ( 43.7%)  Import resolution
   0.0014 (  0.4%)   0.0061 (  2.1%)   0.0076 (  1.1%)   0.1136 (  2.7%)  load-stdlib
   0.0779 ( 21.5%)   0.0270 (  9.1%)   0.1048 ( 15.9%)   0.1061 (  2.5%)  build-rewrite-system
   0.0516 ( 14.3%)   0.0131 (  4.4%)   0.0648 (  9.9%)   0.0650 (  1.6%)  perform-sema
   0.0515 ( 14.2%)   0.0131 (  4.4%)   0.0646 (  9.8%)   0.0648 (  1.5%)  Type checking and Semantic analysis
   0.0455 ( 12.6%)   0.0116 (  3.9%)   0.0571 (  8.7%)   0.0573 (  1.4%)  typecheck-stmt
   0.0244 (  6.8%)   0.0063 (  2.1%)   0.0307 (  4.7%)   0.0309 (  0.7%)  typecheck-expr
   0.0114 (  3.2%)   0.0088 (  3.0%)   0.0203 (  3.1%)   0.0203 (  0.5%)  import-clang-decl
   0.0129 (  3.6%)   0.0032 (  1.1%)   0.0162 (  2.5%)   0.0162 (  0.4%)  precheck-target
   0.0105 (  2.9%)   0.0026 (  0.9%)   0.0132 (  2.0%)   0.0132 (  0.3%)  typecheck-decl
   0.0074 (  2.0%)   0.0035 (  1.2%)   0.0108 (  1.7%)   0.0109 (  0.3%)  IRGen
   0.0086 (  2.4%)   0.0020 (  0.7%)   0.0106 (  1.6%)   0.0106 (  0.3%)  SILGen
   0.0078 (  2.1%)   0.0019 (  0.6%)   0.0097 (  1.5%)   0.0097 (  0.2%)  SILGen-function
   0.0053 (  1.5%)   0.0001 (  0.0%)   0.0054 (  0.8%)   0.0054 (  0.1%)  SIL optimization
   0.0008 (  0.2%)   0.0004 (  0.1%)   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%)  source-file-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%)  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.3619 (100.0%)   0.2955 (100.0%)   0.6573 (100.0%)   4.1853 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4506 seconds (3.3215 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8734 (100.0%)   0.5772 (100.0%)   1.4506 (100.0%)   3.3215 (100.0%)  Building Target
   0.8734 (100.0%)   0.5772 (100.0%)   1.4506 (100.0%)   3.3215 (100.0%)  Total
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 /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 /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 Compiling\ BinaryFloatingPoint+Random.swift,\ StringProtocol+Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Random.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/StringProtocol/StringProtocol+Regex.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102348508773-swift-frontend-Wing-BinaryFloatingPoint_Random.swift-arm64_apple_ios18.2-o-Onone-2239811826.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6652 seconds (3.9584 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0216 (  5.8%)   0.0956 ( 32.6%)   0.1171 ( 17.6%)   1.7179 ( 43.4%)  parse-and-resolve-imports
   0.0209 (  5.6%)   0.0948 ( 32.3%)   0.1157 ( 17.4%)   1.7164 ( 43.4%)  Import resolution
   0.0790 ( 21.2%)   0.0268 (  9.1%)   0.1058 ( 15.9%)   0.1060 (  2.7%)  build-rewrite-system
   0.0013 (  0.3%)   0.0059 (  2.0%)   0.0072 (  1.1%)   0.0987 (  2.5%)  load-stdlib
   0.0545 ( 14.6%)   0.0136 (  4.7%)   0.0681 ( 10.2%)   0.0681 (  1.7%)  perform-sema
   0.0544 ( 14.6%)   0.0136 (  4.6%)   0.0680 ( 10.2%)   0.0680 (  1.7%)  Type checking and Semantic analysis
   0.0464 ( 12.5%)   0.0113 (  3.8%)   0.0577 (  8.7%)   0.0577 (  1.5%)  typecheck-stmt
   0.0227 (  6.1%)   0.0061 (  2.1%)   0.0288 (  4.3%)   0.0288 (  0.7%)  typecheck-expr
   0.0135 (  3.6%)   0.0117 (  4.0%)   0.0252 (  3.8%)   0.0252 (  0.6%)  import-clang-decl
   0.0182 (  4.9%)   0.0043 (  1.5%)   0.0226 (  3.4%)   0.0226 (  0.6%)  typecheck-decl
   0.0118 (  3.2%)   0.0038 (  1.3%)   0.0157 (  2.4%)   0.0157 (  0.4%)  precheck-target
   0.0071 (  1.9%)   0.0033 (  1.1%)   0.0104 (  1.6%)   0.0104 (  0.3%)  IRGen
   0.0076 (  2.0%)   0.0013 (  0.5%)   0.0089 (  1.3%)   0.0089 (  0.2%)  SILGen
   0.0080 (  2.1%)   0.0001 (  0.0%)   0.0081 (  1.2%)   0.0081 (  0.2%)  SIL optimization
   0.0041 (  1.1%)   0.0006 (  0.2%)   0.0047 (  0.7%)   0.0047 (  0.1%)  SILGen-function
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0011 (  0.2%)   0.0011 (  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%)  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.3721 (100.0%)   0.2931 (100.0%)   0.6652 (100.0%)   3.9584 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5935 seconds (3.3628 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8984 (100.0%)   0.6952 (100.0%)   1.5935 (100.0%)   3.3628 (100.0%)  Building Target
   0.8984 (100.0%)   0.6952 (100.0%)   1.5935 (100.0%)   3.3628 (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+Regex.swift (in target 'Wing' from project 'Wing')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BinaryFloatingPoint+Conversion.swift,\ BinaryInteger+RangeIteration.swift,\ BinaryFloatingPoint+TimeInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+Conversion.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryInteger/BinaryInteger+RangeIteration.swift /Users/admin/builder/spi-builder-workspace/Sources/Wing/BinaryFloatingPoint/BinaryFloatingPoint+TimeInterval.swift (in target 'Wing' from project 'Wing')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746102350891969-swift-frontend-Wing-BinaryFloatingPoint_Conversion.swift-arm64_apple_ios18.2-o-Onone-3285847603.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1764 seconds (1.1896 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2733 ( 28.9%)   0.0508 ( 21.9%)   0.3241 ( 27.6%)   0.3273 ( 27.5%)  perform-sema
   0.2732 ( 28.9%)   0.0508 ( 21.9%)   0.3240 ( 27.5%)   0.3272 ( 27.5%)  Type checking and Semantic analysis
   0.2673 ( 28.3%)   0.0486 ( 21.0%)   0.3159 ( 26.9%)   0.3185 ( 26.8%)  typecheck-stmt
   0.0443 (  4.7%)   0.0137 (  5.9%)   0.0580 (  4.9%)   0.0597 (  5.0%)  build-rewrite-system
   0.0205 (  2.2%)   0.0229 (  9.9%)   0.0434 (  3.7%)   0.0439 (  3.7%)  parse-and-resolve-imports
   0.0197 (  2.1%)   0.0221 (  9.5%)   0.0418 (  3.6%)   0.0423 (  3.6%)  Import resolution
   0.0101 (  1.1%)   0.0110 (  4.7%)   0.0211 (  1.8%)   0.0213 (  1.8%)  import-clang-decl
   0.0055 (  0.6%)   0.0036 (  1.5%)   0.0091 (  0.8%)   0.0094 (  0.8%)  IRGen
   0.0052 (  0.5%)   0.0020 (  0.8%)   0.0071 (  0.6%)   0.0077 (  0.6%)  typecheck-decl
   0.0063 (  0.7%)   0.0001 (  0.0%)   0.0064 (  0.5%)   0.0065 (  0.5%)  SIL optimization
   0.0044 (  0.5%)   0.0018 (  0.8%)   0.0062 (  0.5%)   0.0063 (  0.5%)  precheck-target
   0.0041 (  0.4%)   0.0007 (  0.3%)   0.0048 (  0.4%)   0.0049 (  0.4%)  SILGen
   0.0033 (  0.4%)   0.0006 (  0.3%)   0.0040 (  0.3%)   0.0041 (  0.3%)  SILGen-function
   0.0029 (  0.3%)   0.0006 (  0.3%)   0.0035 (  0.3%)   0.0035 (  0.3%)  typecheck-expr
   0.0024 (  0.3%)   0.0004 (  0.2%)   0.0028 (  0.2%)   0.0028 (  0.2%)  typecheck-for-each
   0.0010 (  0.1%)   0.0018 (  0.8%)   0.0028 (  0.2%)   0.0028 (  0.2%)  load-stdlib
   0.0008 (  0.1%)   0.0003 (  0.1%)   0.0011 (  0.1%)   0.0011 (  0.1%)  load-all-members
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.9444 (100.0%)   0.2320 (100.0%)   1.1764 (100.0%)   1.1896 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9559 seconds (0.9803 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6824 (100.0%)   0.2735 (100.0%)   0.9559 (100.0%)   0.9803 (100.0%)  Building Target
   0.6824 (100.0%)   0.2735 (100.0%)   0.9559 (100.0%)   0.9803 (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/BinaryInteger/BinaryInteger+RangeIteration.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

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 BinaryFloatingPoint+Conversion.swift, BinaryInteger+RangeIteration.swift, BinaryFloatingPoint+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 StringProtocol+Comparison.swift, StringProtocol+Formatting.swift, BinaryInteger+TimeInterval.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling BinaryInteger+Random.swift, BinaryFloatingPoint+Formatting.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling StringProtocol+Hashing.swift, StringProtocol+Manipulation.swift, BinaryFloatingPoint+Comparison.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling StringProtocol+Validation.swift, BinaryInteger+Formatting.swift, BinaryFloatingPoint+Properties.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling BinaryInteger+Clamping.swift, StringProtocol+Foundation.swift, StringProtocol+Random.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling BinaryFloatingPoint+Random.swift, StringProtocol+Regex.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling StringProtocol+Transformation.swift, StringProtocol+Encoding.swift, StringProtocol+Conversion.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling BinaryFloatingPoint+Math.swift, BinaryInteger+Conversion.swift, BinaryFloatingPoint+Clamping.swift (in target 'Wing' from project 'Wing')
SwiftDriverJobDiscovery normal arm64 Compiling BinaryInteger+Properties.swift, BinaryInteger+Math.swift, BinaryFloatingPoint+Rounding.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:52.214 appintentsmetadataprocessor[704:3985] Starting appintentsmetadataprocessor export
2025-05-01 05:25:52.250 appintentsmetadataprocessor[704:3985] 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.