The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Forked, reference main (63e36c), with Swift 6.1 for macOS (SPM) on 5 Mar 2026 01:47:20 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drewmccormack/Forked.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/drewmccormack/Forked
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 63e36cb Pass --traits to Android build step in CI.
Cloned https://github.com/drewmccormack/Forked.git
Revision (git rev-parse @):
63e36cb5613db27b401ea3896df310efcf8f93b9
SUCCESS checkout https://github.com/drewmccormack/Forked.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/drewmccormack/Forked.git
https://github.com/drewmccormack/Forked.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Forked",
  "name" : "Forked",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Forked",
      "targets" : [
        "Forked"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ForkedMerge",
      "targets" : [
        "ForkedMerge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ForkedModel",
      "targets" : [
        "ForkedModel"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ForkedCloudKit",
      "targets" : [
        "ForkedCloudKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ForkedModelMacros",
      "targets" : [
        "ForkedModelMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "ForkedTests",
      "module_type" : "SwiftTarget",
      "name" : "ForkedTests",
      "path" : "Tests/ForkedTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "AccumulatingInt.swift",
        "ArrayMerger.swift",
        "ArrayOfIdentifiableMerger.swift",
        "ChangeStream.swift",
        "DictionaryMerger.swift",
        "FileRepository.swift",
        "ForkedMergable.swift",
        "ForkedModel.swift",
        "ForkedModelMacros.swift",
        "ManipulatingForks.swift",
        "MergeableArray.swift",
        "MergeableDictionary.swift",
        "MergeableSet.swift",
        "MergeableValue.swift",
        "MergingForks.swift",
        "MergingMergables.swift",
        "RecursiveMerge.swift",
        "Repositories.swift",
        "SetMerger.swift",
        "Stress.swift",
        "UpdatingContents.swift"
      ],
      "target_dependencies" : [
        "Forked",
        "ForkedModelMacros",
        "ForkedMerge",
        "ForkedModel"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ForkedModelMacros",
      "module_type" : "SwiftTarget",
      "name" : "ForkedModelMacros",
      "path" : "Sources/ForkedModelMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ForkedModel",
        "ForkedModelMacros"
      ],
      "sources" : [
        "BackedPropertyMacro.swift",
        "ForkedModelError.swift",
        "ForkedModelMacro.swift",
        "ForkedModelPlugin.swift",
        "MergablePropertyMacro.swift",
        "StructDeclSyntaxExtensions.swift",
        "VariableDeclSyntaxExtensions.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "ForkedModel",
      "module_type" : "SwiftTarget",
      "name" : "ForkedModel",
      "path" : "Sources/ForkedModel",
      "product_memberships" : [
        "ForkedModel"
      ],
      "sources" : [
        "Macros.swift"
      ],
      "target_dependencies" : [
        "Forked",
        "ForkedMerge",
        "ForkedModelMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ForkedMerge",
      "module_type" : "SwiftTarget",
      "name" : "ForkedMerge",
      "path" : "Sources/ForkedMerge",
      "product_memberships" : [
        "ForkedMerge",
        "ForkedModel"
      ],
      "sources" : [
        "MergableTypes/MergeableArray.swift",
        "MergableTypes/MergeableDictionary.swift",
        "MergableTypes/MergeableSet.swift",
        "MergableTypes/MergeableValue.swift",
        "MergableTypes/StableTimestamp.swift",
        "Mergers/ArrayMerger.swift",
        "Mergers/ArrayOfIdentifiableMerger.swift",
        "Mergers/DictionaryMerger.swift",
        "Mergers/Merger.swift",
        "Mergers/SetMerger.swift",
        "Mergers/TextMerger.swift",
        "PropertyBacking.swift",
        "PropertyMerge.swift"
      ],
      "target_dependencies" : [
        "Forked"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ForkedCloudKit",
      "module_type" : "SwiftTarget",
      "name" : "ForkedCloudKit",
      "path" : "Sources/ForkedCloudKit",
      "product_dependencies" : [
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "ForkedCloudKit"
      ],
      "sources" : [
        "CloudKitAssets.swift",
        "CloudKitExchange+CKSyncEngineDelegate.swift",
        "CloudKitExchange+HandlingCloudChanges.swift",
        "CloudKitExchange.swift"
      ],
      "target_dependencies" : [
        "Forked"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Forked",
      "module_type" : "SwiftTarget",
      "name" : "Forked",
      "path" : "Sources/Forked",
      "product_memberships" : [
        "Forked",
        "ForkedMerge",
        "ForkedModel",
        "ForkedCloudKit"
      ],
      "sources" : [
        "AtomicRepository.swift",
        "Commit.swift",
        "ConflictingCommits.swift",
        "Error.swift",
        "FileRepository.swift",
        "Fork.swift",
        "ForkOccupation.swift",
        "ForkedResource+Merging.swift",
        "ForkedResource+Querying.swift",
        "ForkedResource+Updating.swift",
        "ForkedResource.swift",
        "MergeAction.swift",
        "Mergeable.swift",
        "QuickFork.swift",
        "Repository.swift",
        "Version.swift",
        "VersionedModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/13] Write sources
[10/13] Write swift-version-2F0A5646E1D333AE.txt
[12/55] Compiling ForkedModelMacros StructDeclSyntaxExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[13/55] Compiling ForkedModelMacros ForkedModelPlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[14/55] Compiling ForkedModelMacros VariableDeclSyntaxExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[15/55] Compiling ForkedModelMacros MergablePropertyMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[16/55] Compiling Forked Mergeable.swift
[17/55] Compiling Forked QuickFork.swift
[18/55] Compiling Forked Repository.swift
[19/55] Compiling Forked AtomicRepository.swift
[20/55] Compiling Forked Commit.swift
[21/55] Compiling Forked Version.swift
[23/56] Compiling Forked ForkOccupation.swift
[24/56] Compiling Forked ForkedResource+Merging.swift
[25/56] Compiling Forked ForkedResource.swift
[26/56] Compiling Forked MergeAction.swift
[32/56] Compiling Forked ConflictingCommits.swift
[33/56] Compiling Forked Error.swift
[35/56] Compiling Forked FileRepository.swift
[36/56] Compiling Forked Fork.swift
[37/56] Compiling Forked ForkedResource+Querying.swift
[38/56] Compiling Forked ForkedResource+Updating.swift
[40/56] Emitting module Forked
[49/56] Compiling Forked Repository.swift
[50/57] Compiling Forked VersionedModel.swift
[52/88] Compiling ForkedMerge TextMerger.swift
[53/88] Compiling ForkedMerge SetMerger.swift
[54/88] Compiling ForkedMerge PropertyBacking.swift
[55/89] Compiling ForkedMerge Merger.swift
[56/89] Compiling ForkedMerge DictionaryMerger.swift
[57/89] Compiling ForkedMerge StableTimestamp.swift
[58/89] Compiling ForkedMerge ArrayMerger.swift
[59/89] Compiling ForkedMerge Merger.swift
[60/89] Compiling ForkedMerge SetMerger.swift
[61/90] Compiling ForkedMerge PropertyBacking.swift
[62/90] Compiling ForkedMerge TextMerger.swift
[63/90] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[64/90] Compiling ForkedMerge DictionaryMerger.swift
[65/90] Compiling ForkedMerge PropertyMerge.swift
[68/90] Compiling ForkedMerge MergeableSet.swift
[69/90] Compiling ForkedMerge MergeableValue.swift
[70/90] Compiling ForkedMerge PropertyMerge.swift
[73/90] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[74/90] Compiling ForkedMerge MergeableArray.swift
[75/90] Compiling ForkedMerge MergeableDictionary.swift
[76/90] Emitting module ForkedMerge
[80/90] Emitting module ForkedCloudKit
[81/90] Compiling ForkedCloudKit CloudKitExchange.swift
[82/90] Compiling ForkedCloudKit CloudKitExchange+HandlingCloudChanges.swift
[83/90] Compiling ForkedCloudKit CloudKitExchange+CKSyncEngineDelegate.swift
[84/90] Compiling ForkedCloudKit CloudKitAssets.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[85/90] Emitting module ForkedModelMacros
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[86/90] Compiling ForkedModelMacros BackedPropertyMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[87/90] Compiling ForkedModelMacros ForkedModelError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[88/90] Compiling ForkedModelMacros ForkedModelMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax.git from cache
[1/2171] Fetching swift-docc-plugin
[219/8377] Fetching swift-docc-plugin, swift-async-algorithms
Fetched https://github.com/apple/swift-docc-plugin from cache (1.22s)
Fetched https://github.com/apple/swift-async-algorithms from cache (1.22s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (2.13s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 509.1.1 (5.73s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.1.3 (0.52s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.08s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.54s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.88s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 509.1.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/ForkedCloudKit/cloudkit-schema.ckdb
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write swift-version-2F0A5646E1D333AE.txt
[4/47] Compiling ForkedModelMacros VariableDeclSyntaxExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[5/47] Compiling ForkedModelMacros StructDeclSyntaxExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[6/47] Compiling ForkedModelMacros ForkedModelPlugin.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[7/47] Compiling ForkedModelMacros MergablePropertyMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[8/47] Compiling Forked Version.swift
[9/47] Compiling Forked Mergeable.swift
[10/47] Compiling Forked QuickFork.swift
[11/47] Compiling Forked Repository.swift
[15/48] Compiling Forked Version.swift
[16/49] Compiling Forked ForkedResource.swift
[17/49] Compiling Forked MergeAction.swift
[20/49] Compiling Forked ForkOccupation.swift
[21/49] Compiling Forked ForkedResource+Merging.swift
[22/49] Compiling Forked ForkedResource+Querying.swift
[23/49] Compiling Forked ForkedResource+Updating.swift
[28/49] Compiling Forked ConflictingCommits.swift
[29/49] Compiling Forked Error.swift
[30/49] Compiling Forked FileRepository.swift
[31/49] Compiling Forked Fork.swift
[36/49] Compiling Forked AtomicRepository.swift
[37/49] Compiling Forked Commit.swift
[38/49] Emitting module Forked
[42/49] Compiling Forked VersionedModel.swift
[44/80] Compiling ForkedMerge PropertyBacking.swift
[46/81] Compiling ForkedMerge TextMerger.swift
[48/82] Compiling ForkedMerge Merger.swift
[49/82] Compiling ForkedMerge DictionaryMerger.swift
[50/82] Compiling ForkedMerge SetMerger.swift
[51/82] Compiling ForkedMerge DictionaryMerger.swift
[52/82] Compiling ForkedMerge Merger.swift
[53/82] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[54/82] Compiling ForkedMerge SetMerger.swift
[55/82] Compiling ForkedMerge ArrayOfIdentifiableMerger.swift
[56/82] Compiling ForkedMerge StableTimestamp.swift
[57/82] Compiling ForkedMerge ArrayMerger.swift
[58/82] Compiling ForkedMerge PropertyMerge.swift
[62/82] Compiling ForkedMerge MergeableSet.swift
[63/82] Compiling ForkedMerge MergeableValue.swift
[66/82] Emitting module ForkedMerge
[68/82] Compiling ForkedMerge MergeableArray.swift
[69/82] Compiling ForkedMerge MergeableDictionary.swift
[72/82] Emitting module ForkedCloudKit
[73/82] Compiling ForkedCloudKit CloudKitExchange.swift
[74/82] Compiling ForkedCloudKit CloudKitExchange+HandlingCloudChanges.swift
[75/82] Compiling ForkedCloudKit CloudKitExchange+CKSyncEngineDelegate.swift
[76/82] Compiling ForkedCloudKit CloudKitAssets.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[77/82] Emitting module ForkedModelMacros
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[78/82] Compiling ForkedModelMacros ForkedModelMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[79/82] Compiling ForkedModelMacros BackedPropertyMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
[80/82] Compiling ForkedModelMacros ForkedModelError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ForkedModelMacros/BackedPropertyMacro.swift:1:8: error: no such module 'SwiftSyntax'
  1 | import SwiftSyntax
    |        `- error: no such module 'SwiftSyntax'
  2 | import SwiftSyntaxMacros
  3 |
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/ForkedCloudKit/cloudkit-schema.ckdb
BUILD FAILURE 6.1 macosSpm