The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of KMPNativeCoroutines, reference v1.0.0-ALPHA-45-spm-no-deps (6b0502), with Swift 6.2 (beta) for macOS (SPM) on 25 Jun 2025 12:43:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rickclephas/KMP-NativeCoroutines.git
Reference: v1.0.0-ALPHA-45-spm-no-deps
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rickclephas/KMP-NativeCoroutines
 * tag               v1.0.0-ALPHA-45-spm-no-deps -> FETCH_HEAD
HEAD is now at 6b0502e Merge tag 'v1.0.0-ALPHA-45' into spm/no-deps
Cloned https://github.com/rickclephas/KMP-NativeCoroutines.git
Revision (git rev-parse @):
6b0502ee6059b1edac1de12792d31445af146664
SUCCESS checkout https://github.com/rickclephas/KMP-NativeCoroutines.git at v1.0.0-ALPHA-45-spm-no-deps
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/rickclephas/KMP-NativeCoroutines.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/9] Compiling KMPNativeCoroutinesCore NativeSuspend.swift
[6/9] Compiling KMPNativeCoroutinesCore NativeCallback.swift
[7/9] Compiling KMPNativeCoroutinesCore NativeCancellable.swift
[8/9] Compiling KMPNativeCoroutinesCore NativeFlow.swift
[9/9] Emitting module KMPNativeCoroutinesCore
[10/18] Compiling KMPNativeCoroutinesCombine Publisher.swift
[11/18] Compiling KMPNativeCoroutinesCombine FuturePublisher.swift
[12/18] Emitting module KMPNativeCoroutinesCombine
[13/18] Compiling KMPNativeCoroutinesCombine Future.swift
[14/18] Compiling KMPNativeCoroutinesAsync AsyncResult.swift
[15/18] Compiling KMPNativeCoroutinesAsync AsyncError.swift
[16/18] Compiling KMPNativeCoroutinesAsync AsyncFunction.swift
[17/18] Compiling KMPNativeCoroutinesAsync AsyncSequence.swift
[18/18] Emitting module KMPNativeCoroutinesAsync
Build complete! (2.17s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "KMPNativeCoroutines",
  "name" : "KMPNativeCoroutines",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "KMPNativeCoroutinesCore",
      "targets" : [
        "KMPNativeCoroutinesCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KMPNativeCoroutinesCombine",
      "targets" : [
        "KMPNativeCoroutinesCombine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KMPNativeCoroutinesAsync",
      "targets" : [
        "KMPNativeCoroutinesAsync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "KMPNativeCoroutinesCore",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesCore",
      "path" : "KMPNativeCoroutinesCore",
      "product_memberships" : [
        "KMPNativeCoroutinesCore",
        "KMPNativeCoroutinesCombine",
        "KMPNativeCoroutinesAsync"
      ],
      "sources" : [
        "NativeCallback.swift",
        "NativeCancellable.swift",
        "NativeFlow.swift",
        "NativeSuspend.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KMPNativeCoroutinesCombineTests",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesCombineTests",
      "path" : "KMPNativeCoroutinesCombineTests",
      "sources" : [
        "FutureTests.swift",
        "PublisherTests.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesCombine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KMPNativeCoroutinesCombine",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesCombine",
      "path" : "KMPNativeCoroutinesCombine",
      "product_memberships" : [
        "KMPNativeCoroutinesCombine"
      ],
      "sources" : [
        "Future.swift",
        "FuturePublisher.swift",
        "Publisher.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KMPNativeCoroutinesAsyncTests",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesAsyncTests",
      "path" : "KMPNativeCoroutinesAsyncTests",
      "sources" : [
        "AsyncFunctionTests.swift",
        "AsyncResultTests.swift",
        "AsyncSequenceTests.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesAsync"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KMPNativeCoroutinesAsync",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesAsync",
      "path" : "KMPNativeCoroutinesAsync",
      "product_memberships" : [
        "KMPNativeCoroutinesAsync"
      ],
      "sources" : [
        "AsyncError.swift",
        "AsyncFunction.swift",
        "AsyncResult.swift",
        "AsyncSequence.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.