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 HaskellSwift, reference master (908bff), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 09:22:33 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/webcpu/HaskellSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/webcpu/HaskellSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/webcpu/HaskellSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/19] Compiling HaskellSwift System.Directory.swift
[4/20] Compiling HaskellSwift Data.Maybe.swift
[5/20] Compiling HaskellSwift Data.Ord.swift
[6/20] Compiling HaskellSwift Network.HTTP.swift
[7/20] Compiling HaskellSwift GHC.Num.swift
[8/20] Compiling HaskellSwift Prelude.swift
[9/20] Compiling HaskellSwift Data.Functor.swift
[10/20] Compiling HaskellSwift Data.List.swift
[11/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
[12/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
[13/20] Compiling HaskellSwift Control.Parallel.Strategies.swift
[14/20] Compiling HaskellSwift Data.Char.swift
[15/20] Compiling HaskellSwift Control.Applicative.swift
[16/20] Compiling HaskellSwift Control.Monad.swift
[17/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
[18/20] Compiling HaskellSwift Data.Traversable.swift
[19/20] Compiling HaskellSwift Data.Tuple.swift
[20/20] Compiling HaskellSwift System.FilePath.Posix.swift
Build complete! (5.08s)
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.