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 swift-math-parser, reference main (0b6c66), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 15 Aug 2024 23:27:39 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-math-parser-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/swift-math-parser.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bradhowes/swift-math-parser
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0b6c668 Emacs cOnfiguration
Cloned https://github.com/bradhowes/swift-math-parser.git
Revision (git rev-parse @):
0b6c6685c2ab102d0fdd3e54f46697d485c4a828
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bradhowes/swift-math-parser.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.9
Building package at path:  $PWD
https://github.com/bradhowes/swift-math-parser.git
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/apple/swift-docc-symbolkit
Fetching from https://github.com/pointfreeco/swift-case-paths
Fetching from https://github.com/pointfreeco/swift-parsing
Fetching from https://github.com/apple/swift-syntax
Creating working copy of package ‘swift-case-paths’
Checking out 1.4.2 of package ‘swift-case-paths’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.3.0 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-parsing’
Checking out 0.13.0 of package ‘swift-parsing’
Creating working copy of package ‘swift-syntax’
Checking out 510.0.2 of package ‘swift-syntax’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.1.2 of package ‘xctest-dynamic-overlay’
Resolve Package Graph
Resolved source packages:
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.1.2
  swift-case-paths: https://github.com/pointfreeco/swift-case-paths @ 1.4.2
  swift-math-parser: /Users/admin/builder/spi-builder-workspace
  SymbolKit: https://github.com/apple/swift-docc-symbolkit @ 1.0.0
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.3.0
  swift-parsing: https://github.com/pointfreeco/swift-parsing @ 0.13.0
  swift-syntax: https://github.com/apple/swift-syntax @ 510.0.2
resolved source packages: xctest-dynamic-overlay, swift-case-paths, swift-math-parser, SymbolKit, SwiftDocCPlugin, swift-parsing, swift-syntax
{
  "dependencies" : [
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-math-parser",
  "name" : "swift-math-parser",
  "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" : "MathParser",
      "targets" : [
        "MathParser"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MathParserTests",
      "module_type" : "SwiftTarget",
      "name" : "MathParserTests",
      "path" : "Tests/MathParserTests",
      "product_dependencies" : [
        "Parsing"
      ],
      "sources" : [
        "MathParserTests.swift",
        "TestWolfram.swift",
        "TokenTests.swift",
        "UtilsTests.swift"
      ],
      "target_dependencies" : [
        "MathParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MathParser",
      "module_type" : "SwiftTarget",
      "name" : "MathParser",
      "path" : "Sources/MathParser",
      "product_dependencies" : [
        "Parsing"
      ],
      "product_memberships" : [
        "MathParser"
      ],
      "sources" : [
        "Dictionary-extension.swift",
        "Double-extension.swift",
        "Evaluator.swift",
        "InfixOperation.swift",
        "MathParser.swift",
        "MathParserError.swift",
        "Token.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MathParser",
      "MathParser_watchOS",
      "swift-math-parser",
      "swift-math-parser-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-math-parser-Package -destination platform=macOS,arch=arm64
Build complete.
Done.