The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EitherSwift, reference main (ec7418), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 22:06:42 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/EitherSwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sloik/EitherSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ec74181 Update dependency macos to v15 (#12)
Cloned https://github.com/sloik/EitherSwift.git
Revision (git rev-parse @):
ec7418148eddecc01f7ec35b997765673f3399c8
SUCCESS checkout https://github.com/sloik/EitherSwift.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "eitherswift",
      "name": "EitherSwift",
      "url": "https://github.com/sloik/EitherSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EitherSwift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sloik/EitherSwift.git
[1/131] Fetching eitherswift
Fetched https://github.com/sloik/EitherSwift.git from cache (0.65s)
Creating working copy for https://github.com/sloik/EitherSwift.git
Working copy of https://github.com/sloik/EitherSwift.git resolved at main (ec74181)
warning: '.resolve-product-dependencies': dependency 'eitherswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/sloik/EitherSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[3/11] Emitting module EitherSwift
[4/11] Compiling EitherSwift EitherUtils.swift
[5/11] Compiling EitherSwift EitherFactory.swift
[6/11] Compiling EitherSwift Either.swift
[7/11] Compiling EitherSwift EitherAPI.swift
[8/11] Compiling EitherSwift EitherFold.swift
[9/11] Compiling EitherSwift EitherMap.swift
[9/11] Write Objects.LinkFileList
[10/11] Linking libEitherSwift.dylib
Build complete! (6.06s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EitherSwift",
  "name" : "EitherSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EitherSwift",
      "targets" : [
        "EitherSwift"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EitherSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "EitherSwiftTests",
      "path" : "Tests/EitherSwiftTests",
      "sources" : [
        "EitherFactoryTests.swift",
        "EitherMapTests.swift",
        "EitherNicerAPITests.swift",
        "EitherUtilsTests.swift",
        "SUTs.swift"
      ],
      "target_dependencies" : [
        "EitherSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EitherSwift",
      "module_type" : "SwiftTarget",
      "name" : "EitherSwift",
      "path" : "Sources/EitherSwift",
      "product_memberships" : [
        "EitherSwift"
      ],
      "sources" : [
        "Either.swift",
        "EitherAPI.swift",
        "EitherFactory.swift",
        "EitherFold.swift",
        "EitherMap.swift",
        "EitherUtils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.