The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Gryphon with Swift 5.7 for iOS using Xcode 14.2 at release.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -derivedDataPath $workDir/.derivedData build -scheme Gryphon -destination generic/platform=ios

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vinivendra/Gryphon.git
Reference: release
Initialized empty Git repository in /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/vinivendra/Gryphon
 * branch            release    -> FETCH_HEAD
 * [new branch]      release    -> origin/release
HEAD is now at 89cc513 Update README.md for archiving the project
Cloned https://github.com/vinivendra/Gryphon.git
Revision (git rev-parse @):
89cc51358a8858865e05d98a9d734c209e6eb035
SUCCESS checkout https://github.com/vinivendra/Gryphon.git at release
========================================
Build
========================================
Selected platform:         iOS
Swift version:             5.7
Building package at path:  $workDir
https://github.com/vinivendra/Gryphon.git
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-syntax.git (cached)
Fetching from https://github.com/jpsim/SourceKitten (cached)
Fetching from https://github.com/jpsim/Yams.git (cached)
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/drmohundro/SWXMLHash.git (cached)
Cloning local copy of package ‘Yams’
Checking out 5.1.2 of package ‘Yams’
Cloning local copy of package ‘swift-argument-parser’
Checking out 1.2.3 of package ‘swift-argument-parser’
Cloning local copy of package ‘SourceKitten’
Checking out 0.34.1 of package ‘SourceKitten’
Cloning local copy of package ‘swift-syntax’
Checking out 0.50600.1 of package ‘swift-syntax’
Cloning local copy of package ‘SWXMLHash’
Checking out 7.0.2 of package ‘SWXMLHash’
Resolve Package Graph
Resolved source packages:
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  SourceKitten: https://github.com/jpsim/SourceKitten @ 0.34.1
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50600.1
  Yams: https://github.com/jpsim/Yams.git @ 5.1.2
  Gryphon: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.2.3
resolved source packages: SWXMLHash, SourceKitten, SwiftSyntax, Yams, Gryphon, swift-argument-parser
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "exact" : [
          "0.50600.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    },
    {
      "identity" : "sourcekitten",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.31.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/SourceKitten"
    }
  ],
  "manifest_display_name" : "Gryphon",
  "name" : "Gryphon",
  "path" : "/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "gryphon",
      "targets" : [
        "Gryphon"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "GryphonLibTests",
      "module_type" : "SwiftTarget",
      "name" : "GryphonLibTests",
      "path" : "Tests/GryphonLibTests",
      "sources" : [
        "AcceptanceTest.swift",
        "BootstrappingCoverageTest.swift",
        "CompilerTest.swift",
        "DriverTest.swift",
        "ExtensionsTest.swift",
        "InitializationTest.swift",
        "IntegrationTest.swift",
        "KotlinTranslationResultTest.swift",
        "LibraryTranspilationTest.swift",
        "ListTest.swift",
        "MapTest.swift",
        "MutableListTest.swift",
        "MutableMapTest.swift",
        "PerformanceTest.swift",
        "PrintableAsTreeTest.swift",
        "ShellTest.swift",
        "SortedListTest.swift",
        "SourceFileTest.swift",
        "SwiftSyntaxDecoderTest.swift",
        "TestUtilities.swift",
        "UtilitiesTest.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "GryphonLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GryphonLib",
      "module_type" : "SwiftTarget",
      "name" : "GryphonLib",
      "path" : "Sources/GryphonLib",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftSyntaxParser",
        "SourceKittenFramework"
      ],
      "product_memberships" : [
        "gryphon"
      ],
      "sources" : [
        "AuxiliaryFileContents.swift",
        "Compiler.swift",
        "Driver.swift",
        "Extensions.swift",
        "GryphonAST.swift",
        "GryphonSwiftLibrary.swift",
        "GryphonType.swift",
        "KotlinTranslationResult.swift",
        "KotlinTranslator.swift",
        "LibraryTranspilationPass.swift",
        "PrintableAsTree.swift",
        "RubyScriptContents.swift",
        "Shell.swift",
        "SourceFile.swift",
        "SwiftSyntaxDecoder.swift",
        "SwiftSyntax_PrintableAsTree.swift",
        "TranspilationContext.swift",
        "TranspilationPass.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Gryphon",
      "module_type" : "SwiftTarget",
      "name" : "Gryphon",
      "path" : "Sources/Gryphon",
      "product_memberships" : [
        "gryphon"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "GryphonLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Gryphon"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -derivedDataPath $workDir/.derivedData build -scheme Gryphon -destination generic/platform=ios
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme Gryphon -destination generic/platform=ios
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.2.3
  Yams: https://github.com/jpsim/Yams.git @ 5.1.2
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50600.1
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  Gryphon: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  SourceKitten: https://github.com/jpsim/SourceKitten @ 0.34.1
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: 1837e1bc3eb409aee382cc88cfabe3c8
Build description path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1837e1bc3eb409aee382cc88cfabe3c8-desc.xcbuild
note: Building targets in dependency order
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework:1:1: error: While building for iOS, no library for this platform was found in '/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework'. (in target 'GryphonLibTests' from project 'Gryphon')
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework:1:1: error: While building for iOS, no library for this platform was found in '/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework'. (in target 'SwiftSyntaxParser' from project 'SwiftSyntax')
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework:1:1: error: While building for iOS, no library for this platform was found in '/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework'. (in target 'SwiftSyntaxParser' from project 'SwiftSyntax')
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework:1:1: error: While building for iOS, no library for this platform was found in '/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework'. (in target 'gryphon' from project 'Gryphon')
2024-04-17 08:42:31.723 xcodebuild[98999:16589559] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600000b81400: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
** BUILD FAILED **
Command line invocation:
    /Applications/Xcode-14.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -derivedDataPath /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme Gryphon -destination generic/platform=ios
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  Gryphon: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  SourceKitten: https://github.com/jpsim/SourceKitten @ 0.34.1
  SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50600.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser.git @ 1.2.3
  SWXMLHash: https://github.com/drmohundro/SWXMLHash.git @ 7.0.2
  Yams: https://github.com/jpsim/Yams.git @ 5.1.2
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: 1837e1bc3eb409aee382cc88cfabe3c8
Build description path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1837e1bc3eb409aee382cc88cfabe3c8-desc.xcbuild
note: Building targets in dependency order
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework:1:1: error: While building for iOS, no library for this platform was found in '/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework'. (in target 'gryphon' from project 'Gryphon')
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework:1:1: error: While building for iOS, no library for this platform was found in '/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework'. (in target 'SwiftSyntaxParser' from project 'SwiftSyntax')
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework:1:1: error: While building for iOS, no library for this platform was found in '/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework'. (in target 'SwiftSyntaxParser' from project 'SwiftSyntax')
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework:1:1: error: While building for iOS, no library for this platform was found in '/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework'. (in target 'GryphonLibTests' from project 'Gryphon')
2024-04-17 08:42:33.824 xcodebuild[99182:16590167] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x6000038b3200: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParser/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
** BUILD FAILED **
BUILD FAILURE 5.7 iOS