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 Existential Graphs Foundation, reference main (06f7eb), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 11:00:02 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/Gerzer/Existential-Graphs-Foundation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Gerzer/Existential-Graphs-Foundation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 06f7eb4 Create LICENSE
Cloned https://github.com/Gerzer/Existential-Graphs-Foundation.git
Revision (git rev-parse @):
06f7eb458a656ab99277a571f5eef1f24e692ec5
SUCCESS checkout https://github.com/Gerzer/Existential-Graphs-Foundation.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Gerzer/Existential-Graphs-Foundation.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/22] Compiling Covfefe SyntaxTree.swift
[6/22] Compiling Covfefe Terminal.swift
[7/23] Compiling Covfefe Tokenizer.swift
[8/23] Compiling Covfefe StringUtility.swift
[9/23] Compiling Covfefe Symbols.swift
[10/23] Compiling Covfefe PrefixGrammar.swift
[11/23] Compiling Covfefe Productions.swift
[12/23] Compiling Covfefe Normalization.swift
[13/23] Compiling Covfefe Parser.swift
[14/23] Compiling Covfefe Grammar.swift
[15/23] Compiling Covfefe GrammarCheck.swift
[16/23] Emitting module Covfefe
[17/23] Compiling Covfefe EBNFImporter.swift
[18/23] Compiling Covfefe EarleyParser.swift
[19/23] Compiling Covfefe CYKParser.swift
[20/23] Compiling Covfefe CharacterSets.swift
[21/23] Compiling Covfefe ABNFImporter.swift
[22/23] Compiling Covfefe BNFImporter.swift
[23/23] Compiling Covfefe Utility.swift
[24/27] Compiling LogicParser LogicNode.swift
[25/27] Compiling LogicParser Errors.swift
[26/27] Compiling LogicParser LogicParser.swift
[27/27] Emitting module LogicParser
[28/37] Compiling ExistentialGraphsFoundation Unique.swift
[29/38] Compiling ExistentialGraphsFoundation Graph.swift
[30/38] Compiling ExistentialGraphsFoundation GraphObject.swift
[31/38] Compiling ExistentialGraphsFoundation Utilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Utilities.swift:37:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 35 | }
 36 |
 37 | extension CGPoint: AdditiveArithmetic {
    | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 38 |
 39 | 	public static func + (_ lhs: CGPoint, _ rhs: CGPoint) -> CGPoint {
[32/38] Compiling ExistentialGraphsFoundation GraphElement.swift
[33/38] Compiling ExistentialGraphsFoundation TransformationTransaction.swift
[34/38] Compiling ExistentialGraphsFoundation Literal.swift
[35/38] Compiling ExistentialGraphsFoundation ExistentialGraphsFoundation.swift
[36/38] Compiling ExistentialGraphsFoundation Bounded.swift
[37/38] Emitting module ExistentialGraphsFoundation
/Users/admin/builder/spi-builder-workspace/Sources/ExistentialGraphsFoundation/Utilities.swift:37:1: warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
 35 | }
 36 |
 37 | extension CGPoint: AdditiveArithmetic {
    | |- warning: extension declares a conformance of imported type 'CGPoint' to imported protocol 'AdditiveArithmetic'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 38 |
 39 | 	public static func + (_ lhs: CGPoint, _ rhs: CGPoint) -> CGPoint {
[38/38] Compiling ExistentialGraphsFoundation Cut.swift
Build complete! (21.09s)
Fetching https://github.com/PureSwift/Silica.git
[1/1226] Fetching silica
Fetched https://github.com/PureSwift/Silica.git from cache (0.77s)
Fetching https://github.com/PureSwift/Cairo.git
[1/3617] Fetching cairo
Fetched https://github.com/PureSwift/Cairo.git from cache (2.23s)
Fetching https://github.com/PureSwift/FontConfig.git
[1/123] Fetching fontconfig
Fetched https://github.com/PureSwift/FontConfig.git from cache (0.62s)
Fetching https://github.com/Gerzer/LogicParser.git
[1/18] Fetching logicparser
Fetched https://github.com/Gerzer/LogicParser.git from cache (0.59s)
Computing version for https://github.com/Gerzer/LogicParser.git
Computed https://github.com/Gerzer/LogicParser.git at 1.0.0 (1.10s)
Fetching https://github.com/palle-k/Covfefe.git
[1/2438] Fetching covfefe
Fetched https://github.com/palle-k/Covfefe.git from cache (1.24s)
Computing version for https://github.com/palle-k/Covfefe.git
Computed https://github.com/palle-k/Covfefe.git at 0.6.1 (1.73s)
Creating working copy for https://github.com/PureSwift/Silica.git
Working copy of https://github.com/PureSwift/Silica.git resolved at master (16f8c29)
Creating working copy for https://github.com/palle-k/Covfefe.git
Working copy of https://github.com/palle-k/Covfefe.git resolved at 0.6.1
Creating working copy for https://github.com/PureSwift/Cairo.git
Working copy of https://github.com/PureSwift/Cairo.git resolved at master (646b210)
Creating working copy for https://github.com/Gerzer/LogicParser.git
Working copy of https://github.com/Gerzer/LogicParser.git resolved at 1.0.0
Creating working copy for https://github.com/PureSwift/FontConfig.git
Working copy of https://github.com/PureSwift/FontConfig.git resolved at master (02b7b62)
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install freetype using your system-packager:
    brew install freetype2
warning: you may be able to install cairo using your system-packager:
    brew install cairo
warning: you may be able to install fontconfig using your system-packager:
    brew install fontconfig
warning: you may be able to install freetype using your system-packager:
    brew install freetype2
warning: you may be able to install cairo using your system-packager:
    brew install cairo
warning: you may be able to install fontconfig using your system-packager:
    brew install fontconfig
Build complete.
{
  "dependencies" : [
    {
      "identity" : "silica",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/PureSwift/Silica.git"
    },
    {
      "identity" : "logicparser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Gerzer/LogicParser.git"
    }
  ],
  "manifest_display_name" : "Existential Graphs Foundation",
  "name" : "Existential Graphs Foundation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ExistentialGraphsFoundation",
      "targets" : [
        "ExistentialGraphsFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ExistentialGraphsFoundation",
      "module_type" : "SwiftTarget",
      "name" : "ExistentialGraphsFoundation",
      "path" : "Sources/ExistentialGraphsFoundation",
      "product_dependencies" : [
        "Silica",
        "LogicParser"
      ],
      "product_memberships" : [
        "ExistentialGraphsFoundation"
      ],
      "sources" : [
        "Bounded.swift",
        "Cut.swift",
        "ExistentialGraphsFoundation.swift",
        "Graph.swift",
        "GraphElement.swift",
        "GraphObject.swift",
        "Literal.swift",
        "TransformationTransaction.swift",
        "Unique.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.