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 GhostTypewriter, reference 2.1.0 (878f47), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 02:29:43 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 GhostTypewriter -destination generic/platform=iOS 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/wibosco/GhostTypewriter.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wibosco/GhostTypewriter
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 878f478 Update CHANGELOG.md
Cloned https://github.com/wibosco/GhostTypewriter.git
Revision (git rev-parse @):
878f4785c805b332454beedeaa145c524d059f64
SUCCESS checkout https://github.com/wibosco/GhostTypewriter.git at 2.1.0
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wibosco/GhostTypewriter.git
https://github.com/wibosco/GhostTypewriter.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GhostTypewriter",
  "name" : "GhostTypewriter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "GhostTypewriter",
      "targets" : [
        "GhostTypewriter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GhostTypewriterTests",
      "module_type" : "SwiftTarget",
      "name" : "GhostTypewriterTests",
      "path" : "GhostTypewriterTests",
      "sources" : [
        "Mocks/MockTimer.swift",
        "Mocks/MockTimerFactory.swift",
        "Tests/TypewriterLabelTests.swift"
      ],
      "target_dependencies" : [
        "GhostTypewriter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GhostTypewriter",
      "module_type" : "SwiftTarget",
      "name" : "GhostTypewriter",
      "path" : "GhostTypewriter",
      "product_memberships" : [
        "GhostTypewriter"
      ],
      "sources" : [
        "Label/Timer/TimerFactory.swift",
        "Label/TypewriterLabel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.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" : "GhostTypewriter",
  "name" : "GhostTypewriter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "GhostTypewriter",
      "targets" : [
        "GhostTypewriter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GhostTypewriterTests",
      "module_type" : "SwiftTarget",
      "name" : "GhostTypewriterTests",
      "path" : "GhostTypewriterTests",
      "sources" : [
        "Mocks/MockTimer.swift",
        "Mocks/MockTimerFactory.swift",
        "Tests/TypewriterLabelTests.swift"
      ],
      "target_dependencies" : [
        "GhostTypewriter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GhostTypewriter",
      "module_type" : "SwiftTarget",
      "name" : "GhostTypewriter",
      "path" : "GhostTypewriter",
      "product_memberships" : [
        "GhostTypewriter"
      ],
      "sources" : [
        "Label/Timer/TimerFactory.swift",
        "Label/TypewriterLabel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "GhostTypewriter",
    "schemes" : [
      "GhostTypewriter"
    ],
    "targets" : [
      "GhostTypewriter",
      "GhostTypeWriterTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GhostTypewriter -destination generic/platform=iOS 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 GhostTypewriter -destination generic/platform=iOS "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 'GhostTypewriter' in project 'GhostTypewriter' (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/clang -v -E -dM -arch arm64 -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/ld -version_details
Build description signature: cb9853871a59bf3f462f9b2627c355d7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cb9853871a59bf3f462f9b2627c355d7.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/GhostTypewriter.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/GhostTypewriter.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
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/GhostTypewriter.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/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/GhostTypewriter.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/GhostTypewriter.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter-b9dea60acec529c13a461dce885fd086-VFS-iphoneos/all-product-headers.yaml
    cd /Users/admin/builder/spi-builder-workspace/GhostTypewriter.xcodeproj
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter-b9dea60acec529c13a461dce885fd086-VFS-iphoneos/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-project-headers.hmap (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter.hmap (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/module.modulemap (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/module.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter_const_extract_protocols.json (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.SwiftFileList (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.SwiftConstValuesFileList (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.LinkFileList (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter-OutputFileMap.json (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios10.0 '-std=gnu99' -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=GhostTypewriter' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -g -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter-b9dea60acec529c13a461dce885fd086-VFS-iphoneos/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter.DependencyStaticMetadataFileList (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter.DependencyMetadataFileList (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-own-target-headers.hmap (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-generated-files.hmap (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-all-target-headers.hmap (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-all-non-framework-target-headers.hmap (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-all-non-framework-target-headers.hmap
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Headers (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources/GhostTypewriter_vers.c (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources/GhostTypewriter_vers.c
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Modules/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/module.modulemap (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/module.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Modules
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Info.plist /Users/admin/builder/spi-builder-workspace/GhostTypewriter/SupportingFiles/Info.plist (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/GhostTypewriter/SupportingFiles/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Info.plist
SwiftDriver GhostTypewriter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GhostTypewriter' from project 'GhostTypewriter')
    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 GhostTypewriter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.SwiftFileList -DDEBUG -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.0 -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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter-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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter-b9dea60acec529c13a461dce885fd086-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ GhostTypewriter (in target 'GhostTypewriter' from project 'GhostTypewriter')
EmitSwiftModule normal arm64 (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745720978056083-swift-frontend-GhostTypewriter-all-arm64_apple_ios10.0-swiftmodule-Onone-1123827823.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2577 seconds (5.6164 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0280 ( 19.7%)   0.0258 ( 22.2%)   0.0537 ( 20.9%)   2.6636 ( 47.4%)  parse-and-resolve-imports
   0.0273 ( 19.3%)   0.0251 ( 21.7%)   0.0525 ( 20.4%)   2.6624 ( 47.4%)  Import resolution
   0.0016 (  1.1%)   0.0077 (  6.7%)   0.0093 (  3.6%)   0.1413 (  2.5%)  load-stdlib
   0.0235 ( 16.5%)   0.0150 ( 13.0%)   0.0385 ( 14.9%)   0.0403 (  0.7%)  perform-sema
   0.0234 ( 16.5%)   0.0150 ( 12.9%)   0.0384 ( 14.9%)   0.0403 (  0.7%)  Type checking and Semantic analysis
   0.0232 ( 16.4%)   0.0149 ( 12.9%)   0.0381 ( 14.8%)   0.0400 (  0.7%)  typecheck-decl
   0.0036 (  2.5%)   0.0040 (  3.5%)   0.0076 (  3.0%)   0.0083 (  0.1%)  SIL optimization
   0.0032 (  2.3%)   0.0036 (  3.1%)   0.0068 (  2.6%)   0.0068 (  0.1%)  import-clang-decl
   0.0033 (  2.3%)   0.0008 (  0.7%)   0.0041 (  1.6%)   0.0041 (  0.1%)  build-rewrite-system
   0.0006 (  0.5%)   0.0018 (  1.5%)   0.0024 (  0.9%)   0.0028 (  0.0%)  Serialization, swiftmodule
   0.0018 (  1.3%)   0.0005 (  0.5%)   0.0024 (  0.9%)   0.0024 (  0.0%)  SILGen
   0.0003 (  0.2%)   0.0009 (  0.7%)   0.0011 (  0.4%)   0.0015 (  0.0%)  Serialization, swiftdoc
   0.0008 (  0.6%)   0.0002 (  0.2%)   0.0010 (  0.4%)   0.0010 (  0.0%)  typecheck-expr
   0.0006 (  0.5%)   0.0002 (  0.2%)   0.0008 (  0.3%)   0.0008 (  0.0%)  SILGen-function
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  typecheck-stmt
   0.0001 (  0.1%)   0.0001 (  0.1%)   0.0002 (  0.1%)   0.0002 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.1%)   0.0001 (  0.0%)  load-all-members
   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%)  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-module-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%)  module-populate-cache
   0.1419 (100.0%)   0.1158 (100.0%)   0.2577 (100.0%)   5.6164 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1213 seconds (2.8682 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0620 (100.0%)   0.0593 (100.0%)   0.1213 (100.0%)   2.8682 (100.0%)  Building Target
   0.0620 (100.0%)   0.0593 (100.0%)   0.1213 (100.0%)   2.8682 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ TimerFactory.swift /Users/admin/builder/spi-builder-workspace/GhostTypewriter/Label/Timer/TimerFactory.swift (in target 'GhostTypewriter' from project 'GhostTypewriter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/GhostTypewriter/Label/Timer/TimerFactory.swift (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/GhostTypewriter/Label/Timer/TimerFactory.swift:36:90: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
        return Timer.scheduledTimer(withTimeInterval: interval, repeats: repeats, block: block)
                                                                                         ^
/Users/admin/builder/spi-builder-workspace/GhostTypewriter/Label/Timer/TimerFactory.swift:35:86: note: parameter 'block' is implicitly non-sendable
    func buildScheduledTimer(withTimeInterval interval: TimeInterval, repeats: Bool, block: @escaping (TimerType) -> Void) -> TimerType {
                                                                                     ^
                                                                                            @Sendable
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745720978056081-swift-frontend-GhostTypewriter-TimerFactory.swift-arm64_apple_ios10.0-o-Onone-1222982491.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 5.0291 seconds (5.6304 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8716 ( 48.5%)   0.5395 ( 46.0%)   2.4111 ( 47.9%)   2.6887 ( 47.8%)  parse-and-resolve-imports
   1.8710 ( 48.5%)   0.5382 ( 45.9%)   2.4093 ( 47.9%)   2.6857 ( 47.7%)  Import resolution
   0.0129 (  0.3%)   0.0396 (  3.4%)   0.0525 (  1.0%)   0.0903 (  1.6%)  load-stdlib
   0.0731 (  1.9%)   0.0123 (  1.1%)   0.0854 (  1.7%)   0.0854 (  1.5%)  build-rewrite-system
   0.0109 (  0.3%)   0.0094 (  0.8%)   0.0203 (  0.4%)   0.0215 (  0.4%)  import-clang-decl
   0.0036 (  0.1%)   0.0086 (  0.7%)   0.0122 (  0.2%)   0.0145 (  0.3%)  perform-sema
   0.0035 (  0.1%)   0.0086 (  0.7%)   0.0121 (  0.2%)   0.0144 (  0.3%)  Type checking and Semantic analysis
   0.0028 (  0.1%)   0.0079 (  0.7%)   0.0108 (  0.2%)   0.0128 (  0.2%)  typecheck-decl
   0.0031 (  0.1%)   0.0037 (  0.3%)   0.0068 (  0.1%)   0.0072 (  0.1%)  IRGen
   0.0007 (  0.0%)   0.0017 (  0.1%)   0.0024 (  0.0%)   0.0030 (  0.1%)  SILGen
   0.0019 (  0.0%)   0.0004 (  0.0%)   0.0022 (  0.0%)   0.0022 (  0.0%)  SIL optimization
   0.0004 (  0.0%)   0.0011 (  0.1%)   0.0016 (  0.0%)   0.0019 (  0.0%)  SILGen-function
   0.0006 (  0.0%)   0.0006 (  0.0%)   0.0011 (  0.0%)   0.0015 (  0.0%)  typecheck-stmt
   0.0006 (  0.0%)   0.0002 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  load-all-members
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  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%)  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%)  AST verification
   3.8570 (100.0%)   1.1720 (100.0%)   5.0291 (100.0%)   5.6304 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.4398 seconds (3.7760 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.6037 (100.0%)   0.8361 (100.0%)   3.4398 (100.0%)   3.7760 (100.0%)  Building Target
   2.6037 (100.0%)   0.8361 (100.0%)   3.4398 (100.0%)   3.7760 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ TypewriterLabel.swift /Users/admin/builder/spi-builder-workspace/GhostTypewriter/Label/TypewriterLabel.swift (in target 'GhostTypewriter' from project 'GhostTypewriter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/GhostTypewriter/Label/TypewriterLabel.swift (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/GhostTypewriter/Label/TypewriterLabel.swift:129:9: warning: call to main actor-isolated instance method 'resetTypewritingAnimation()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        resetTypewritingAnimation()
        ^
/Users/admin/builder/spi-builder-workspace/GhostTypewriter/Label/TypewriterLabel.swift:255:17: note: calls to instance method 'resetTypewritingAnimation()' from outside of its actor context are implicitly asynchronous
    public func resetTypewritingAnimation() {
                ^
/Users/admin/builder/spi-builder-workspace/GhostTypewriter/Label/TypewriterLabel.swift:255:17: note: main actor isolation inferred from inheritance from class 'UILabel'
    public func resetTypewritingAnimation() {
                ^
/Users/admin/builder/spi-builder-workspace/GhostTypewriter/Label/TypewriterLabel.swift:136:14: warning: cannot access property 'timer' with a non-sendable type '(any TimerType)?' from nonisolated deinit; this is an error in the Swift 6 language mode
        timer?.invalidate()
             ^
/Users/admin/builder/spi-builder-workspace/GhostTypewriter/Label/Timer/TimerFactory.swift:12:10: note: protocol 'TimerType' does not conform to the 'Sendable' protocol
protocol TimerType {
         ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745720978056095-swift-frontend-GhostTypewriter-TypewriterLabel.swift-arm64_apple_ios10.0-o-Onone-275160627.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5604 seconds (6.0855 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0267 (  6.4%)   0.0230 ( 15.9%)   0.0497 (  8.9%)   2.7532 ( 45.2%)  parse-and-resolve-imports
   0.0261 (  6.3%)   0.0224 ( 15.4%)   0.0485 (  8.7%)   2.7520 ( 45.2%)  Import resolution
   0.0015 (  0.4%)   0.0095 (  6.5%)   0.0109 (  1.9%)   0.1290 (  2.1%)  load-stdlib
   0.0657 ( 15.8%)   0.0145 ( 10.0%)   0.0803 ( 14.3%)   0.0803 (  1.3%)  perform-sema
   0.0656 ( 15.8%)   0.0145 ( 10.0%)   0.0801 ( 14.3%)   0.0801 (  1.3%)  Type checking and Semantic analysis
   0.0630 ( 15.2%)   0.0161 ( 11.1%)   0.0791 ( 14.1%)   0.0791 (  1.3%)  build-rewrite-system
   0.0399 (  9.6%)   0.0070 (  4.8%)   0.0469 (  8.4%)   0.0469 (  0.8%)  typecheck-stmt
   0.0331 (  8.0%)   0.0091 (  6.3%)   0.0422 (  7.5%)   0.0422 (  0.7%)  typecheck-decl
   0.0238 (  5.7%)   0.0149 ( 10.3%)   0.0387 (  6.9%)   0.0388 (  0.6%)  import-clang-decl
   0.0213 (  5.1%)   0.0041 (  2.8%)   0.0254 (  4.5%)   0.0254 (  0.4%)  typecheck-expr
   0.0125 (  3.0%)   0.0023 (  1.6%)   0.0147 (  2.6%)   0.0147 (  0.2%)  SILGen
   0.0097 (  2.3%)   0.0015 (  1.0%)   0.0112 (  2.0%)   0.0112 (  0.2%)  precheck-target
   0.0071 (  1.7%)   0.0032 (  2.2%)   0.0104 (  1.9%)   0.0104 (  0.2%)  IRGen
   0.0073 (  1.7%)   0.0015 (  1.0%)   0.0087 (  1.6%)   0.0087 (  0.1%)  SILGen-function
   0.0066 (  1.6%)   0.0003 (  0.2%)   0.0069 (  1.2%)   0.0069 (  0.1%)  SIL optimization
   0.0053 (  1.3%)   0.0012 (  0.8%)   0.0065 (  1.2%)   0.0065 (  0.1%)  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.4152 (100.0%)   0.1451 (100.0%)   0.5604 (100.0%)   6.0855 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4585 seconds (4.2855 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0119 (100.0%)   0.4467 (100.0%)   1.4585 (100.0%)   4.2855 (100.0%)  Building Target
   1.0119 (100.0%)   0.4467 (100.0%)   1.4585 (100.0%)   4.2855 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Emitting module for GhostTypewriter (in target 'GhostTypewriter' from project 'GhostTypewriter')
SwiftDriver\ Compilation\ Requirements GhostTypewriter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GhostTypewriter' from project 'GhostTypewriter')
    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 GhostTypewriter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.SwiftFileList -DDEBUG -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.0 -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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter-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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter-b9dea60acec529c13a461dce885fd086-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Headers/GhostTypewriter-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter-Swift.h (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Headers/GhostTypewriter-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Modules/GhostTypewriter.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.swiftmodule (in target 'GhostTypewriter' from project 'GhostTypewriter')
    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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Modules/GhostTypewriter.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Modules/GhostTypewriter.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.abi.json (in target 'GhostTypewriter' from project 'GhostTypewriter')
    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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Modules/GhostTypewriter.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Modules/GhostTypewriter.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.swiftdoc (in target 'GhostTypewriter' from project 'GhostTypewriter')
    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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Modules/GhostTypewriter.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Modules/GhostTypewriter.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.swiftsourceinfo (in target 'GhostTypewriter' from project 'GhostTypewriter')
    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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Modules/GhostTypewriter.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources/GhostTypewriter_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace

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

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

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

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources/GhostTypewriter_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter_vers.o -index-unit-output-path /GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling TimerFactory.swift (in target 'GhostTypewriter' from project 'GhostTypewriter')
SwiftDriverJobDiscovery normal arm64 Compiling TypewriterLabel.swift (in target 'GhostTypewriter' from project 'GhostTypewriter')
SwiftDriver\ Compilation GhostTypewriter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GhostTypewriter' from project 'GhostTypewriter')
    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 GhostTypewriter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.SwiftFileList -DDEBUG -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios10.0 -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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter-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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter-b9dea60acec529c13a461dce885fd086-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter-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/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter-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-iphoneos/GhostTypewriter.framework/GhostTypewriter normal (in target 'GhostTypewriter' from project 'GhostTypewriter')
    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-ios10.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.LinkFileList -install_name @rpath/GhostTypewriter.framework/GhostTypewriter -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.swiftmodule -compatibility_version 1 -current_version 1 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/GhostTypewriter
ExtractAppIntentsMetadata (in target 'GhostTypewriter' from project 'GhostTypewriter')
    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 GhostTypewriter --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 10.0 --bundle-identifier com.boles.ghosttypewriter --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework --target-triple arm64-apple-ios10.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/GhostTypewriter --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/Objects-normal/arm64/GhostTypewriter.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 19:29:42.580 appintentsmetadataprocessor[702:3984] Starting appintentsmetadataprocessor export
2025-04-26 19:29:42.583 appintentsmetadataprocessor[702:3984] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/ssu --bundle-id com.boles.ghosttypewriter --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GhostTypewriter.build/Debug-iphoneos/GhostTypewriter.build/GhostTypewriter.DependencyMetadataFileList --archive-ssu-assets
2025-04-26 19:29:42.604 appintentsnltrainingprocessor[703:3985] Parsing options for appintentsnltrainingprocessor
2025-04-26 19:29:42.605 appintentsnltrainingprocessor[703:3985] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/GhostTypewriter.framework/GhostTypewriter.tbd (in target 'GhostTypewriter' from project 'GhostTypewriter')
    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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework/GhostTypewriter -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/GhostTypewriter.framework/GhostTypewriter.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework (in target 'GhostTypewriter' from project 'GhostTypewriter')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/GhostTypewriter.framework
/Users/admin/builder/spi-builder-workspace/GhostTypewriter.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'GhostTypewriter' from project 'GhostTypewriter')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GhostTypewriter",
  "name" : "GhostTypewriter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "GhostTypewriter",
      "targets" : [
        "GhostTypewriter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GhostTypewriterTests",
      "module_type" : "SwiftTarget",
      "name" : "GhostTypewriterTests",
      "path" : "GhostTypewriterTests",
      "sources" : [
        "Mocks/MockTimer.swift",
        "Mocks/MockTimerFactory.swift",
        "Tests/TypewriterLabelTests.swift"
      ],
      "target_dependencies" : [
        "GhostTypewriter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GhostTypewriter",
      "module_type" : "SwiftTarget",
      "name" : "GhostTypewriter",
      "path" : "GhostTypewriter",
      "product_memberships" : [
        "GhostTypewriter"
      ],
      "sources" : [
        "Label/Timer/TimerFactory.swift",
        "Label/TypewriterLabel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.