The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HaskellSwift, reference 1.0.6 (908bff), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 20:59:55 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/webcpu/HaskellSwift.git
Reference: 1.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/webcpu/HaskellSwift
 * tag               1.0.6      -> FETCH_HEAD
HEAD is now at 908bff3 Fix: compile error
Cloned https://github.com/webcpu/HaskellSwift.git
Revision (git rev-parse @):
908bff3c624af2fe4454daf3811e07df10302ba3
SUCCESS checkout https://github.com/webcpu/HaskellSwift.git at 1.0.6
========================================
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": "haskellswift",
      "name": "HaskellSwift",
      "url": "https://github.com/webcpu/HaskellSwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HaskellSwift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/webcpu/HaskellSwift.git
[1/1728] Fetching haskellswift
Fetched https://github.com/webcpu/HaskellSwift.git from cache (1.52s)
Creating working copy for https://github.com/webcpu/HaskellSwift.git
Working copy of https://github.com/webcpu/HaskellSwift.git resolved at 1.0.6 (908bff3)
warning: '.resolve-product-dependencies': dependency 'haskellswift' 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/webcpu/HaskellSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/19] Compiling HaskellSwift Data.Maybe.swift
[4/19] Compiling HaskellSwift Data.Ord.swift
[5/19] Compiling HaskellSwift System.Directory.swift
[6/19] Compiling HaskellSwift Network.HTTP.swift
[7/19] Compiling HaskellSwift Data.Traversable.swift
[8/19] Compiling HaskellSwift Data.Tuple.swift
[9/19] Compiling HaskellSwift GHC.Num.swift
[10/19] Compiling HaskellSwift Prelude.swift
[11/20] Compiling HaskellSwift Control.Applicative.swift
[12/20] Compiling HaskellSwift Control.Monad.swift
[13/20] Emitting module HaskellSwift
/Users/admin/builder/spi-builder-workspace/Sources/HaskellSwift/Data/Data.Either.swift:39:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
37 | }
38 |
39 | extension String: Error {}
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
40 |
41 | //MARK: fromLeft :: Either a b -> a
[14/20] Compiling HaskellSwift Control.Parallel.Strategies.swift
[15/20] Compiling HaskellSwift Data.Char.swift
[16/20] Compiling HaskellSwift Data.Either.swift
/Users/admin/builder/spi-builder-workspace/Sources/HaskellSwift/Data/Data.Either.swift:39:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
37 | }
38 |
39 | extension String: Error {}
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
40 |
41 | //MARK: fromLeft :: Either a b -> a
[17/20] Compiling HaskellSwift Data.Function.swift
/Users/admin/builder/spi-builder-workspace/Sources/HaskellSwift/Data/Data.Either.swift:39:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
37 | }
38 |
39 | extension String: Error {}
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
40 |
41 | //MARK: fromLeft :: Either a b -> a
[18/20] Compiling HaskellSwift Data.Functor.swift
[19/20] Compiling HaskellSwift Data.List.swift
[20/20] Compiling HaskellSwift System.FilePath.Posix.swift
Build complete! (8.30s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HaskellSwift",
  "name" : "HaskellSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "HaskellSwift",
      "targets" : [
        "HaskellSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HaskellSwift",
      "module_type" : "SwiftTarget",
      "name" : "HaskellSwift",
      "path" : "Sources/HaskellSwift",
      "product_memberships" : [
        "HaskellSwift"
      ],
      "sources" : [
        "Control/Control.Applicative.swift",
        "Control/Control.Monad.swift",
        "Control/Control.Parallel.Strategies.swift",
        "Data/Data.Char.swift",
        "Data/Data.Either.swift",
        "Data/Data.Function.swift",
        "Data/Data.Functor.swift",
        "Data/Data.List.swift",
        "Data/Data.Maybe.swift",
        "Data/Data.Ord.swift",
        "Data/Data.Traversable.swift",
        "Data/Data.Tuple.swift",
        "GHC/GHC.Num.swift",
        "Language/Prelude.swift",
        "Network/Network.HTTP.swift",
        "System/System.Directory.swift",
        "System/System.FilePath.Posix.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.