The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of LazyArray, reference 1.1.0 (d4a88c), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 01:32:23 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 LazyArray -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lucas34/LazyArray.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lucas34/LazyArray
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at d4a88c7 Release 1.1.0
Cloned https://github.com/lucas34/LazyArray.git
Revision (git rev-parse @):
d4a88c74376a47e25231d039349cdae907ffcc4a
SUCCESS checkout https://github.com/lucas34/LazyArray.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lucas34/LazyArray.git
https://github.com/lucas34/LazyArray.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LazyArray",
  "name" : "LazyArray",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LazyArray",
      "targets" : [
        "LazyArray"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "3",
    "4"
  ],
  "targets" : [
    {
      "c99name" : "LazyArrayTests",
      "module_type" : "SwiftTarget",
      "name" : "LazyArrayTests",
      "path" : "Tests/LazyArrayTests",
      "sources" : [
        "LazyArrayTests.swift"
      ],
      "target_dependencies" : [
        "LazyArray"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LazyArray",
      "module_type" : "SwiftTarget",
      "name" : "LazyArray",
      "path" : "Sources/LazyArray",
      "product_memberships" : [
        "LazyArray"
      ],
      "sources" : [
        "LazyArray+Any.swift",
        "LazyArray+Array.swift",
        "LazyArray+Cache.swift",
        "LazyArray+CoutableRange.swift",
        "LazyArray+Linear.swift",
        "LazyArray+Map.swift",
        "LazyArray+Range.swift",
        "LazyArray+Sequence.swift",
        "LazyArray.swift",
        "LazyMutableList.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LazyArray",
  "name" : "LazyArray",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LazyArray",
      "targets" : [
        "LazyArray"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "3",
    "4"
  ],
  "targets" : [
    {
      "c99name" : "LazyArrayTests",
      "module_type" : "SwiftTarget",
      "name" : "LazyArrayTests",
      "path" : "Tests/LazyArrayTests",
      "sources" : [
        "LazyArrayTests.swift"
      ],
      "target_dependencies" : [
        "LazyArray"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LazyArray",
      "module_type" : "SwiftTarget",
      "name" : "LazyArray",
      "path" : "Sources/LazyArray",
      "product_memberships" : [
        "LazyArray"
      ],
      "sources" : [
        "LazyArray+Any.swift",
        "LazyArray+Array.swift",
        "LazyArray+Cache.swift",
        "LazyArray+CoutableRange.swift",
        "LazyArray+Linear.swift",
        "LazyArray+Map.swift",
        "LazyArray+Range.swift",
        "LazyArray+Sequence.swift",
        "LazyArray.swift",
        "LazyMutableList.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "LazyArray",
    "schemes" : [
      "LazyArray"
    ],
    "targets" : [
      "LazyArray",
      "LazyArrayTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme LazyArray -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme LazyArray -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'LazyArray' in project 'LazyArray' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: d368c2dfcc6ecd29c1cd25531b1c2204
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d368c2dfcc6ecd29c1cd25531b1c2204.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/LazyArray.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/LazyArray.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/LazyArray.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/LazyArray.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/LazyArray.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Modules Versions/Current/Modules (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/LazyArray Versions/Current/LazyArray (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/LazyArray /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/LazyArray
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Resources Versions/Current/Resources (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/LazyArray.DependencyMetadataFileList (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/LazyArray.DependencyMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/Current A (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/LazyArray.DependencyStaticMetadataFileList (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/LazyArray.DependencyStaticMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Headers Versions/Current/Headers (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray_const_extract_protocols.json (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray-OutputFileMap.json (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.SwiftConstValuesFileList (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.SwiftFileList (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.SwiftFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Resources (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Headers (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.LinkFileList (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.LinkFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/LazyArray.xcodeproj/LazyArray_Info.plist (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/LazyArray.xcodeproj/LazyArray_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Resources/Info.plist
SwiftDriver LazyArray normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LazyArray' from project 'LazyArray')
    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 LazyArray -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray-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/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.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/LazyArray.build/Debug/LazyArray.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ LazyArray+Map.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Map.swift (in target 'LazyArray' from project 'LazyArray')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Map.swift (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745544737529812-swift-frontend-LazyArray-LazyArray_Map.swift-arm64_apple_macos10.10-o-Onone-3900347317.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2728 seconds (4.6145 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0233 ( 14.6%)   0.0288 ( 25.4%)   0.0521 ( 19.1%)   2.1887 ( 47.4%)  parse-and-resolve-imports
   0.0230 ( 14.5%)   0.0283 ( 24.9%)   0.0513 ( 18.8%)   2.1879 ( 47.4%)  Import resolution
   0.0799 ( 50.2%)   0.0292 ( 25.7%)   0.1091 ( 40.0%)   0.1090 (  2.4%)  build-rewrite-system
   0.0014 (  0.9%)   0.0078 (  6.9%)   0.0092 (  3.4%)   0.0777 (  1.7%)  load-stdlib
   0.0121 (  7.6%)   0.0124 ( 11.0%)   0.0246 (  9.0%)   0.0247 (  0.5%)  import-clang-decl
   0.0035 (  2.2%)   0.0032 (  2.9%)   0.0068 (  2.5%)   0.0068 (  0.1%)  IRGen
   0.0030 (  1.9%)   0.0009 (  0.8%)   0.0039 (  1.4%)   0.0039 (  0.1%)  perform-sema
   0.0030 (  1.9%)   0.0009 (  0.8%)   0.0039 (  1.4%)   0.0039 (  0.1%)  Type checking and Semantic analysis
   0.0037 (  2.3%)   0.0000 (  0.0%)   0.0037 (  1.4%)   0.0037 (  0.1%)  SIL optimization
   0.0020 (  1.3%)   0.0006 (  0.5%)   0.0026 (  1.0%)   0.0026 (  0.1%)  typecheck-decl
   0.0017 (  1.1%)   0.0006 (  0.5%)   0.0023 (  0.8%)   0.0023 (  0.0%)  SILGen
   0.0008 (  0.5%)   0.0004 (  0.3%)   0.0011 (  0.4%)   0.0011 (  0.0%)  load-all-members
   0.0007 (  0.4%)   0.0001 (  0.1%)   0.0008 (  0.3%)   0.0008 (  0.0%)  SILGen-function
   0.0006 (  0.4%)   0.0002 (  0.2%)   0.0008 (  0.3%)   0.0008 (  0.0%)  typecheck-stmt
   0.0003 (  0.2%)   0.0001 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.0%)  typecheck-expr
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, 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%)  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%)  AST verification
   0.1592 (100.0%)   0.1136 (100.0%)   0.2728 (100.0%)   4.6145 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.4744 seconds (4.8237 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1347 (100.0%)   1.3397 (100.0%)   2.4744 (100.0%)   4.8237 (100.0%)  Building Target
   1.1347 (100.0%)   1.3397 (100.0%)   2.4744 (100.0%)   4.8237 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ LazyArray+Linear.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Linear.swift (in target 'LazyArray' from project 'LazyArray')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Linear.swift (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745544737529817-swift-frontend-LazyArray-LazyArray_Linear.swift-arm64_apple_macos10.10-o-Onone-87330790.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2830 seconds (4.6528 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0216 ( 12.7%)   0.0265 ( 23.4%)   0.0480 ( 17.0%)   2.1951 ( 47.2%)  parse-and-resolve-imports
   0.0213 ( 12.5%)   0.0258 ( 22.8%)   0.0471 ( 16.6%)   2.1941 ( 47.2%)  Import resolution
   0.0796 ( 46.8%)   0.0303 ( 26.8%)   0.1099 ( 38.8%)   0.1099 (  2.4%)  build-rewrite-system
   0.0015 (  0.9%)   0.0069 (  6.1%)   0.0084 (  3.0%)   0.0842 (  1.8%)  load-stdlib
   0.0119 (  7.0%)   0.0116 ( 10.2%)   0.0235 (  8.3%)   0.0235 (  0.5%)  import-clang-decl
   0.0064 (  3.7%)   0.0050 (  4.4%)   0.0114 (  4.0%)   0.0114 (  0.2%)  IRGen
   0.0051 (  3.0%)   0.0014 (  1.2%)   0.0065 (  2.3%)   0.0065 (  0.1%)  perform-sema
   0.0050 (  3.0%)   0.0014 (  1.2%)   0.0064 (  2.3%)   0.0064 (  0.1%)  Type checking and Semantic analysis
   0.0036 (  2.1%)   0.0009 (  0.8%)   0.0045 (  1.6%)   0.0045 (  0.1%)  typecheck-stmt
   0.0032 (  1.9%)   0.0001 (  0.1%)   0.0032 (  1.1%)   0.0032 (  0.1%)  SIL optimization
   0.0025 (  1.4%)   0.0008 (  0.7%)   0.0032 (  1.1%)   0.0032 (  0.1%)  SILGen
   0.0023 (  1.4%)   0.0006 (  0.5%)   0.0029 (  1.0%)   0.0029 (  0.1%)  typecheck-decl
   0.0021 (  1.2%)   0.0005 (  0.4%)   0.0026 (  0.9%)   0.0026 (  0.1%)  typecheck-expr
   0.0015 (  0.9%)   0.0004 (  0.4%)   0.0019 (  0.7%)   0.0019 (  0.0%)  SILGen-function
   0.0014 (  0.8%)   0.0004 (  0.3%)   0.0018 (  0.6%)   0.0018 (  0.0%)  typecheck-for-each
   0.0007 (  0.4%)   0.0004 (  0.3%)   0.0011 (  0.4%)   0.0011 (  0.0%)  load-all-members
   0.0003 (  0.2%)   0.0002 (  0.2%)   0.0005 (  0.2%)   0.0005 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1700 (100.0%)   0.1130 (100.0%)   0.2830 (100.0%)   4.6528 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.4662 seconds (4.8259 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1090 (100.0%)   1.3572 (100.0%)   2.4662 (100.0%)   4.8259 (100.0%)  Building Target
   1.1090 (100.0%)   1.3572 (100.0%)   2.4662 (100.0%)   4.8259 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ LazyArray+Array.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Array.swift (in target 'LazyArray' from project 'LazyArray')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745544737534139-swift-frontend-LazyArray-LazyArray_Array.swift-arm64_apple_macos10.10-o-Onone-3062970890.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.0391 seconds (4.4688 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4818 ( 47.9%)   0.4288 ( 45.4%)   1.9106 ( 47.3%)   2.1161 ( 47.4%)  parse-and-resolve-imports
   1.4815 ( 47.9%)   0.4286 ( 45.4%)   1.9102 ( 47.3%)   2.1156 ( 47.3%)  Import resolution
   0.0837 (  2.7%)   0.0185 (  2.0%)   0.1022 (  2.5%)   0.1024 (  2.3%)  build-rewrite-system
   0.0112 (  0.4%)   0.0341 (  3.6%)   0.0454 (  1.1%)   0.0603 (  1.4%)  load-stdlib
   0.0124 (  0.4%)   0.0110 (  1.2%)   0.0235 (  0.6%)   0.0236 (  0.5%)  import-clang-decl
   0.0019 (  0.1%)   0.0075 (  0.8%)   0.0094 (  0.2%)   0.0129 (  0.3%)  SILGen
   0.0045 (  0.1%)   0.0036 (  0.4%)   0.0081 (  0.2%)   0.0081 (  0.2%)  perform-sema
   0.0045 (  0.1%)   0.0035 (  0.4%)   0.0080 (  0.2%)   0.0080 (  0.2%)  Type checking and Semantic analysis
   0.0035 (  0.1%)   0.0038 (  0.4%)   0.0072 (  0.2%)   0.0072 (  0.2%)  IRGen
   0.0018 (  0.1%)   0.0024 (  0.3%)   0.0043 (  0.1%)   0.0043 (  0.1%)  typecheck-decl
   0.0037 (  0.1%)   0.0003 (  0.0%)   0.0040 (  0.1%)   0.0040 (  0.1%)  SIL optimization
   0.0023 (  0.1%)   0.0010 (  0.1%)   0.0032 (  0.1%)   0.0032 (  0.1%)  typecheck-stmt
   0.0009 (  0.0%)   0.0004 (  0.0%)   0.0013 (  0.0%)   0.0014 (  0.0%)  load-all-members
   0.0007 (  0.0%)   0.0003 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  SILGen-function
   0.0003 (  0.0%)   0.0002 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  typecheck-expr
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   3.0949 (100.0%)   0.9441 (100.0%)   4.0391 (100.0%)   4.4688 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.4273 seconds (4.8210 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.6349 (100.0%)   1.7924 (100.0%)   4.4273 (100.0%)   4.8210 (100.0%)  Building Target
   2.6349 (100.0%)   1.7924 (100.0%)   4.4273 (100.0%)   4.8210 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Array.swift (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ LazyArray.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray.swift (in target 'LazyArray' from project 'LazyArray')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745544737534276-swift-frontend-LazyArray-LazyArray.swift-arm64_apple_macos10.10-o-Onone-4208583609.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2657 seconds (4.5389 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0225 ( 14.6%)   0.0272 ( 24.4%)   0.0497 ( 18.7%)   2.1486 ( 47.3%)  parse-and-resolve-imports
   0.0222 ( 14.4%)   0.0265 ( 23.8%)   0.0487 ( 18.3%)   2.1476 ( 47.3%)  Import resolution
   0.0831 ( 53.8%)   0.0330 ( 29.7%)   0.1161 ( 43.7%)   0.1160 (  2.6%)  build-rewrite-system
   0.0013 (  0.8%)   0.0048 (  4.4%)   0.0062 (  2.3%)   0.0808 (  1.8%)  load-stdlib
   0.0118 (  7.7%)   0.0136 ( 12.2%)   0.0254 (  9.6%)   0.0262 (  0.6%)  import-clang-decl
   0.0024 (  1.6%)   0.0024 (  2.2%)   0.0048 (  1.8%)   0.0048 (  0.1%)  IRGen
   0.0021 (  1.4%)   0.0008 (  0.7%)   0.0029 (  1.1%)   0.0029 (  0.1%)  perform-sema
   0.0021 (  1.3%)   0.0008 (  0.7%)   0.0028 (  1.1%)   0.0028 (  0.1%)  Type checking and Semantic analysis
   0.0018 (  1.2%)   0.0007 (  0.7%)   0.0025 (  1.0%)   0.0025 (  0.1%)  SILGen
   0.0012 (  0.8%)   0.0004 (  0.4%)   0.0017 (  0.6%)   0.0017 (  0.0%)  typecheck-decl
   0.0015 (  1.0%)   0.0000 (  0.0%)   0.0015 (  0.6%)   0.0015 (  0.0%)  SIL optimization
   0.0008 (  0.5%)   0.0005 (  0.4%)   0.0013 (  0.5%)   0.0013 (  0.0%)  load-all-members
   0.0008 (  0.5%)   0.0003 (  0.3%)   0.0011 (  0.4%)   0.0011 (  0.0%)  SILGen-function
   0.0006 (  0.4%)   0.0002 (  0.2%)   0.0008 (  0.3%)   0.0008 (  0.0%)  typecheck-stmt
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  typecheck-expr
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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%)  AST verification
   0.1545 (100.0%)   0.1112 (100.0%)   0.2657 (100.0%)   4.5389 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5068 seconds (4.8202 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1481 (100.0%)   1.3587 (100.0%)   2.5068 (100.0%)   4.8202 (100.0%)  Building Target
   1.1481 (100.0%)   1.3587 (100.0%)   2.5068 (100.0%)   4.8202 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray.swift (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ LazyArray+Cache.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Cache.swift (in target 'LazyArray' from project 'LazyArray')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745544737549222-swift-frontend-LazyArray-LazyArray_Cache.swift-arm64_apple_macos10.10-o-Onone-1435558940.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2431 seconds (5.2983 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0220 ( 14.8%)   0.0241 ( 25.6%)   0.0461 ( 19.0%)   2.5388 ( 47.9%)  parse-and-resolve-imports
   0.0216 ( 14.5%)   0.0232 ( 24.7%)   0.0448 ( 18.4%)   2.5375 ( 47.9%)  Import resolution
   0.0550 ( 36.9%)   0.0191 ( 20.3%)   0.0741 ( 30.5%)   0.0743 (  1.4%)  build-rewrite-system
   0.0011 (  0.8%)   0.0027 (  2.9%)   0.0039 (  1.6%)   0.0733 (  1.4%)  load-stdlib
   0.0128 (  8.6%)   0.0113 ( 12.0%)   0.0241 (  9.9%)   0.0241 (  0.5%)  import-clang-decl
   0.0065 (  4.3%)   0.0023 (  2.4%)   0.0087 (  3.6%)   0.0087 (  0.2%)  perform-sema
   0.0064 (  4.3%)   0.0023 (  2.4%)   0.0087 (  3.6%)   0.0087 (  0.2%)  Type checking and Semantic analysis
   0.0040 (  2.7%)   0.0037 (  4.0%)   0.0077 (  3.2%)   0.0078 (  0.1%)  IRGen
   0.0047 (  3.2%)   0.0018 (  1.9%)   0.0065 (  2.7%)   0.0065 (  0.1%)  typecheck-decl
   0.0042 (  2.8%)   0.0017 (  1.8%)   0.0059 (  2.4%)   0.0059 (  0.1%)  typecheck-expr
   0.0046 (  3.1%)   0.0001 (  0.1%)   0.0047 (  1.9%)   0.0047 (  0.1%)  SIL optimization
   0.0025 (  1.7%)   0.0008 (  0.8%)   0.0032 (  1.3%)   0.0032 (  0.1%)  SILGen
   0.0015 (  1.0%)   0.0003 (  0.4%)   0.0018 (  0.7%)   0.0018 (  0.0%)  typecheck-stmt
   0.0011 (  0.8%)   0.0003 (  0.4%)   0.0015 (  0.6%)   0.0015 (  0.0%)  SILGen-function
   0.0009 (  0.6%)   0.0002 (  0.2%)   0.0011 (  0.5%)   0.0011 (  0.0%)  load-all-members
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  AST verification
   0.1492 (100.0%)   0.0939 (100.0%)   0.2431 (100.0%)   5.2983 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1075 seconds (4.8071 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8757 (100.0%)   1.2318 (100.0%)   2.1075 (100.0%)   4.8071 (100.0%)  Building Target
   0.8757 (100.0%)   1.2318 (100.0%)   2.1075 (100.0%)   4.8071 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Cache.swift (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ LazyArray+Any.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Any.swift (in target 'LazyArray' from project 'LazyArray')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745544737544486-swift-frontend-LazyArray-LazyArray_Any.swift-arm64_apple_macos10.10-o-Onone-3395022932.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2660 seconds (4.6795 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0218 ( 13.8%)   0.0277 ( 25.6%)   0.0496 ( 18.6%)   2.2232 ( 47.5%)  parse-and-resolve-imports
   0.0215 ( 13.7%)   0.0269 ( 24.8%)   0.0484 ( 18.2%)   2.2221 ( 47.5%)  Import resolution
   0.0817 ( 51.8%)   0.0318 ( 29.3%)   0.1135 ( 42.7%)   0.1136 (  2.4%)  build-rewrite-system
   0.0012 (  0.7%)   0.0029 (  2.6%)   0.0040 (  1.5%)   0.0700 (  1.5%)  load-stdlib
   0.0123 (  7.8%)   0.0111 ( 10.2%)   0.0233 (  8.8%)   0.0233 (  0.5%)  import-clang-decl
   0.0035 (  2.2%)   0.0034 (  3.1%)   0.0069 (  2.6%)   0.0069 (  0.1%)  IRGen
   0.0040 (  2.5%)   0.0000 (  0.0%)   0.0040 (  1.5%)   0.0040 (  0.1%)  SIL optimization
   0.0028 (  1.8%)   0.0011 (  1.0%)   0.0039 (  1.4%)   0.0039 (  0.1%)  perform-sema
   0.0028 (  1.8%)   0.0010 (  1.0%)   0.0038 (  1.4%)   0.0038 (  0.1%)  Type checking and Semantic analysis
   0.0019 (  1.2%)   0.0007 (  0.6%)   0.0026 (  1.0%)   0.0026 (  0.1%)  typecheck-decl
   0.0018 (  1.1%)   0.0007 (  0.7%)   0.0025 (  0.9%)   0.0025 (  0.1%)  SILGen
   0.0007 (  0.5%)   0.0005 (  0.4%)   0.0012 (  0.5%)   0.0012 (  0.0%)  load-all-members
   0.0008 (  0.5%)   0.0003 (  0.2%)   0.0010 (  0.4%)   0.0010 (  0.0%)  SILGen-function
   0.0005 (  0.3%)   0.0002 (  0.2%)   0.0007 (  0.3%)   0.0007 (  0.0%)  typecheck-stmt
   0.0002 (  0.1%)   0.0002 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.0%)  typecheck-expr
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1575 (100.0%)   0.1085 (100.0%)   0.2660 (100.0%)   4.6795 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.4349 seconds (4.8123 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1267 (100.0%)   1.3082 (100.0%)   2.4349 (100.0%)   4.8123 (100.0%)  Building Target
   1.1267 (100.0%)   1.3082 (100.0%)   2.4349 (100.0%)   4.8123 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Any.swift (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ LazyArray+Sequence.swift,\ LazyArray+Range.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Range.swift (in target 'LazyArray' from project 'LazyArray')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:10:5: warning: 'public' modifier is redundant for static method declared in a public extension
    public static func EMPTY<E>() -> LazyArray<E> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:14:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var isEmpty: Bool {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:18:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var hasData: Bool {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:22:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var first: Element? {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:26:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var last: Element? {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:30:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropFirst() -> LazyArray<Element> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:37:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropFirst(_ n: Int) -> LazyArray<Element> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:44:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropLast() -> LazyArray<Element> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:48:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropLast(_ n: Int) -> LazyArray<Element> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:55:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func prefix(_ maxLength: Int) -> LazyArray<Element> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:62:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func suffix(_ maxLength: Int) -> LazyArray<Element> {
    ^~~~~~~

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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745544737549682-swift-frontend-LazyArray-LazyArray_Sequence.swift-arm64_apple_macos10.10-o-Onone-3895817544.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3449 seconds (4.5679 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0211 (  9.3%)   0.0240 ( 20.6%)   0.0451 ( 13.1%)   2.1244 ( 46.5%)  parse-and-resolve-imports
   0.0209 (  9.1%)   0.0235 ( 20.1%)   0.0443 ( 12.9%)   2.1236 ( 46.5%)  Import resolution
   0.0813 ( 35.6%)   0.0296 ( 25.3%)   0.1108 ( 32.1%)   0.1107 (  2.4%)  build-rewrite-system
   0.0010 (  0.4%)   0.0026 (  2.3%)   0.0037 (  1.1%)   0.0672 (  1.5%)  load-stdlib
   0.0203 (  8.9%)   0.0057 (  4.9%)   0.0260 (  7.5%)   0.0262 (  0.6%)  perform-sema
   0.0202 (  8.8%)   0.0057 (  4.9%)   0.0259 (  7.5%)   0.0261 (  0.6%)  Type checking and Semantic analysis
   0.0127 (  5.5%)   0.0119 ( 10.2%)   0.0245 (  7.1%)   0.0246 (  0.5%)  import-clang-decl
   0.0168 (  7.3%)   0.0045 (  3.9%)   0.0213 (  6.2%)   0.0213 (  0.5%)  typecheck-stmt
   0.0101 (  4.4%)   0.0030 (  2.6%)   0.0131 (  3.8%)   0.0131 (  0.3%)  precheck-target
   0.0050 (  2.2%)   0.0033 (  2.8%)   0.0082 (  2.4%)   0.0082 (  0.2%)  IRGen
   0.0053 (  2.3%)   0.0001 (  0.1%)   0.0054 (  1.6%)   0.0054 (  0.1%)  SIL optimization
   0.0044 (  1.9%)   0.0006 (  0.5%)   0.0050 (  1.5%)   0.0050 (  0.1%)  typecheck-expr
   0.0039 (  1.7%)   0.0008 (  0.6%)   0.0046 (  1.3%)   0.0047 (  0.1%)  SILGen
   0.0022 (  1.0%)   0.0009 (  0.7%)   0.0031 (  0.9%)   0.0033 (  0.1%)  typecheck-decl
   0.0023 (  1.0%)   0.0004 (  0.3%)   0.0026 (  0.8%)   0.0027 (  0.1%)  SILGen-function
   0.0008 (  0.3%)   0.0003 (  0.3%)   0.0011 (  0.3%)   0.0011 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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.2281 (100.0%)   0.1168 (100.0%)   0.3449 (100.0%)   4.5679 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5285 seconds (4.8106 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1792 (100.0%)   1.3493 (100.0%)   2.5285 (100.0%)   4.8106 (100.0%)  Building Target
   1.1792 (100.0%)   1.3493 (100.0%)   2.5285 (100.0%)   4.8106 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ LazyArray+CoutableRange.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+CoutableRange.swift (in target 'LazyArray' from project 'LazyArray')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745544737549285-swift-frontend-LazyArray-LazyArray_CoutableRange.swift-arm64_apple_macos10.10-o-Onone-2093086242.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3310 seconds (5.0034 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0226 ( 10.8%)   0.0279 ( 22.9%)   0.0505 ( 15.3%)   2.3560 ( 47.1%)  parse-and-resolve-imports
   0.0221 ( 10.6%)   0.0271 ( 22.2%)   0.0492 ( 14.9%)   2.3547 ( 47.1%)  Import resolution
   0.0805 ( 38.5%)   0.0285 ( 23.4%)   0.1090 ( 32.9%)   0.1091 (  2.2%)  build-rewrite-system
   0.0010 (  0.5%)   0.0026 (  2.1%)   0.0036 (  1.1%)   0.0646 (  1.3%)  load-stdlib
   0.0131 (  6.3%)   0.0117 (  9.6%)   0.0247 (  7.5%)   0.0251 (  0.5%)  import-clang-decl
   0.0152 (  7.3%)   0.0050 (  4.1%)   0.0202 (  6.1%)   0.0202 (  0.4%)  perform-sema
   0.0151 (  7.2%)   0.0050 (  4.1%)   0.0201 (  6.1%)   0.0201 (  0.4%)  Type checking and Semantic analysis
   0.0122 (  5.8%)   0.0040 (  3.3%)   0.0162 (  4.9%)   0.0162 (  0.3%)  typecheck-stmt
   0.0089 (  4.3%)   0.0028 (  2.3%)   0.0118 (  3.6%)   0.0118 (  0.2%)  precheck-target
   0.0035 (  1.7%)   0.0041 (  3.3%)   0.0075 (  2.3%)   0.0075 (  0.2%)  IRGen
   0.0042 (  2.0%)   0.0000 (  0.0%)   0.0042 (  1.3%)   0.0042 (  0.1%)  SIL optimization
   0.0033 (  1.6%)   0.0006 (  0.5%)   0.0039 (  1.2%)   0.0039 (  0.1%)  typecheck-expr
   0.0028 (  1.4%)   0.0010 (  0.8%)   0.0038 (  1.1%)   0.0038 (  0.1%)  SILGen
   0.0022 (  1.1%)   0.0008 (  0.6%)   0.0030 (  0.9%)   0.0030 (  0.1%)  typecheck-decl
   0.0016 (  0.8%)   0.0006 (  0.5%)   0.0022 (  0.7%)   0.0022 (  0.0%)  SILGen-function
   0.0007 (  0.3%)   0.0003 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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.2090 (100.0%)   0.1220 (100.0%)   0.3310 (100.0%)   5.0034 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.3097 seconds (4.8078 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0741 (100.0%)   1.2355 (100.0%)   2.3097 (100.0%)   4.8078 (100.0%)  Building Target
   1.0741 (100.0%)   1.2355 (100.0%)   2.3097 (100.0%)   4.8078 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+CoutableRange.swift (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ LazyMutableList.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyMutableList.swift (in target 'LazyArray' from project 'LazyArray')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745544737549940-swift-frontend-LazyArray-LazyMutableList.swift-arm64_apple_macos10.10-o-Onone-2653677509.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3114 seconds (4.5810 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0209 ( 10.1%)   0.0175 ( 16.9%)   0.0385 ( 12.3%)   2.1315 ( 46.5%)  parse-and-resolve-imports
   0.0207 (  9.9%)   0.0169 ( 16.3%)   0.0376 ( 12.1%)   2.1306 ( 46.5%)  Import resolution
   0.0821 ( 39.5%)   0.0304 ( 29.4%)   0.1124 ( 36.1%)   0.1123 (  2.5%)  build-rewrite-system
   0.0011 (  0.5%)   0.0022 (  2.1%)   0.0032 (  1.0%)   0.0856 (  1.9%)  load-stdlib
   0.0125 (  6.0%)   0.0121 ( 11.7%)   0.0246 (  7.9%)   0.0249 (  0.5%)  import-clang-decl
   0.0141 (  6.8%)   0.0046 (  4.4%)   0.0187 (  6.0%)   0.0190 (  0.4%)  perform-sema
   0.0141 (  6.8%)   0.0046 (  4.4%)   0.0187 (  6.0%)   0.0189 (  0.4%)  Type checking and Semantic analysis
   0.0116 (  5.6%)   0.0040 (  3.8%)   0.0155 (  5.0%)   0.0158 (  0.3%)  typecheck-expr
   0.0108 (  5.2%)   0.0031 (  3.0%)   0.0138 (  4.4%)   0.0138 (  0.3%)  typecheck-stmt
   0.0077 (  3.7%)   0.0021 (  2.1%)   0.0098 (  3.2%)   0.0098 (  0.2%)  precheck-target
   0.0032 (  1.5%)   0.0032 (  3.1%)   0.0064 (  2.1%)   0.0064 (  0.1%)  IRGen
   0.0032 (  1.5%)   0.0015 (  1.4%)   0.0047 (  1.5%)   0.0049 (  0.1%)  typecheck-decl
   0.0027 (  1.3%)   0.0003 (  0.3%)   0.0029 (  0.9%)   0.0029 (  0.1%)  SIL optimization
   0.0020 (  0.9%)   0.0005 (  0.5%)   0.0024 (  0.8%)   0.0024 (  0.1%)  SILGen
   0.0008 (  0.4%)   0.0005 (  0.5%)   0.0013 (  0.4%)   0.0013 (  0.0%)  load-all-members
   0.0007 (  0.3%)   0.0001 (  0.1%)   0.0008 (  0.3%)   0.0008 (  0.0%)  SILGen-function
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, 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%)  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.2080 (100.0%)   0.1034 (100.0%)   0.3114 (100.0%)   4.5810 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.4902 seconds (4.8095 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1542 (100.0%)   1.3360 (100.0%)   2.4902 (100.0%)   4.8095 (100.0%)  Building Target
   1.1542 (100.0%)   1.3360 (100.0%)   2.4902 (100.0%)   4.8095 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyMutableList.swift (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ LazyArray (in target 'LazyArray' from project 'LazyArray')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745544737536439-swift-frontend-LazyArray-all-arm64_apple_macos10.10-swiftmodule-Onone-4220008734.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1757 seconds (4.5877 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0234 ( 27.0%)   0.0323 ( 36.3%)   0.0557 ( 31.7%)   2.2280 ( 48.6%)  parse-and-resolve-imports
   0.0230 ( 26.6%)   0.0315 ( 35.4%)   0.0546 ( 31.1%)   2.2268 ( 48.5%)  Import resolution
   0.0015 (  1.7%)   0.0050 (  5.6%)   0.0064 (  3.7%)   0.0727 (  1.6%)  load-stdlib
   0.0094 ( 10.8%)   0.0034 (  3.9%)   0.0128 (  7.3%)   0.0128 (  0.3%)  perform-sema
   0.0093 ( 10.7%)   0.0034 (  3.8%)   0.0127 (  7.2%)   0.0127 (  0.3%)  Type checking and Semantic analysis
   0.0090 ( 10.4%)   0.0033 (  3.7%)   0.0122 (  7.0%)   0.0122 (  0.3%)  typecheck-decl
   0.0027 (  3.1%)   0.0042 (  4.7%)   0.0068 (  3.9%)   0.0074 (  0.2%)  SIL optimization
   0.0030 (  3.5%)   0.0021 (  2.3%)   0.0051 (  2.9%)   0.0051 (  0.1%)  typecheck-expr
   0.0029 (  3.4%)   0.0007 (  0.8%)   0.0036 (  2.1%)   0.0036 (  0.1%)  SILGen
   0.0007 (  0.8%)   0.0022 (  2.5%)   0.0030 (  1.7%)   0.0036 (  0.1%)  Serialization, swiftmodule
   0.0004 (  0.4%)   0.0006 (  0.7%)   0.0010 (  0.6%)   0.0010 (  0.0%)  import-clang-decl
   0.0006 (  0.7%)   0.0001 (  0.1%)   0.0007 (  0.4%)   0.0007 (  0.0%)  SILGen-function
   0.0004 (  0.4%)   0.0002 (  0.2%)   0.0006 (  0.3%)   0.0006 (  0.0%)  build-rewrite-system
   0.0003 (  0.3%)   0.0001 (  0.1%)   0.0003 (  0.2%)   0.0003 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  Serialization, swiftdoc
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0866 (100.0%)   0.0890 (100.0%)   0.1757 (100.0%)   4.5877 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0912 seconds (2.3310 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0426 (100.0%)   0.0486 (100.0%)   0.0912 (100.0%)   2.3310 (100.0%)  Building Target
   0.0426 (100.0%)   0.0486 (100.0%)   0.0912 (100.0%)   2.3310 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:10:5: warning: 'public' modifier is redundant for static method declared in a public extension
    public static func EMPTY<E>() -> LazyArray<E> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:14:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var isEmpty: Bool {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:18:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var hasData: Bool {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:22:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var first: Element? {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:26:5: warning: 'public' modifier is redundant for property declared in a public extension
    public final var last: Element? {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:30:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropFirst() -> LazyArray<Element> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:37:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropFirst(_ n: Int) -> LazyArray<Element> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:44:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropLast() -> LazyArray<Element> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:48:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func dropLast(_ n: Int) -> LazyArray<Element> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:55:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func prefix(_ maxLength: Int) -> LazyArray<Element> {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/LazyArray/LazyArray+Sequence.swift:62:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public final func suffix(_ maxLength: Int) -> LazyArray<Element> {
    ^~~~~~~

SwiftCompile normal arm64 Compiling\ LazyArray+Reverse.swift /Users/admin/builder/spi-builder-workspace/Sources/LazyArray+Reverse.swift (in target 'LazyArray' from project 'LazyArray')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745544739938941-swift-frontend-LazyArray-LazyArray_Reverse.swift-arm64_apple_macos10.10-o-Onone-4007850055.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2912 seconds (0.2917 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0789 ( 42.4%)   0.0282 ( 26.8%)   0.1071 ( 36.8%)   0.1074 ( 36.8%)  build-rewrite-system
   0.0223 ( 12.0%)   0.0219 ( 20.8%)   0.0441 ( 15.2%)   0.0441 ( 15.1%)  parse-and-resolve-imports
   0.0220 ( 11.8%)   0.0209 ( 19.8%)   0.0429 ( 14.7%)   0.0429 ( 14.7%)  Import resolution
   0.0139 (  7.5%)   0.0133 ( 12.6%)   0.0271 (  9.3%)   0.0274 (  9.4%)  import-clang-decl
   0.0100 (  5.4%)   0.0038 (  3.6%)   0.0138 (  4.8%)   0.0138 (  4.7%)  perform-sema
   0.0100 (  5.4%)   0.0038 (  3.6%)   0.0138 (  4.7%)   0.0138 (  4.7%)  Type checking and Semantic analysis
   0.0080 (  4.3%)   0.0032 (  3.0%)   0.0112 (  3.8%)   0.0112 (  3.8%)  typecheck-stmt
   0.0069 (  3.7%)   0.0026 (  2.5%)   0.0095 (  3.3%)   0.0095 (  3.3%)  precheck-target
   0.0040 (  2.1%)   0.0045 (  4.3%)   0.0085 (  2.9%)   0.0085 (  2.9%)  IRGen
   0.0040 (  2.2%)   0.0000 (  0.0%)   0.0040 (  1.4%)   0.0040 (  1.4%)  SIL optimization
   0.0010 (  0.5%)   0.0014 (  1.3%)   0.0023 (  0.8%)   0.0023 (  0.8%)  load-stdlib
   0.0016 (  0.9%)   0.0006 (  0.6%)   0.0023 (  0.8%)   0.0023 (  0.8%)  SILGen
   0.0016 (  0.9%)   0.0006 (  0.6%)   0.0022 (  0.8%)   0.0022 (  0.8%)  typecheck-decl
   0.0008 (  0.4%)   0.0003 (  0.3%)   0.0011 (  0.4%)   0.0011 (  0.4%)  load-all-members
   0.0007 (  0.4%)   0.0002 (  0.2%)   0.0009 (  0.3%)   0.0009 (  0.3%)  SILGen-function
   0.0002 (  0.1%)   0.0001 (  0.1%)   0.0003 (  0.1%)   0.0003 (  0.1%)  typecheck-expr
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1858 (100.0%)   0.1054 (100.0%)   0.2912 (100.0%)   0.2917 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.2897 seconds (2.4181 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0537 (100.0%)   1.2359 (100.0%)   2.2897 (100.0%)   2.4181 (100.0%)  Building Target
   1.0537 (100.0%)   1.2359 (100.0%)   2.2897 (100.0%)   2.4181 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/LazyArray+Reverse.swift (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for LazyArray (in target 'LazyArray' from project 'LazyArray')
SwiftDriver\ Compilation\ Requirements LazyArray normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LazyArray' from project 'LazyArray')
    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 LazyArray -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray-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/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.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/LazyArray.build/Debug/LazyArray.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling LazyArray+Cache.swift (in target 'LazyArray' from project 'LazyArray')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Headers/LazyArray-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray-Swift.h (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Headers/LazyArray-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Modules/LazyArray.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.swiftmodule (in target 'LazyArray' from project 'LazyArray')
    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/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Modules/LazyArray.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Modules/LazyArray.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.swiftdoc (in target 'LazyArray' from project 'LazyArray')
    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/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Modules/LazyArray.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Modules/LazyArray.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.abi.json (in target 'LazyArray' from project 'LazyArray')
    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/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Modules/LazyArray.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Modules/LazyArray.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.swiftsourceinfo (in target 'LazyArray' from project 'LazyArray')
    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/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Modules/LazyArray.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling LazyArray+Map.swift (in target 'LazyArray' from project 'LazyArray')
SwiftDriverJobDiscovery normal arm64 Compiling LazyArray+Any.swift (in target 'LazyArray' from project 'LazyArray')
SwiftDriverJobDiscovery normal arm64 Compiling LazyArray+CoutableRange.swift (in target 'LazyArray' from project 'LazyArray')
SwiftDriverJobDiscovery normal arm64 Compiling LazyArray+Array.swift (in target 'LazyArray' from project 'LazyArray')
SwiftDriverJobDiscovery normal arm64 Compiling LazyArray.swift (in target 'LazyArray' from project 'LazyArray')
SwiftDriverJobDiscovery normal arm64 Compiling LazyMutableList.swift (in target 'LazyArray' from project 'LazyArray')
SwiftDriverJobDiscovery normal arm64 Compiling LazyArray+Reverse.swift (in target 'LazyArray' from project 'LazyArray')
SwiftDriverJobDiscovery normal arm64 Compiling LazyArray+Linear.swift (in target 'LazyArray' from project 'LazyArray')
SwiftDriverJobDiscovery normal arm64 Compiling LazyArray+Sequence.swift, LazyArray+Range.swift (in target 'LazyArray' from project 'LazyArray')
SwiftDriver\ Compilation LazyArray normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LazyArray' from project 'LazyArray')
    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 LazyArray -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray-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/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.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/LazyArray.build/Debug/LazyArray.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/LazyArray normal (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.LinkFileList -install_name @rpath/LazyArray.framework/Versions/A/LazyArray -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/LazyArray
ExtractAppIntentsMetadata (in target 'LazyArray' from project 'LazyArray')
    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 LazyArray --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.10 --bundle-identifier LazyArray --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/LazyArray --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/LazyArray.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/LazyArray.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyArray.build/Debug/LazyArray.build/Objects-normal/arm64/LazyArray.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 18:32:22.950 appintentsmetadataprocessor[712:3987] Starting appintentsmetadataprocessor export
2025-04-24 18:32:22.952 appintentsmetadataprocessor[712:3987] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/LazyArray.framework/Versions/A/LazyArray.tbd (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A/LazyArray -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/LazyArray.framework/Versions/A/LazyArray.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace

    Signing Identity:     "Sign to Run Locally"

    /usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/LazyArray.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/LazyArray.framework/LazyArray.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/LazyArray.framework/Versions/A/LazyArray.tbd (in target 'LazyArray' from project 'LazyArray')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/LazyArray.framework/Versions/A/LazyArray.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/LazyArray.framework/LazyArray.tbd
/Users/admin/builder/spi-builder-workspace/LazyArray.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'LazyArray' from project 'LazyArray')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LazyArray",
  "name" : "LazyArray",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LazyArray",
      "targets" : [
        "LazyArray"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "3",
    "4"
  ],
  "targets" : [
    {
      "c99name" : "LazyArrayTests",
      "module_type" : "SwiftTarget",
      "name" : "LazyArrayTests",
      "path" : "Tests/LazyArrayTests",
      "sources" : [
        "LazyArrayTests.swift"
      ],
      "target_dependencies" : [
        "LazyArray"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LazyArray",
      "module_type" : "SwiftTarget",
      "name" : "LazyArray",
      "path" : "Sources/LazyArray",
      "product_memberships" : [
        "LazyArray"
      ],
      "sources" : [
        "LazyArray+Any.swift",
        "LazyArray+Array.swift",
        "LazyArray+Cache.swift",
        "LazyArray+CoutableRange.swift",
        "LazyArray+Linear.swift",
        "LazyArray+Map.swift",
        "LazyArray+Range.swift",
        "LazyArray+Sequence.swift",
        "LazyArray.swift",
        "LazyMutableList.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.