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 CustomRepeatDate, reference main (886498), with Swift 6.1 for iOS using Xcode 16.3 on 1 May 2025 08:20:36 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 CustomRepeatDate -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pixyzehn/custom-repeat-date.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pixyzehn/custom-repeat-date
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8864986 Update ci.yml
Cloned https://github.com/pixyzehn/custom-repeat-date.git
Revision (git rev-parse @):
8864986d44614ea87bffc9fd034a95fdd8368c9d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pixyzehn/custom-repeat-date.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pixyzehn/custom-repeat-date.git
https://github.com/pixyzehn/custom-repeat-date.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "CustomRepeatDate",
  "name" : "CustomRepeatDate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "CustomRepeatDate",
      "targets" : [
        "CustomRepeatDate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CustomRepeatDateTests",
      "module_type" : "SwiftTarget",
      "name" : "CustomRepeatDateTests",
      "path" : "Tests/CustomRepeatDateTests",
      "sources" : [
        "CalendarExtensionTests.swift",
        "CustomRepeatDateTests.swift"
      ],
      "target_dependencies" : [
        "CustomRepeatDate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CustomRepeatDate",
      "module_type" : "SwiftTarget",
      "name" : "CustomRepeatDate",
      "path" : "Sources/CustomRepeatDate",
      "product_memberships" : [
        "CustomRepeatDate"
      ],
      "sources" : [
        "Calendar+Extension.swift",
        "CustomRepeatDate.swift",
        "CustomRepeatDateOption.swift",
        "Weekday.swift",
        "WeekdayOrdinal.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/swiftlang/swift-docc-plugin (cached)
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.3 of package ‘swift-docc-plugin’
Resolve Package Graph
Resolved source packages:
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  CustomRepeatDate: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.3
resolved source packages: SymbolKit, CustomRepeatDate, SwiftDocCPlugin
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "CustomRepeatDate",
  "name" : "CustomRepeatDate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "CustomRepeatDate",
      "targets" : [
        "CustomRepeatDate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CustomRepeatDateTests",
      "module_type" : "SwiftTarget",
      "name" : "CustomRepeatDateTests",
      "path" : "Tests/CustomRepeatDateTests",
      "sources" : [
        "CalendarExtensionTests.swift",
        "CustomRepeatDateTests.swift"
      ],
      "target_dependencies" : [
        "CustomRepeatDate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CustomRepeatDate",
      "module_type" : "SwiftTarget",
      "name" : "CustomRepeatDate",
      "path" : "Sources/CustomRepeatDate",
      "product_memberships" : [
        "CustomRepeatDate"
      ],
      "sources" : [
        "Calendar+Extension.swift",
        "CustomRepeatDate.swift",
        "CustomRepeatDateOption.swift",
        "Weekday.swift",
        "WeekdayOrdinal.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CustomRepeatDate"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CustomRepeatDate -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CustomRepeatDate -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftDocCPlugin: https://github.com/swiftlang/swift-docc-plugin @ 1.4.3
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  CustomRepeatDate: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'CustomRepeatDateTests' in project 'CustomRepeatDate'
        ➜ Explicit dependency on target 'CustomRepeatDate' in project 'CustomRepeatDate'
    Target 'CustomRepeatDate' in project 'CustomRepeatDate'
        ➜ Explicit dependency on target 'CustomRepeatDate' in project 'CustomRepeatDate'
    Target 'CustomRepeatDate' in project 'CustomRepeatDate' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/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/ld -version_details
Build description signature: ef76c7573a967e270cce9c77c5faeb3f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ef76c7573a967e270cce9c77c5faeb3f.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    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/.swiftpm/xcode
    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/.swiftpm/xcode
    /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/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/empty-CustomRepeatDateTests.plist (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/empty-CustomRepeatDateTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/CustomRepeatDateTests.DependencyMetadataFileList (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/CustomRepeatDateTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/CustomRepeatDateTests.DependencyStaticMetadataFileList (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/CustomRepeatDateTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.SwiftConstValuesFileList (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests-OutputFileMap.json (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.SwiftFileList (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests_const_extract_protocols.json (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.LinkFileList (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate_const_extract_protocols.json (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.SwiftFileList (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.SwiftConstValuesFileList (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.LinkFileList (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate-OutputFileMap.json (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/CustomRepeatDate.modulemap (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/CustomRepeatDate.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/CustomRepeatDate.DependencyStaticMetadataFileList (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/CustomRepeatDate.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/CustomRepeatDate.DependencyMetadataFileList (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/CustomRepeatDate.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CustomRepeatDate.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/CustomRepeatDate.modulemap (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/CustomRepeatDate.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver CustomRepeatDate normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CustomRepeatDate -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate-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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate_const_extract_protocols.json -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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Calendar+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/CustomRepeatDate/Calendar+Extension.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CustomRepeatDate/Calendar+Extension.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CustomRepeatDate.swift /Users/admin/builder/spi-builder-workspace/Sources/CustomRepeatDate/CustomRepeatDate.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CustomRepeatDate/CustomRepeatDate.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CustomRepeatDateOption.swift /Users/admin/builder/spi-builder-workspace/Sources/CustomRepeatDate/CustomRepeatDateOption.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CustomRepeatDate/CustomRepeatDateOption.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ CustomRepeatDate (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
EmitSwiftModule normal arm64 (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Weekday.swift /Users/admin/builder/spi-builder-workspace/Sources/CustomRepeatDate/Weekday.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CustomRepeatDate/Weekday.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ WeekdayOrdinal.swift /Users/admin/builder/spi-builder-workspace/Sources/CustomRepeatDate/WeekdayOrdinal.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CustomRepeatDate/WeekdayOrdinal.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for CustomRepeatDate (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
SwiftDriver\ Compilation\ Requirements CustomRepeatDate normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CustomRepeatDate -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate-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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate_const_extract_protocols.json -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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CustomRepeatDate-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate-Swift.h (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CustomRepeatDate-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.abi.json (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.swiftdoc (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.swiftmodule (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.swiftsourceinfo (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver CustomRepeatDateTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CustomRepeatDateTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests-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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests_const_extract_protocols.json -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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CalendarExtensionTests.swift /Users/admin/builder/spi-builder-workspace/Tests/CustomRepeatDateTests/CalendarExtensionTests.swift (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/CustomRepeatDateTests/CalendarExtensionTests.swift (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ CustomRepeatDateTests (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
EmitSwiftModule normal arm64 (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CustomRepeatDateTests.swift /Users/admin/builder/spi-builder-workspace/Tests/CustomRepeatDateTests/CustomRepeatDateTests.swift (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/CustomRepeatDateTests/CustomRepeatDateTests.swift (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Weekday.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
SwiftDriverJobDiscovery normal arm64 Compiling Calendar+Extension.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
SwiftDriverJobDiscovery normal arm64 Compiling WeekdayOrdinal.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
SwiftDriverJobDiscovery normal arm64 Compiling CustomRepeatDateOption.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
SwiftDriverJobDiscovery normal arm64 Compiling CustomRepeatDate.swift (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
SwiftDriver\ Compilation CustomRepeatDate normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CustomRepeatDate -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate-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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate_const_extract_protocols.json -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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.o normal (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    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-ios14.0 -r -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 -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -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 -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate_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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.o
ExtractAppIntentsMetadata (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    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 CustomRepeatDate --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 14.0 --bundle-identifier spi-builder-workspace.CustomRepeatDate --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.appintents --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/CustomRepeatDate.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/CustomRepeatDate.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-01 01:20:33.397 appintentsmetadataprocessor[1061:6060] Starting appintentsmetadataprocessor export
2025-05-01 01:20:33.443 appintentsmetadataprocessor[1061:6060] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.o (in target 'CustomRepeatDate' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDate.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/empty-CustomRepeatDateTests.plist (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/empty-CustomRepeatDateTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Emitting module for CustomRepeatDateTests (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
SwiftDriver\ Compilation\ Requirements CustomRepeatDateTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CustomRepeatDateTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests-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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests_const_extract_protocols.json -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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.abi.json (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.swiftdoc (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.swiftmodule (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.swiftsourceinfo (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CalendarExtensionTests.swift (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
SwiftDriverJobDiscovery normal arm64 Compiling CustomRepeatDateTests.swift (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
SwiftDriver\ Compilation CustomRepeatDateTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CustomRepeatDateTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios14.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests-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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests_const_extract_protocols.json -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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/CustomRepeatDateTests normal (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    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-ios14.0 -bundle -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 -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests_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/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/CustomRepeatDateTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDate.build/Objects-normal/arm64/CustomRepeatDate.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/CustomRepeatDateTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/Extensions --platform iphoneos --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os --back-deploy-swift-concurrency
Ignoring --strip-bitcode because --sign was not passed
Copying /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.5/iphoneos/libswift_Concurrency.dylib to /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/Frameworks/libswift_Concurrency.dylib
ExtractAppIntentsMetadata (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    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 CustomRepeatDateTests --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 14.0 --bundle-identifier spi-builder-workspace.CustomRepeatDateTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest --target-triple arm64-apple-ios14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/CustomRepeatDateTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/CustomRepeatDateTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/CustomRepeatDateTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/Objects-normal/arm64/CustomRepeatDateTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-01 01:20:35.772 appintentsmetadataprocessor[1096:6307] Starting appintentsmetadataprocessor export
2025-05-01 01:20:35.776 appintentsmetadataprocessor[1096:6307] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/CustomRepeatDateTests (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/CustomRepeatDateTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest.dSYM
AppIntentsSSUTraining (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    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/CustomRepeatDateTests.xctest/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/ssu --bundle-id spi-builder-workspace.CustomRepeatDateTests --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CustomRepeatDate.build/Debug-iphoneos/CustomRepeatDateTests.build/CustomRepeatDateTests.DependencyMetadataFileList --archive-ssu-assets
2025-05-01 01:20:35.814 appintentsnltrainingprocessor[1098:6317] Parsing options for appintentsnltrainingprocessor
2025-05-01 01:20:35.816 appintentsnltrainingprocessor[1098:6317] No AppShortcuts found - Skipping.
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest (in target 'CustomRepeatDateTests' from project 'CustomRepeatDate')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CustomRepeatDateTests.xctest
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "CustomRepeatDate",
  "name" : "CustomRepeatDate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "CustomRepeatDate",
      "targets" : [
        "CustomRepeatDate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CustomRepeatDateTests",
      "module_type" : "SwiftTarget",
      "name" : "CustomRepeatDateTests",
      "path" : "Tests/CustomRepeatDateTests",
      "sources" : [
        "CalendarExtensionTests.swift",
        "CustomRepeatDateTests.swift"
      ],
      "target_dependencies" : [
        "CustomRepeatDate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CustomRepeatDate",
      "module_type" : "SwiftTarget",
      "name" : "CustomRepeatDate",
      "path" : "Sources/CustomRepeatDate",
      "product_memberships" : [
        "CustomRepeatDate"
      ],
      "sources" : [
        "Calendar+Extension.swift",
        "CustomRepeatDate.swift",
        "CustomRepeatDateOption.swift",
        "Weekday.swift",
        "WeekdayOrdinal.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.