Test Swift executables in contained environments
{ "name": "Icebox", "path": "/usr/src/package", "targets": [ { "name": "IceboxTests", "path": "Tests/IceboxTests", "type": "test", "c99name": "IceboxTests", "sources": [ "IceboxTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Icebox" ] }, { "name": "Icebox", "path": "Sources/Icebox", "type": "library", "c99name": "Icebox", "sources": [ "Icebox.swift", "LineTester.swift", "Loggger.swift", "RunResult.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Icebox" ], "product_dependencies": [ "PathKit" ] } ], "products": [ { "name": "Icebox", "type": { "library": [ "automatic" ] }, "targets": [ "Icebox" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/kylef/PathKit", "type": "sourceControl", "identity": "pathkit", "requirement": { "range": [ { "lower_bound": "1.0.0", "upper_bound": "2.0.0" } ] } } ], "tools_version": "4.0", "manifest_display_name": "Icebox" }
{ "name": "Icebox", "targets": [ { "name": "Icebox", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "PathKit", null ] } ], "packageAccess": false }, { "name": "IceboxTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Icebox", null ] } ], "packageAccess": false } ], "products": [ { "name": "Icebox", "type": { "library": [ "automatic" ] }, "targets": [ "Icebox" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "pathkit", "location": { "remote": [ { "urlString": "https://github.com/kylef/PathKit" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "4.0.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "Icebox", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/kylef/PathKit", "name": "PathKit", "path": "/usr/src/package/.build/checkouts/PathKit", "version": "1.0.0", "identity": "pathkit", "dependencies": [ { "url": "https://github.com/kylef/Spectre.git", "name": "Spectre", "path": "/usr/src/package/.build/checkouts/Spectre", "version": "0.9.0", "identity": "spectre", "dependencies": [] } ] } ] }